Home
last modified time | relevance | path

Searched refs:nbds_max (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/Documentation/admin-guide/blockdev/
Dnbd.rst30 nbds_max
/linux-6.1.9/drivers/block/
Dnbd.c162 static unsigned int nbds_max = 16; variable
2506 if (nbds_max > 1UL << (MINORBITS - part_shift)) in nbd_init()
2525 for (i = 0; i < nbds_max; i++) in nbd_init()
2583 module_param(nbds_max, int, 0444);
2584 MODULE_PARM_DESC(nbds_max, "number of network block devices to initialize (default: 16)");