Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dcpuset.h197 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 …]
Dlibcpuset.c749 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()
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()
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/
Dcpuset_memory_spread_testset.sh196 local cpusetpath="$CPUSET/1"
203 cpuset_set "$cpusetpath" "$cpu_list" "$node_list" "0" 2> $CPUSET_TMP/stderr
210 /bin/echo "$is_spread" > "$cpusetpath/cpuset.memory_spread_page" 2> $CPUSET_TMP/stderr
217 /bin/echo "$test_pid" > "$cpusetpath/tasks" 2> $CPUSET_TMP/stderr