Home
last modified time | relevance | path

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

/linux-4.4.14/block/
Dbio.c346 spin_lock(&bs->rescue_lock); in bio_alloc_rescue()
348 spin_unlock(&bs->rescue_lock); in bio_alloc_rescue()
381 spin_lock(&bs->rescue_lock); in punt_bios_to_rescuer()
383 spin_unlock(&bs->rescue_lock); in punt_bios_to_rescuer()
1882 spin_lock_init(&bs->rescue_lock); in __bioset_create()
/linux-4.4.14/include/linux/
Dbio.h730 spinlock_t rescue_lock; member