Lines Matching refs:rcu_head
356 * @head: Pointer to rcu_head member within rcu_synchronize structure
360 void wakeme_after_rcu(struct rcu_head *head)
409 void init_rcu_head(struct rcu_head *head)
415 void destroy_rcu_head(struct rcu_head *head)
427 * init_rcu_head_on_stack() - initialize on-stack rcu_head for debugobjects
428 * @head: pointer to rcu_head structure to be initialized
430 * This function informs debugobjects of a new rcu_head structure that
432 * is not required for rcu_head structures that are statically defined or
436 void init_rcu_head_on_stack(struct rcu_head *head)
443 * destroy_rcu_head_on_stack() - destroy on-stack rcu_head for debugobjects
444 * @head: pointer to rcu_head structure to be initialized
446 * This function informs debugobjects that an on-stack rcu_head structure
448 * function is not required for rcu_head structures that are statically
453 void destroy_rcu_head_on_stack(struct rcu_head *head)
460 .name = "rcu_head",
467 void do_trace_rcu_torture_read(const char *rcutorturename, struct rcu_head *rhp,
518 static void test_callback(struct rcu_head *r)
527 struct rcu_head rh;
532 static struct rcu_head head;
533 static struct rcu_head shead;