Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dbio.c162 if (idx == BVEC_POOL_MAX) { in bvec_free()
206 if (*idx == BVEC_POOL_MAX) { in bvec_alloc()
226 *idx = BVEC_POOL_MAX; in bvec_alloc()
1538 struct biovec_slab *bp = bvec_slabs + BVEC_POOL_MAX; in biovec_init_pool()
/OK3568_Linux_fs/kernel/include/linux/
H A Dblk_types.h310 #define BVEC_POOL_MAX (BVEC_POOL_NR - 1) macro