Searched refs:destroy_rcu_head (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/rcu/
H A Dupdate.c464 void destroy_rcu_head(struct rcu_head *head) function
468 EXPORT_SYMBOL_GPL(destroy_rcu_head); variable
/linux-master/include/linux/
H A Drcupdate.h297 * on the stack, and init_rcu_head()/destroy_rcu_head() are needed for
304 void destroy_rcu_head(struct rcu_head *head);
309 static inline void destroy_rcu_head(struct rcu_head *head) { } function
/linux-master/drivers/scsi/
H A Dscsi_lib.c649 destroy_rcu_head(&cmd->rcu);

Completed in 770 milliseconds