Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dsplice.h60 unsigned int nr_pages_max; /* pages[] & partial[] arrays size */ member
/Linux-v4.19/net/smc/
Dsmc_rx.c169 spd.nr_pages_max = 1; in smc_rx_splice()
/Linux-v4.19/kernel/
Drelay.c1213 .nr_pages_max = PIPE_DEF_BUFFERS, in subbuf_splice_actor()
1234 nr_pages = min_t(unsigned int, subbuf_pages, spd.nr_pages_max); in subbuf_splice_actor()
/Linux-v4.19/fs/
Dsplice.c258 spd->nr_pages_max = buffers; in splice_grow_spd()
276 if (spd->nr_pages_max <= PIPE_DEF_BUFFERS) in splice_shrink_spd()
/Linux-v4.19/drivers/video/fbdev/
Dsh_mobile_lcdcfb.c445 unsigned int nr_pages_max = ch->fb_size >> PAGE_SHIFT; in sh_mobile_lcdc_sginit() local
449 sg_init_table(ch->sglist, nr_pages_max); in sh_mobile_lcdc_sginit()
/Linux-v4.19/kernel/trace/
Dtrace.c5873 .nr_pages_max = PIPE_DEF_BUFFERS, in tracing_splice_read_pipe()
5906 for (i = 0, rem = len; i < spd.nr_pages_max && rem; i++) { in tracing_splice_read_pipe()
6862 .nr_pages_max = PIPE_DEF_BUFFERS, in tracing_buffers_splice_read()
6891 for (i = 0; i < spd.nr_pages_max && len && entries; i++, len -= PAGE_SIZE) { in tracing_buffers_splice_read()
/Linux-v4.19/net/core/
Dskbuff.c2266 .nr_pages_max = MAX_SKB_FRAGS, in skb_splice_bits()