Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dsplice.h61 unsigned int nr_pages_max; /* pages[] & partial[] arrays size */ member
/linux-6.6.21/kernel/
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()
/linux-6.6.21/net/smc/
Dsmc_rx.c205 spd.nr_pages_max = nr_pages; in smc_rx_splice()
/linux-6.6.21/fs/
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()
/linux-6.6.21/drivers/video/fbdev/
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-6.6.21/kernel/trace/
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()
8456 .nr_pages_max = PIPE_DEF_BUFFERS, in tracing_buffers_splice_read()
8485 for (i = 0; i < spd.nr_pages_max && len && entries; i++, len -= PAGE_SIZE) { in tracing_buffers_splice_read()
/linux-6.6.21/net/core/
Dskbuff.c3028 .nr_pages_max = MAX_SKB_FRAGS, in skb_splice_bits()