Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c2550 struct pidblock { struct
2553 struct pidblock *next; argument
2563 static void add_pidblock(const char *file, struct pidblock **ppbhead) in add_pidblock()
2566 struct pidblock *pb = NULL; in add_pidblock()
2592 static void read_task_file(const char *relpath, struct pidblock **ppbhead) in read_task_file()
2619 static int pid_transform(struct pidblock *pb, struct cpuset_pidlist *pl, int n) in pid_transform()
2632 static void free_pidblocks(struct pidblock *pbhead) in free_pidblocks()
2634 struct pidblock *pb, *nextpb; in free_pidblocks()
2656 struct pidblock *pb = NULL; in cpuset_init_pidlist()
2658 struct pidblock *pbhead = NULL; in cpuset_init_pidlist()