Searched refs:BIO_INLINE_VECS (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbio.c36 #define BIO_INLINE_VECS 4 macro
295 if (nr_iovecs <= BIO_INLINE_VECS) {
297 nr_iovecs = BIO_INLINE_VECS;
1620 unsigned int back_pad = BIO_INLINE_VECS * sizeof(struct bio_vec);
1660 if (bvs->nr_vecs <= BIO_INLINE_VECS) {

Completed in 57 milliseconds