Searched defs:root (Results 1 – 9 of 9) sorted by relevance
| /kernel/ |
| D | resource.c | 106 struct resource *root = m->private; in r_show() local 217 static struct resource * __request_resource(struct resource *root, struct resource *new) in __request_resource() 311 struct resource *request_resource_conflict(struct resource *root, struct resource *new) in request_resource_conflict() 328 int request_resource(struct resource *root, struct resource *new) in request_resource() 598 static int __find_resource(struct resource *root, struct resource *old, in __find_resource() 657 static int find_resource(struct resource *root, struct resource *new, in find_resource() 674 static int reallocate_resource(struct resource *root, struct resource *old, in reallocate_resource() 725 int allocate_resource(struct resource *root, struct resource *new, in allocate_resource() 769 struct resource *lookup_resource(struct resource *root, resource_size_t start) in lookup_resource() 889 void insert_resource_expand_to_fit(struct resource *root, struct resource *new) in insert_resource_expand_to_fit() [all …]
|
| D | cgroup.c | 589 #define for_each_root(root) \ argument 948 struct cgroup_root *root = cgrp->root; in find_existing_css_set() local 1148 static int cgroup_init_root_id(struct cgroup_root *root) in cgroup_init_root_id() 1162 static void cgroup_exit_root_id(struct cgroup_root *root) in cgroup_exit_root_id() 1169 static void cgroup_free_root(struct cgroup_root *root) in cgroup_free_root() 1177 static void cgroup_destroy_root(struct cgroup_root *root) in cgroup_destroy_root() 1224 current_cgns_cgroup_from_root(struct cgroup_root *root) in current_cgns_cgroup_from_root() 1256 struct cgroup_root *root) in cset_cgroup_from_root() 1287 struct cgroup_root *root) in task_cgroup_from_root() 1662 struct cgroup_root *root = cgroup_root_from_kf(kf_root); in cgroup_show_options() local [all …]
|
| D | ucount.c | 27 set_lookup(struct ctl_table_root *root) in set_lookup()
|
| D | audit_tree.c | 14 struct audit_chunk *root; member
|
| D | module.c | 152 struct latch_tree_root root; member
|
| /kernel/trace/ |
| D | trace_stat.c | 76 static int insert_stat(struct rb_root *root, void *stat, cmp_stat_t cmp) in insert_stat() 127 struct rb_root *root = &session->stat_root; in stat_seq_init() local
|
| D | trace_events_filter.c | 458 struct filter_pred *root, in walk_pred_tree() 592 struct filter_pred *root; in filter_match_preds() local 1468 struct filter_pred *root) in check_pred_tree() 1497 static int count_leafs(struct filter_pred *preds, struct filter_pred *root) in count_leafs() 1507 struct filter_pred *root; member 1516 struct filter_pred *root = d->root; in fold_pred_cb() local 1533 static int fold_pred(struct filter_pred *preds, struct filter_pred *root) in fold_pred() 1585 struct filter_pred *root) in fold_pred_tree() 1598 struct filter_pred *root; in replace_preds() local
|
| D | trace.h | 1088 struct filter_pred *root; member
|
| /kernel/locking/ |
| D | lockdep.c | 1284 check_noncircular(struct lock_list *root, struct lock_class *target, in check_noncircular() 1321 find_usage_forwards(struct lock_list *root, enum lock_usage_bit bit, in find_usage_forwards() 1344 find_usage_backwards(struct lock_list *root, enum lock_usage_bit bit, in find_usage_backwards() 1385 struct lock_list *root) in print_shortest_lock_dependencies() 2414 struct lock_list *root, struct lock_list *other, in print_irq_inversion_bug() 2482 struct lock_list root; in check_usage_forwards() local 2506 struct lock_list root; in check_usage_backwards() local
|