Home
last modified time | relevance | path

Searched refs:tunables (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/profilers/powertop/src/
DREADME12 are many tunables involved. It's not easy to see what is going on, and
20 PowerTOP will provide an indication of which tunables and software
/external/selinux/secilc/docs/
Dcil_conditional_statements.md121 Note that tunables can be treated as booleans by the CIL compiler command line parameter `-P` or `-…
/external/selinux/libsepol/src/
Dexpand.c2905 int booleans, tunables, i; in discard_tunables() local
2909 booleans = tunables = 0; in discard_tunables()
2918 tmp[tunables++] = booldatum; in discard_tunables()
2928 assert(!(booleans && tunables)); in discard_tunables()
2932 if (tunables) { in discard_tunables()
2933 for (i = 0; i < tunables; i++) in discard_tunables()