Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsplice.h61 unsigned int nr_pages_max; /* pages[] & partial[] arrays size */ member
/linux/fs/
H A Dsplice.c274 spd->nr_pages_max = max_usage; in splice_grow_spd()
292 if (spd->nr_pages_max <= PIPE_DEF_BUFFERS) in splice_shrink_spd()
/linux/kernel/trace/
H A Dtrace.c6890 .nr_pages_max = PIPE_DEF_BUFFERS, in tracing_splice_read_pipe()
6923 for (i = 0, rem = len; i < spd.nr_pages_max && rem; i++) { in tracing_splice_read_pipe()
8811 .nr_pages_max = PIPE_DEF_BUFFERS, in tracing_buffers_splice_read()
8843 for (i = 0; i < spd.nr_pages_max && len && entries; i++, len -= page_size) { in tracing_buffers_splice_read()
/linux/net/core/
H A Dskbuff.c3234 .nr_pages_max = MAX_SKB_FRAGS, in skb_splice_bits()