Searched refs:cpusetpath (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
H A D | cpuset.h | 197 int cpuset_open_memory_pressure(const char *cpusetpath); 214 int cpuset_create(const char *cpusetpath, const struct cpuset *cp); 215 int cpuset_delete(const char *cpusetpath); 216 int cpuset_query(struct cpuset *cp, const char *cpusetpath); 217 int cpuset_modify(const char *cpusetpath, const struct cpuset *cp); 221 int cpuset_collides_exclusive(const char *cpusetpath, const struct cpuset *cp); 222 int cpuset_nuke(const char *cpusetpath, unsigned int seconds); 224 struct cpuset_pidlist *cpuset_init_pidlist(const char *cpusetpath, 230 int cpuset_move(pid_t pid, const char *cpusetpath); 231 int cpuset_move_all(struct cpuset_pidlist *pl, const char *cpusetpath); [all...] |
H A D | libcpuset.c | 749 int cpuset_open_memory_pressure(const char *cpusetpath) in cpuset_open_memory_pressure() argument 753 fullpath2(buf, sizeof(buf), cpusetpath, "memory_pressure"); in cpuset_open_memory_pressure() 2271 * given 'cpusetpath', and only looks for exclusive collisions with 2284 int cpuset_collides_exclusive(const char *cpusetpath, const struct cpuset *cp1) in cpuset_collides_exclusive() argument 2300 fullpath(parent, sizeof(parent), cpusetpath); in cpuset_collides_exclusive() 3197 struct cpuset_fts_tree *cpuset_fts_open(const char *cpusetpath) in cpuset_fts_open() argument 3209 fullpath(buf, sizeof(buf), cpusetpath); in cpuset_fts_open()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/ |
H A D | cpuset_memory_spread_testset.sh | 199 # general_memory_spread_test <cpusetpath> <is_spread> <cpu_list> <node_list> \ 204 local cpusetpath="$CPUSET/1" 211 cpuset_set "$cpusetpath" "$cpu_list" "$node_list" "0" 2> $CPUSET_TMP/stderr 218 /bin/echo "$is_spread" > "$cpusetpath/cpuset.memory_spread_page" 2> $CPUSET_TMP/stderr 225 /bin/echo "$test_pid" > "$cpusetpath/tasks" 2> $CPUSET_TMP/stderr
|
Completed in 6 milliseconds