Home
last modified time | relevance | path

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

/linux-6.1.9/block/
Dbio.c363 spin_lock(&bs->rescue_lock); in bio_alloc_rescue()
365 spin_unlock(&bs->rescue_lock); in bio_alloc_rescue()
404 spin_lock(&bs->rescue_lock); in punt_bios_to_rescuer()
406 spin_unlock(&bs->rescue_lock); in punt_bios_to_rescuer()
1697 spin_lock_init(&bs->rescue_lock); in bioset_init()
/linux-6.1.9/include/linux/
Dbio.h673 spinlock_t rescue_lock; member