Home
last modified time | relevance | path

Searched refs:destroy_rcu_head (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dupdate.c415 void destroy_rcu_head(struct rcu_head *head) in destroy_rcu_head() function
419 EXPORT_SYMBOL_GPL(destroy_rcu_head);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_globals.c60 destroy_rcu_head(&park.rcu); in __i915_globals_park()
/OK3568_Linux_fs/kernel/include/linux/
H A Drcupdate.h238 void destroy_rcu_head(struct rcu_head *head);
243 static inline void destroy_rcu_head(struct rcu_head *head) { } in destroy_rcu_head() function
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_lib.c587 destroy_rcu_head(&cmd->rcu); in scsi_end_request()
/OK3568_Linux_fs/kernel/Documentation/RCU/Design/Requirements/
H A DRequirements.rst1624 ``init_rcu_head()`` and cleaned up with ``destroy_rcu_head()``.