Home
last modified time | relevance | path

Searched refs:ntasks (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/mem/cpuset/
H A Dcpuset01.c45 static int mem_hog_cpuset(int ntasks);
111 static int mem_hog_cpuset(int ntasks) in mem_hog_cpuset() argument
117 if (ntasks <= 0) in mem_hog_cpuset()
118 tst_brk(TBROK | TERRNO, "ntasks is small."); in mem_hog_cpuset()
126 pids = SAFE_MALLOC(sizeof(pid_t) * ntasks); in mem_hog_cpuset()
127 for (i = 0; i < ntasks; i++) { in mem_hog_cpuset()

Completed in 1 milliseconds