Home
last modified time | relevance | path

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

/linux/block/
H A Dbio.c562 opf |= REQ_ALLOC_CACHE; in bio_alloc_bioset()
569 * REQ_ALLOC_CACHE to participate in per-cpu alloc cache. in bio_alloc_bioset()
572 opf &= ~REQ_ALLOC_CACHE; in bio_alloc_bioset()
607 opf &= ~REQ_ALLOC_CACHE;
863 if (bio->bi_opf & REQ_ALLOC_CACHE)
/linux/include/linux/
H A Dblk_types.h424 #define REQ_ALLOC_CACHE (__force blk_opf_t)(1ULL << __REQ_ALLOC_CACHE)
423 #define REQ_ALLOC_CACHE (__force blk_opf_t)(1ULL << __REQ_ALLOC_CACHE) global() macro