Home
last modified time | relevance | path

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

/external/fio/
Dbackend.c64 static struct flist_head *cgroup_list; variable
1462 if (o->cgroup && cgroup_setup(td, cgroup_list, &cgroup_mnt)) in thread_main()
2218 cgroup_list = smalloc(sizeof(*cgroup_list)); in fio_backend()
2219 INIT_FLIST_HEAD(cgroup_list); in fio_backend()
2246 cgroup_kill(cgroup_list); in fio_backend()
2247 sfree(cgroup_list); in fio_backend()