Home
last modified time | relevance | path

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

/external/fio/
Dcgroup.h6 int cgroup_setup(struct thread_data *, struct flist_head *, char **);
13 static inline int cgroup_setup(struct thread_data *td, struct flist_head *list, in cgroup_setup() function
Dcgroup.c147 int cgroup_setup(struct thread_data *td, struct flist_head *clist, char **mnt) in cgroup_setup() function
Dbackend.c1632 if (o->cgroup && cgroup_setup(td, cgroup_list, &cgroup_mnt)) in thread_main()