Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsplice.h61 unsigned int nr_pages_max; /* pages[] & partial[] arrays size */ member
/openbmc/linux/kernel/
H A Drelay.c1129 .nr_pages_max = PIPE_DEF_BUFFERS, in subbuf_splice_actor()
1150 nr_pages = min_t(unsigned int, subbuf_pages, spd.nr_pages_max); in subbuf_splice_actor()
/openbmc/linux/net/smc/
H A Dsmc_rx.c205 spd.nr_pages_max = nr_pages; in smc_rx_splice()
/openbmc/linux/fs/
H A Dsplice.c275 spd->nr_pages_max = max_usage; in splice_grow_spd()
293 if (spd->nr_pages_max <= PIPE_DEF_BUFFERS) in splice_shrink_spd()
/openbmc/linux/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c441 unsigned int nr_pages_max = ch->fb_size >> PAGE_SHIFT; in sh_mobile_lcdc_sginit() local
445 sg_init_table(ch->sglist, nr_pages_max); in sh_mobile_lcdc_sginit()
/openbmc/linux/kernel/trace/
H A Dtrace.c7092 .nr_pages_max = PIPE_DEF_BUFFERS, in tracing_splice_read_pipe()
7125 for (i = 0, rem = len; i < spd.nr_pages_max && rem; i++) { in tracing_splice_read_pipe()
8464 .nr_pages_max = PIPE_DEF_BUFFERS, in tracing_buffers_splice_read()
8493 for (i = 0; i < spd.nr_pages_max && len && entries; i++, len -= PAGE_SIZE) { in tracing_buffers_splice_read()
/openbmc/linux/net/core/
H A Dskbuff.c3039 .nr_pages_max = MAX_SKB_FRAGS, in skb_splice_bits()