Home
last modified time | relevance | path

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

/block/
Dblk-sysfs.c747 static void blk_free_queue_rcu(struct rcu_head *rcu_head) in blk_free_queue_rcu() argument
749 struct request_queue *q = container_of(rcu_head, struct request_queue, in blk_free_queue_rcu()
750 rcu_head); in blk_free_queue_rcu()
830 call_rcu(&q->rcu_head, blk_free_queue_rcu); in blk_release_queue()
Dblk-stat.h62 struct rcu_head rcu;
Dblk-stat.c171 static void blk_stat_free_callback_rcu(struct rcu_head *head) in blk_stat_free_callback_rcu()
Dblk-ioc.c32 static void icq_free_icq_rcu(struct rcu_head *head) in icq_free_icq_rcu()
Dblk-cgroup.c89 static void __blkg_release(struct rcu_head *rcu) in __blkg_release()
91 struct blkcg_gq *blkg = container_of(rcu, struct blkcg_gq, rcu_head); in __blkg_release()
114 call_rcu(&blkg->rcu_head, __blkg_release); in blkg_release()