Searched refs:fast_segs (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/include/linux/ |
D | uio.h | 330 unsigned long nr_segs, unsigned long fast_segs, 333 unsigned nr_segs, unsigned fast_segs, struct iovec **iovp, 336 unsigned nr_segs, unsigned fast_segs, struct iovec **iovp,
|
/linux-6.1.9/lib/ |
D | iov_iter.c | 1731 unsigned long nr_segs, unsigned long fast_segs, in iovec_from_user() argument 1746 if (nr_segs > fast_segs) { in iovec_from_user() 1766 unsigned nr_segs, unsigned fast_segs, struct iovec **iovp, in __import_iovec() argument 1773 iov = iovec_from_user(uvec, nr_segs, fast_segs, *iovp, compat); in __import_iovec() 1835 unsigned nr_segs, unsigned fast_segs, in import_iovec() argument 1838 return __import_iovec(type, uvec, nr_segs, fast_segs, iovp, i, in import_iovec()
|