Searched defs:sibling (Results 1 - 5 of 5) sorted by relevance

/include/linux/
H A Dsh_clk.h44 struct list_head sibling; /* node for children */ member in struct:clk
H A Dioport.h23 struct resource *parent, *sibling, *child; member in struct:resource
H A Dof.h54 struct device_node *sibling; member in struct:device_node
H A Dcgroup.h165 * We link our 'sibling' struct into our parent's 'children'.
166 * Our children link their 'sibling' into our 'children'.
168 struct list_head sibling; /* my parent's children */ member in struct:cgroup
475 * Protects sibling/children links of cgroups in this
477 * subsystem is a part of (i.e. root/sibling). To avoid
492 struct list_head sibling; member in struct:cgroup_subsys
H A Dsched.h862 #define SD_PREFER_SIBLING 0x1000 /* Prefer to place tasks in a sibling domain */
1363 * pointers to (original) parent process, youngest child, younger sibling,
1364 * older sibling, respectively. (p->father can be replaced with
1370 * children/sibling forms the list of my natural children
1373 struct list_head sibling; /* linkage in my parent's children list */ member in struct:task_struct

Completed in 254 milliseconds