Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/video4linux/
Dcafe_ccic41 - max_buffers: The maximum number of streaming I/O buffers; default is
/linux-4.1.27/include/linux/
Ddrbd_genl.h157 __u32_field_def(14, DRBD_GENLA_F_MANDATORY, max_buffers, DRBD_MAX_BUFFERS_DEF)
/linux-4.1.27/drivers/net/ethernet/tile/
Dtilepro.c1312 int max_buffers = in tile_net_open_inner() local
1316 min(LIPP_SMALL_BUFFERS, max_buffers); in tile_net_open_inner()
1319 min(LIPP_LARGE_BUFFERS, max_buffers); in tile_net_open_inner()
/linux-4.1.27/drivers/block/drbd/
Ddrbd_int.h2143 mxb = nc ? nc->max_buffers : 1000000; /* arbitrary limit on open requests */ in drbd_get_max_buffers()
Ddrbd_receiver.c262 mxb = nc ? nc->max_buffers : 1000000; in drbd_alloc_pages()
/linux-4.1.27/Documentation/m68k/
Dkernel-options.txt276 Syntax: st=<buffer_size>,[<write_thres>,[<max_buffers>]]