Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dbio.c351 struct bio_set *bs = container_of(work, struct bio_set, rescue_work); in bio_alloc_rescue()
400 queue_work(bs->rescue_workqueue, &bs->rescue_work); in punt_bios_to_rescuer()
1912 INIT_WORK(&bs->rescue_work, bio_alloc_rescue); in bioset_init()
/Linux-v4.19/include/linux/
Dbio.h762 struct work_struct rescue_work; member