Home
last modified time | relevance | path

Searched refs:async_bio_lock (Results 1 – 2 of 2) sorted by relevance

/linux/block/
H A Dblk-cgroup.c214 spin_lock(&blkg->async_bio_lock); in blkg_async_bio_workfn()
216 spin_unlock(&blkg->async_bio_lock); in blkg_async_bio_workfn()
240 spin_lock(&blkg->async_bio_lock); in blkcg_punt_bio_submit()
242 spin_unlock(&blkg->async_bio_lock); in blkcg_punt_bio_submit()
321 spin_lock_init(&blkg->async_bio_lock); in blkg_alloc()
H A Dblk-cgroup.h77 spinlock_t async_bio_lock; member