Home
last modified time | relevance | path

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

/include/linux/
Dbio.h23 #define BIO_MAX_VECS 256U macro
27 return min(nr_segs, BIO_MAX_VECS); in bio_max_segs()