Searched refs:last_slot (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpcihp_generic.c71 static u8 last_slot; variable
114 dbg("last_slot = 0x%02x", last_slot);
115 if(!(first_slot && last_slot)) {
116 err("Need to specify first_slot and last_slot");
119 if(last_slot < first_slot) {
120 err("first_slot must be less than last_slot");
175 status = cpci_hp_register_bus(bus, first_slot, last_slot);
218 module_param(last_slot, byte, 0);
219 MODULE_PARM_DESC(last_slot, "Hotswa
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Dheartbeat.c1125 unsigned int last_slot; local
1172 last_slot = i * spp;
1175 (j < spp) && ((j + last_slot) < reg->hr_blocks);
1177 BUG_ON((j + last_slot) >= reg->hr_blocks);
1179 slot = &reg->hr_slots[j + last_slot];

Completed in 29 milliseconds