Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dbio.c368 spin_lock(&bs->rescue_lock); in bio_alloc_rescue()
370 spin_unlock(&bs->rescue_lock); in bio_alloc_rescue()
409 spin_lock(&bs->rescue_lock); in punt_bios_to_rescuer()
411 spin_unlock(&bs->rescue_lock); in punt_bios_to_rescuer()
1747 spin_lock_init(&bs->rescue_lock); in bioset_init()
/openbmc/linux/include/linux/
H A Dbio.h699 spinlock_t rescue_lock; member