Home
last modified time | relevance | path

Searched refs:cgroup_pidlist (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H A Dcgroup-v1.c184 struct cgroup_pidlist { struct
211 struct cgroup_pidlist *l, *tmp_l; in cgroup1_pidlist_destroy_all()
225 struct cgroup_pidlist *l = container_of(dwork, struct cgroup_pidlist, destroy_dwork); in cgroup_pidlist_destroy_work_fn()
226 struct cgroup_pidlist *tofree = NULL; in cgroup_pidlist_destroy_work_fn()
291 static struct cgroup_pidlist *cgroup_pidlist_find(struct cgroup *cgrp, enum cgroup_filetype type) in cgroup_pidlist_find()
293 struct cgroup_pidlist *l; in cgroup_pidlist_find()
309 static struct cgroup_pidlist *cgroup_pidlist_find_create(struct cgroup *cgrp, enum cgroup_filetype type) in cgroup_pidlist_find_create()
311 struct cgroup_pidlist *l; in cgroup_pidlist_find_create()
321 l = kzalloc(sizeof(struct cgroup_pidlist), GFP_KERNE in cgroup_pidlist_find_create()
[all...]

Completed in 1 milliseconds