Searched full:parent2 (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/cgroup/ |
H A D | test_cpu.c | 42 char *parent = NULL, *child = NULL, *parent2 = NULL, *child2 = NULL; in test_cpucg_subtree_control() local 67 parent2 = cg_name(root, "cpucg_test_1"); in test_cpucg_subtree_control() 68 if (!parent2) in test_cpucg_subtree_control() 71 if (cg_create(parent2)) in test_cpucg_subtree_control() 74 child2 = cg_name(parent2, "cpucg_test_child"); in test_cpucg_subtree_control() 93 cg_destroy(parent2); in test_cpucg_subtree_control() 94 free(parent2); in test_cpucg_subtree_control()
|
H A D | test_memcontrol.c | 111 char *parent, *child, *parent2 = NULL, *child2 = NULL; in alloc_anon_50M_check() 134 parent2 = cg_name(root, "memcg_test_1"); in alloc_pagecache_50M_check() 136 if (!parent2 || !child2) in alloc_pagecache_50M_check() 139 if (cg_create(parent2)) in alloc_pagecache_50M_check() 156 cg_destroy(parent2); in alloc_pagecache_50M_check() 158 free(parent2); in alloc_pagecache_50M_check() 33 char *parent, *child, *parent2 = NULL, *child2 = NULL; test_memcg_subtree_control() local
|
/linux/Documentation/devicetree/bindings/power/ |
H A D | power-domain.yaml | 88 parent2: power-controller@12340000 { 97 power-domains = <&parent2 0>;
|
/linux/drivers/clk/ |
H A D | clk-milbeaut.c | 36 #define M10V_SPI_PARENT2 "spi-parent2" 39 #define M10V_UHS1CLK2_PARENT2 "uhs1clk2-parent2" 44 #define M10V_NFCLK_PARENT2 "nfclk-parent2"
|
/linux/security/landlock/ |
H A D | fs.c | 428 * restrictions(parent2) >= restrictions(child1) in no_more_access() 740 * @dentry_child2: Dentry to the initial child of the parent2 path. This
|