Searched refs:punt (Results 1 - 1 of 1) sorted by relevance

/linux-master/block/
H A Dbio.c381 struct bio_list punt, nopunt; local
387 * In order to guarantee forward progress we must punt only bios that
397 bio_list_init(&punt);
401 bio_list_add(bio->bi_pool == bs ? &punt : &nopunt, bio);
406 bio_list_add(bio->bi_pool == bs ? &punt : &nopunt, bio);
410 bio_list_merge(&bs->rescue_list, &punt);
533 * __GFP_DIRECT_RECLAIM; if that fails, we punt those bios we would be

Completed in 274 milliseconds