Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Duio.h270 unsigned long nr_segs, unsigned long fast_segs,
273 unsigned nr_segs, unsigned fast_segs, struct iovec **iovp,
276 unsigned nr_segs, unsigned fast_segs, struct iovec **iovp,
/Linux-v5.10/lib/
Diov_iter.c1702 unsigned long nr_segs, unsigned long fast_segs, in iovec_from_user() argument
1717 if (nr_segs > fast_segs) { in iovec_from_user()
1737 unsigned nr_segs, unsigned fast_segs, struct iovec **iovp, in __import_iovec() argument
1744 iov = iovec_from_user(uvec, nr_segs, fast_segs, *iovp, compat); in __import_iovec()
1806 unsigned nr_segs, unsigned fast_segs, in import_iovec() argument
1809 return __import_iovec(type, uvec, nr_segs, fast_segs, iovp, i, in import_iovec()