nbds_max          148 drivers/block/nbd.c static unsigned int nbds_max = 16;
nbds_max         2379 drivers/block/nbd.c 	if (nbds_max > 1UL << (MINORBITS - part_shift))
nbds_max         2392 drivers/block/nbd.c 	for (i = 0; i < nbds_max; i++)
nbds_max         2437 drivers/block/nbd.c module_param(nbds_max, int, 0444);
nbds_max         2438 drivers/block/nbd.c MODULE_PARM_DESC(nbds_max, "number of network block devices to initialize (default: 16)");