Home
last modified time | relevance | path

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

/kernel/
Dcgroup.c324 struct cgroupfs_root *root = cgrp->root; in find_existing_css_set() local
332 if (root->subsys_bits & (1UL << i)) { in find_existing_css_set()
466 if (ss->root->subsys_list.next == &ss->sibling) in find_css_set()
592 for_each_subsys(cgrp->root, ss) in cgroup_call_pre_destroy()
624 for_each_subsys(cgrp->root, ss) in cgroup_diput()
627 cgrp->root->number_of_cgroups--; in cgroup_diput()
634 deactivate_super(cgrp->root->sb); in cgroup_diput()
689 static int rebind_subsystems(struct cgroupfs_root *root, in rebind_subsystems() argument
693 struct cgroup *cgrp = &root->top_cgroup; in rebind_subsystems()
696 removed_bits = root->actual_subsys_bits & ~final_bits; in rebind_subsystems()
[all …]
Dresource.c76 struct resource *root = m->private; in r_show() local
78 int width = root->end < 0x10000 ? 4 : 8; in r_show()
82 if (p->parent == root) in r_show()
144 static struct resource * __request_resource(struct resource *root, struct resource *new) in __request_resource() argument
151 return root; in __request_resource()
152 if (start < root->start) in __request_resource()
153 return root; in __request_resource()
154 if (end > root->end) in __request_resource()
155 return root; in __request_resource()
156 p = &root->child; in __request_resource()
[all …]
Daudit_tree.c12 struct audit_chunk *root; member
83 tree->root = NULL; in alloc_tree()
224 if (owner->root == chunk) { in untag_chunk()
226 owner->root = NULL; in untag_chunk()
252 if (owner->root == chunk) in untag_chunk()
253 owner->root = NULL; in untag_chunk()
274 if (owner->root == chunk) { in untag_chunk()
276 owner->root = NULL; in untag_chunk()
297 owner->root = new; in untag_chunk()
307 if (owner->root == chunk) { in untag_chunk()
[all …]
Dsysctl.c169 .root = &sysctl_table_root,
1542 lookup_header_set(struct ctl_table_root *root, struct nsproxy *namespaces) in lookup_header_set() argument
1544 struct ctl_table_set *set = &root->default_set; in lookup_header_set()
1545 if (root->lookup) in lookup_header_set()
1546 set = root->lookup(root, namespaces); in lookup_header_set()
1551 lookup_header_list(struct ctl_table_root *root, struct nsproxy *namespaces) in lookup_header_list() argument
1553 struct ctl_table_set *set = lookup_header_set(root, namespaces); in lookup_header_list()
1560 struct ctl_table_root *root; in __sysctl_head_next() local
1581 root = head->root; in __sysctl_head_next()
1583 header_list = lookup_header_list(root, namespaces); in __sysctl_head_next()
[all …]
Dfork.c688 fs->root = old->root; in __copy_fs_struct()
689 path_get(&old->root); in __copy_fs_struct()
Dcpuset.c2004 static void scan_for_empty_cpusets(struct cpuset *root) in scan_for_empty_cpusets() argument
2012 list_add_tail((struct list_head *)&root->stack_list, &queue); in scan_for_empty_cpusets()
Dexit.c580 path_put(&fs->root); in put_fs_struct()