• Home
  • Raw
  • Download

Lines Matching refs:head

314 void wakeme_after_rcu(struct rcu_head *head)  in wakeme_after_rcu()  argument
318 rcu = container_of(head, struct rcu_synchronize, head); in wakeme_after_rcu()
336 init_rcu_head_on_stack(&rs_array[i].head); in __wait_rcu_gp()
338 (crcu_array[i])(&rs_array[i].head, wakeme_after_rcu); in __wait_rcu_gp()
348 destroy_rcu_head_on_stack(&rs_array[i].head); in __wait_rcu_gp()
354 void init_rcu_head(struct rcu_head *head) in init_rcu_head() argument
356 debug_object_init(head, &rcuhead_debug_descr); in init_rcu_head()
359 void destroy_rcu_head(struct rcu_head *head) in destroy_rcu_head() argument
361 debug_object_free(head, &rcuhead_debug_descr); in destroy_rcu_head()
372 struct rcu_head *head = addr; in rcuhead_fixup_activate() local
381 debug_object_init(head, &rcuhead_debug_descr); in rcuhead_fixup_activate()
382 debug_object_activate(head, &rcuhead_debug_descr); in rcuhead_fixup_activate()
399 void init_rcu_head_on_stack(struct rcu_head *head) in init_rcu_head_on_stack() argument
401 debug_object_init_on_stack(head, &rcuhead_debug_descr); in init_rcu_head_on_stack()
416 void destroy_rcu_head_on_stack(struct rcu_head *head) in destroy_rcu_head_on_stack() argument
418 debug_object_free(head, &rcuhead_debug_descr); in destroy_rcu_head_on_stack()
838 static struct rcu_head head; in early_boot_test_call_rcu() local
840 call_rcu(&head, test_callback); in early_boot_test_call_rcu()
845 static struct rcu_head head; in early_boot_test_call_rcu_bh() local
847 call_rcu_bh(&head, test_callback); in early_boot_test_call_rcu_bh()
852 static struct rcu_head head; in early_boot_test_call_rcu_sched() local
854 call_rcu_sched(&head, test_callback); in early_boot_test_call_rcu_sched()