Searched refs:cgroup_pidlist (Results 1 – 1 of 1) sorted by relevance
177 struct cgroup_pidlist { struct201 struct cgroup_pidlist *l, *tmp_l; in cgroup1_pidlist_destroy_all() argument215 struct cgroup_pidlist *l = container_of(dwork, struct cgroup_pidlist, in cgroup_pidlist_destroy_work_fn()217 struct cgroup_pidlist *tofree = NULL; in cgroup_pidlist_destroy_work_fn()280 static struct cgroup_pidlist *cgroup_pidlist_find(struct cgroup *cgrp, in cgroup_pidlist_find()283 struct cgroup_pidlist *l; in cgroup_pidlist_find()301 static struct cgroup_pidlist *cgroup_pidlist_find_create(struct cgroup *cgrp, in cgroup_pidlist_find_create()304 struct cgroup_pidlist *l; in cgroup_pidlist_find_create()313 l = kzalloc(sizeof(struct cgroup_pidlist), GFP_KERNEL); in cgroup_pidlist_find_create()330 struct cgroup_pidlist **lp) in pidlist_array_load()[all …]