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.c220 spin_lock(&blkg->async_bio_lock); in blkg_async_bio_workfn()
222 spin_unlock(&blkg->async_bio_lock); in blkg_async_bio_workfn()
246 spin_lock(&blkg->async_bio_lock); in blkcg_punt_bio_submit()
248 spin_unlock(&blkg->async_bio_lock); in blkcg_punt_bio_submit()
327 spin_lock_init(&blkg->async_bio_lock); in blkg_alloc()
H A Dblk-cgroup.h77 spinlock_t async_bio_lock; member