Home
last modified time | relevance | path

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

/linux-4.1.27/block/
Dbio.c165 if (idx == BIOVEC_MAX_IDX) in bvec_free()
209 if (*idx == BIOVEC_MAX_IDX) { in bvec_alloc()
229 *idx = BIOVEC_MAX_IDX; in bvec_alloc()
1885 struct biovec_slab *bp = bvec_slabs + BIOVEC_MAX_IDX; in biovec_create_pool()
/linux-4.1.27/include/linux/
Dbio.h655 #define BIOVEC_MAX_IDX (BIOVEC_NR_POOLS - 1) macro