Lines Matching refs:head
471 void wakeme_after_rcu(struct rcu_head *head) in wakeme_after_rcu() argument
475 rcu = container_of(head, struct rcu_synchronize, head); in wakeme_after_rcu()
497 init_rcu_head_on_stack(&rs_array[i].head); in __wait_rcu_gp()
499 (crcu_array[i])(&rs_array[i].head, wakeme_after_rcu); in __wait_rcu_gp()
513 destroy_rcu_head_on_stack(&rs_array[i].head); in __wait_rcu_gp()
527 void init_rcu_head(struct rcu_head *head) in init_rcu_head() argument
529 debug_object_init(head, &rcuhead_debug_descr); in init_rcu_head()
533 void destroy_rcu_head(struct rcu_head *head) in destroy_rcu_head() argument
535 debug_object_free(head, &rcuhead_debug_descr); in destroy_rcu_head()
554 void init_rcu_head_on_stack(struct rcu_head *head) in init_rcu_head_on_stack() argument
556 debug_object_init_on_stack(head, &rcuhead_debug_descr); in init_rcu_head_on_stack()
571 void destroy_rcu_head_on_stack(struct rcu_head *head) in destroy_rcu_head_on_stack() argument
573 debug_object_free(head, &rcuhead_debug_descr); in destroy_rcu_head_on_stack()
666 static struct rcu_head head; in early_boot_test_call_rcu() local
670 call_rcu(&head, test_callback); in early_boot_test_call_rcu()