Searched refs:BIO_POOL_OFFSET (Results 1 – 2 of 2) sorted by relevance
108 #define BIO_POOL_OFFSET (BITS_PER_LONG - BIO_POOL_BITS) macro109 #define BIO_POOL_MASK (1UL << BIO_POOL_OFFSET)110 #define BIO_POOL_IDX(bio) ((bio)->bi_flags >> BIO_POOL_OFFSET)
306 bio->bi_flags |= idx << BIO_POOL_OFFSET; in bio_alloc_bioset()382 bio->bi_flags |= BIO_POOL_NONE << BIO_POOL_OFFSET; in bio_kmalloc()