Searched refs:exists_flag (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | libcpuset.c | 1053 static int exists_flag(const char *path, const char *flag) in exists_flag() function 1757 cp->memory_migrate_dirty && exists_flag(path, "memory_migrate")) { in apply_cpuset_settings() 1764 exists_flag(path, "memory_pressure_enabled")) { in apply_cpuset_settings() 1773 exists_flag(path, "memory_spread_page")) { in apply_cpuset_settings() 1781 exists_flag(path, "memory_spread_slab")) { in apply_cpuset_settings() 1789 exists_flag(path, "sched_load_balance")) { in apply_cpuset_settings() 1797 exists_flag(path, "sched_relax_domain_level")) { in apply_cpuset_settings() 2108 if (exists_flag(buf, "memory_migrate")) { in cpuset_query() 2114 if (exists_flag(buf, "mem_hardwall")) { in cpuset_query() 2120 if (exists_flag(buf, "memory_pressure_enabled")) { in cpuset_query() [all …]
|