Searched refs:store_flag (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | libcpuset.c | 1068 static int store_flag(const char *path, const char *flag, int val) in store_flag() function 1739 if (store_flag(path, "cpu_exclusive", cp->cpu_exclusive) < 0) in apply_cpuset_settings() 1744 if (store_flag(path, "mem_exclusive", cp->mem_exclusive) < 0) in apply_cpuset_settings() 1749 if (store_flag(path, "mem_hardwall", cp->mem_hardwall) < 0) in apply_cpuset_settings() 1754 if (store_flag(path, "notify_on_release", cp->notify_on_release) in apply_cpuset_settings() 1761 if (store_flag(path, "memory_migrate", cp->memory_migrate) < 0) in apply_cpuset_settings() 1768 if (store_flag in apply_cpuset_settings() 1777 if (store_flag in apply_cpuset_settings() 1785 if (store_flag in apply_cpuset_settings() 1793 if (store_flag in apply_cpuset_settings() [all …]
|