Searched refs:fast_segs (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | uio.h | 291 unsigned long nr_segs, unsigned long fast_segs, 294 unsigned nr_segs, unsigned fast_segs, struct iovec **iovp, 297 unsigned nr_segs, unsigned fast_segs, struct iovec **iovp,
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | iov_iter.c | 1712 unsigned long nr_segs, unsigned long fast_segs, in iovec_from_user() argument 1727 if (nr_segs > fast_segs) { in iovec_from_user() 1747 unsigned nr_segs, unsigned fast_segs, struct iovec **iovp, in __import_iovec() argument 1754 iov = iovec_from_user(uvec, nr_segs, fast_segs, *iovp, compat); in __import_iovec() 1816 unsigned nr_segs, unsigned fast_segs, in import_iovec() argument 1819 return __import_iovec(type, uvec, nr_segs, fast_segs, iovp, i, in import_iovec()
|