Searched refs:store_flag (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | libcpuset.c | 1065 static int store_flag(const char *path, const char *flag, int val) in store_flag() function 1736 if (store_flag(path, "cpu_exclusive", cp->cpu_exclusive) < 0) in apply_cpuset_settings() 1741 if (store_flag(path, "mem_exclusive", cp->mem_exclusive) < 0) in apply_cpuset_settings() 1746 if (store_flag(path, "mem_hardwall", cp->mem_hardwall) < 0) in apply_cpuset_settings() 1751 if (store_flag(path, "notify_on_release", cp->notify_on_release) in apply_cpuset_settings() 1758 if (store_flag(path, "memory_migrate", cp->memory_migrate) < 0) in apply_cpuset_settings() 1765 if (store_flag in apply_cpuset_settings() 1774 if (store_flag in apply_cpuset_settings() 1782 if (store_flag in apply_cpuset_settings() 1790 if (store_flag in apply_cpuset_settings() [all …]
|