Lines Matching refs:head

265 void wakeme_after_rcu(struct rcu_head *head)  in wakeme_after_rcu()  argument
269 rcu = container_of(head, struct rcu_synchronize, head); in wakeme_after_rcu()
277 init_rcu_head_on_stack(&rcu.head); in wait_rcu_gp()
280 crf(&rcu.head, wakeme_after_rcu); in wait_rcu_gp()
283 destroy_rcu_head_on_stack(&rcu.head); in wait_rcu_gp()
288 void init_rcu_head(struct rcu_head *head) in init_rcu_head() argument
290 debug_object_init(head, &rcuhead_debug_descr); in init_rcu_head()
293 void destroy_rcu_head(struct rcu_head *head) in destroy_rcu_head() argument
295 debug_object_free(head, &rcuhead_debug_descr); in destroy_rcu_head()
306 struct rcu_head *head = addr; in rcuhead_fixup_activate() local
315 debug_object_init(head, &rcuhead_debug_descr); in rcuhead_fixup_activate()
316 debug_object_activate(head, &rcuhead_debug_descr); in rcuhead_fixup_activate()
333 void init_rcu_head_on_stack(struct rcu_head *head) in init_rcu_head_on_stack() argument
335 debug_object_init_on_stack(head, &rcuhead_debug_descr); in init_rcu_head_on_stack()
350 void destroy_rcu_head_on_stack(struct rcu_head *head) in destroy_rcu_head_on_stack() argument
352 debug_object_free(head, &rcuhead_debug_descr); in destroy_rcu_head_on_stack()
772 static struct rcu_head head; in early_boot_test_call_rcu() local
774 call_rcu(&head, test_callback); in early_boot_test_call_rcu()
779 static struct rcu_head head; in early_boot_test_call_rcu_bh() local
781 call_rcu_bh(&head, test_callback); in early_boot_test_call_rcu_bh()
786 static struct rcu_head head; in early_boot_test_call_rcu_sched() local
788 call_rcu_sched(&head, test_callback); in early_boot_test_call_rcu_sched()