Home
last modified time | relevance | path

Searched refs:siblings (Results 1 – 5 of 5) sorted by relevance

/kernel/power/
Dwakeup_reason.c39 struct list_head siblings; member
75 INIT_LIST_HEAD(&p->siblings); in init_node()
103 n = list_first_entry(head, struct wakeup_irq_node, siblings); in delete_list()
104 list_del(&n->siblings); in delete_list()
118 list_for_each_entry(n, head, siblings) { in add_sibling_node_sorted()
120 predecessor = &n->siblings; in add_sibling_node_sorted()
129 list_add(&n->siblings, predecessor); in add_sibling_node_sorted()
144 list_for_each_entry(n, head, siblings) in find_node_in_list()
206 list_del_init(&parent->siblings); in log_threaded_irq_wakeup_reason()
207 list_add_tail(&parent->siblings, &parent_irqs); in log_threaded_irq_wakeup_reason()
[all …]
/kernel/
DKconfig.preempt123 selection across SMT siblings. When enabled -- see
124 prctl(PR_SCHED_CORE) -- task selection ensures that all SMT siblings
/kernel/sched/
Dcore.c1265 list_for_each_entry_rcu(child, &parent->children, siblings) { in walk_tg_tree_from()
9947 INIT_LIST_HEAD(&root_task_group.siblings); in sched_init()
10398 list_add_rcu(&tg->siblings, &parent->children); in sched_online_group()
10436 list_del_rcu(&tg->siblings); in sched_release_group()
Dsched.h406 struct list_head siblings; member
Drt.c2904 list_for_each_entry_rcu(child, &tg->children, siblings) { in tg_rt_schedulable()