Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dblk_types.h309 #define BVEC_POOL_NR 6 macro
310 #define BVEC_POOL_MAX (BVEC_POOL_NR - 1)
320 #if (1<< BVEC_POOL_BITS) < (BVEC_POOL_NR+1)
/OK3568_Linux_fs/kernel/block/
H A Dbio.c39 static struct biovec_slab bvec_slabs[BVEC_POOL_NR] __read_mostly = {
160 BIO_BUG_ON(idx >= BVEC_POOL_NR); in bvec_free()
1646 for (i = 0; i < BVEC_POOL_NR; i++) { in biovec_init_slabs()