Searched refs:BIOVEC_NR_POOLS (Results 1 – 2 of 2) sorted by relevance
712 #define BIOVEC_NR_POOLS 6 macro713 #define BIOVEC_MAX_IDX (BIOVEC_NR_POOLS - 1)
46 static struct biovec_slab bvec_slabs[BIOVEC_NR_POOLS] __read_mostly = {163 BIO_BUG_ON(idx >= BIOVEC_NR_POOLS); in bvec_free()2023 for (i = 0; i < BIOVEC_NR_POOLS; i++) { in biovec_init_slabs()