Lines Matching refs:hop
17 typedef void (*pertask_func_t)(struct task_struct *t, struct list_head *hop);
18 typedef void (*postscan_func_t)(struct list_head *hop);
19 typedef void (*holdouts_func_t)(struct list_head *hop, bool ndrpt, bool *frptp);
406 static void rcu_tasks_pertask(struct task_struct *t, struct list_head *hop)
412 list_add(&t->rcu_tasks_holdout_list, hop);
417 static void rcu_tasks_postscan(struct list_head *hop)
472 static void check_all_holdout_tasks(struct list_head *hop,
477 list_for_each_entry_safe(t, t1, hop, rcu_tasks_holdout_list) {
989 struct list_head *hop)
999 trc_wait_for_one_reader(t, hop);
1006 static void rcu_tasks_trace_postscan(struct list_head *hop)
1011 rcu_tasks_trace_pertask(idle_task(cpu), hop);
1055 static void check_all_holdout_tasks_trace(struct list_head *hop,
1063 list_for_each_entry_safe(t, g, hop, trc_holdout_list) {
1067 trc_wait_for_one_reader(t, hop);