Searched refs:max_loop (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_pcm.c80 int max_loop = 64 * 1024; local
83 if (max_loop-- < 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/block/
H A Dloop.c27 * Maximum number of loop devices now dynamic via max_loop module parameter.
31 * max_loop=<1-255> to the kernel on boot.
1355 static int max_loop; variable
1356 module_param(max_loop, int, 0);
1357 MODULE_PARM_DESC(max_loop, "Maximum number of loop devices");
1493 * (1) if max_loop is specified, create that many upfront, and this
1495 * (2) if max_loop is not specified, create 8 loop device on module
1500 if (max_loop > 1UL << MINORBITS)
1503 if (max_loop) {
1504 nr = max_loop;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_main.c933 unsigned int i, max_loop; local
945 max_loop = 0x1E;
950 max_loop = 0xFA;
976 for (i = 0x00; i < max_loop; i++) {

Completed in 113 milliseconds