Searched refs:BIO_POOL_OFFSET (Results 1 – 3 of 3) sorted by relevance
140 #define BIO_POOL_OFFSET (BITS_PER_LONG - BIO_POOL_BITS) macro141 #define BIO_POOL_MASK (1UL << BIO_POOL_OFFSET)142 #define BIO_POOL_IDX(bio) ((bio)->bi_flags >> BIO_POOL_OFFSET)
126 bio->bi_flags |= BIO_POOL_NONE << BIO_POOL_OFFSET; in bch_bbio_alloc()
491 bio->bi_flags |= idx << BIO_POOL_OFFSET; in bio_alloc_bioset()