Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dbio.c354 spin_lock(&bs->rescue_lock); in bio_alloc_rescue()
356 spin_unlock(&bs->rescue_lock); in bio_alloc_rescue()
395 spin_lock(&bs->rescue_lock); in punt_bios_to_rescuer()
397 spin_unlock(&bs->rescue_lock); in punt_bios_to_rescuer()
1595 spin_lock_init(&bs->rescue_lock); in bioset_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbio.h698 spinlock_t rescue_lock; member