Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsplice.h61 unsigned int nr_pages_max; /* pages[] & partial[] arrays size */ member
/linux/net/smc/
H A Dsmc_rx.c212 spd.nr_pages_max = nr_pages; in smc_rx_splice()
/linux/fs/
H A Dsplice.c274 spd->nr_pages_max = max_usage; in splice_grow_spd()
291 if (spd->nr_pages_max <= PIPE_DEF_BUFFERS) in splice_shrink_spd()
/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()
/linux/kernel/trace/
H A Dtrace.c6133 .nr_pages_max = PIPE_DEF_BUFFERS, in tracing_splice_read_pipe()
6166 for (i = 0, rem = len; i < spd.nr_pages_max && rem; i++) { in tracing_splice_read_pipe()
8050 .nr_pages_max = PIPE_DEF_BUFFERS, in tracing_buffers_splice_read()
8080 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.c3263 .nr_pages_max = MAX_SKB_FRAGS, in skb_splice_bits()