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.c2547 struct pidblock { struct
2550 struct pidblock *next; argument
2560 static void add_pidblock(const char *file, struct pidblock **ppbhead) in add_pidblock()
2563 struct pidblock *pb = NULL; in add_pidblock()
2589 static void read_task_file(const char *relpath, struct pidblock **ppbhead) in read_task_file()
2616 static int pid_transform(struct pidblock *pb, struct cpuset_pidlist *pl, int n) in pid_transform()
2629 static void free_pidblocks(struct pidblock *pbhead) in free_pidblocks()
2631 struct pidblock *pb, *nextpb; in free_pidblocks()
2653 struct pidblock *pb = NULL; in cpuset_init_pidlist()
2655 struct pidblock *pbhead = NULL; in cpuset_init_pidlist()