Searched full:child1 (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | cgroup_hierarchical_stats.c | 56 CGROUP_PATH("/test", "child1"), 58 CGROUP_PATH("/test/child1", "child1_1"), 59 CGROUP_PATH("/test/child1", "child1_2"), 231 /* Check that child1 == child1_1 + child1_2 */ in check_attach_counters() 237 /* Check that test == child1 + child2 */ in check_attach_counters()
|
| H A D | cgroup_iter.c | 13 #define CHILD1 2 macro 21 "/", "/parent", "/parent/child1", "/parent/child2" 135 cg_id[PARENT], cg_id[CHILD1], cg_id[CHILD2]); in test_walk_preorder() 146 cg_id[CHILD1], cg_id[CHILD2], cg_id[PARENT]); in test_walk_postorder() 196 PROLOGUE "%8llu\n%8llu\n" EPILOGUE, cg_id[CHILD1], in test_walk_dead_self_only()
|
| /linux/security/landlock/ |
| H A D | fs.c | 477 * Return: True if child1 may be moved from parent1 to parent2 without in test_no_more_access() 483 const struct layer_masks *const child1, in test_no_more_access() 489 if (!may_refer(parent1, child1, parent2, child1_is_dir)) in test_no_more_access() 437 no_more_access(const struct layer_access_masks * const parent1,const struct layer_access_masks * const child1,const bool child1_is_dir,const struct layer_access_masks * const parent2,const struct layer_access_masks * const child2,const bool child2_is_dir) no_more_access() argument
|