Lines Matching refs:head
472 void wakeme_after_rcu(struct rcu_head *head) in wakeme_after_rcu() argument
476 rcu = container_of(head, struct rcu_synchronize, head); in wakeme_after_rcu()
498 init_rcu_head_on_stack(&rs_array[i].head); in __wait_rcu_gp()
500 (crcu_array[i])(&rs_array[i].head, wakeme_after_rcu); in __wait_rcu_gp()
514 destroy_rcu_head_on_stack(&rs_array[i].head); in __wait_rcu_gp()
521 void init_rcu_head(struct rcu_head *head) in init_rcu_head() argument
523 debug_object_init(head, &rcuhead_debug_descr); in init_rcu_head()
527 void destroy_rcu_head(struct rcu_head *head) in destroy_rcu_head() argument
529 debug_object_free(head, &rcuhead_debug_descr); in destroy_rcu_head()
548 void init_rcu_head_on_stack(struct rcu_head *head) in init_rcu_head_on_stack() argument
550 debug_object_init_on_stack(head, &rcuhead_debug_descr); in init_rcu_head_on_stack()
565 void destroy_rcu_head_on_stack(struct rcu_head *head) in destroy_rcu_head_on_stack() argument
567 debug_object_free(head, &rcuhead_debug_descr); in destroy_rcu_head_on_stack()
645 static struct rcu_head head; in early_boot_test_call_rcu() local
649 call_rcu(&head, test_callback); in early_boot_test_call_rcu()