Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/power/
H A Dwakeup_reason.c34 * @siblings - for membership on leaf or parent IRQ lists
39 struct list_head siblings; member
75 INIT_LIST_HEAD(&p->siblings); in init_node()
105 n = list_first_entry(head, struct wakeup_irq_node, siblings); in delete_list()
106 list_del(&n->siblings); in delete_list()
121 list_for_each_entry(n, head, siblings) in add_sibling_node_sorted()
124 predecessor = &n->siblings; in add_sibling_node_sorted()
135 list_add(&n->siblings, predecessor); in add_sibling_node_sorted()
150 list_for_each_entry(n, head, siblings) if (n->irq == irq) return n; in find_node_in_list()
212 list_del_init(&parent->siblings); in log_threaded_irq_wakeup_reason()
[all...]
/device/soc/rockchip/rk3588/kernel/kernel/power/
H A Dwakeup_reason.c34 * @siblings - for membership on leaf or parent IRQ lists
39 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()
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dcore.c880 list_for_each_entry_rcu(child, &parent->children, siblings) in walk_tg_tree_from()
8118 INIT_LIST_HEAD(&root_task_group.siblings); in sched_init()
8487 list_add_rcu(&tg->siblings, &parent->children); in sched_online_group()
8515 list_del_rcu(&tg->siblings); in sched_offline_group()
H A Dsched.h479 struct list_head siblings; member
H A Drt.c2950 list_for_each_entry_rcu(child, &tg->children, siblings) in tg_rt_schedulable()

Completed in 20 milliseconds