Searched refs:cgroup_idr (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | cgroup-defs.h | 524 struct idr cgroup_idr; member
|
| /Linux-v5.4/kernel/cgroup/ |
| D | cgroup.c | 1313 idr_destroy(&root->cgroup_idr); in cgroup_free_root() 1979 idr_init(&root->cgroup_idr); in init_cgroup_root() 2000 ret = cgroup_idr_alloc(&root->cgroup_idr, root_cgrp, 1, 2, GFP_KERNEL); in cgroup_setup_root() 5040 cgroup_idr_remove(&cgrp->root->cgroup_idr, cgrp->id); in css_release_work_fn() 5234 cgrp->id = cgroup_idr_alloc(&root->cgroup_idr, NULL, 2, 0, GFP_KERNEL); in cgroup_create() 5305 cgroup_idr_replace(&root->cgroup_idr, cgrp, cgrp->id); in cgroup_create() 5321 cgroup_idr_remove(&root->cgroup_idr, cgrp->id); in cgroup_create()
|