Lines Matching refs:head
334 void wakeme_after_rcu(struct rcu_head *head) in wakeme_after_rcu() argument
338 rcu = container_of(head, struct rcu_synchronize, head); in wakeme_after_rcu()
356 init_rcu_head_on_stack(&rs_array[i].head); in __wait_rcu_gp()
362 (crcu_array[i])(&rs_array[i].head, wakeme_after_rcu); in __wait_rcu_gp()
375 destroy_rcu_head_on_stack(&rs_array[i].head); in __wait_rcu_gp()
381 void init_rcu_head(struct rcu_head *head) in init_rcu_head() argument
383 debug_object_init(head, &rcuhead_debug_descr); in init_rcu_head()
387 void destroy_rcu_head(struct rcu_head *head) in destroy_rcu_head() argument
389 debug_object_free(head, &rcuhead_debug_descr); in destroy_rcu_head()
408 void init_rcu_head_on_stack(struct rcu_head *head) in init_rcu_head_on_stack() argument
410 debug_object_init_on_stack(head, &rcuhead_debug_descr); in init_rcu_head_on_stack()
425 void destroy_rcu_head_on_stack(struct rcu_head *head) in destroy_rcu_head_on_stack() argument
427 debug_object_free(head, &rcuhead_debug_descr); in destroy_rcu_head_on_stack()
858 static struct rcu_head head; in early_boot_test_call_rcu() local
861 call_rcu(&head, test_callback); in early_boot_test_call_rcu()