Searched refs:BIO_POOL_OFFSET (Results 1 – 2 of 2) sorted by relevance
105 #define BIO_POOL_OFFSET (BITS_PER_LONG - BIO_POOL_BITS) macro106 #define BIO_POOL_MASK (1UL << BIO_POOL_OFFSET)107 #define BIO_POOL_IDX(bio) ((bio)->bi_flags >> BIO_POOL_OFFSET)
305 bio->bi_flags |= idx << BIO_POOL_OFFSET; in bio_alloc_bioset()381 bio->bi_flags |= BIO_POOL_NONE << BIO_POOL_OFFSET; in bio_kmalloc()