Home
last modified time | relevance | path

Searched refs:last_slot (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/pci/hotplug/
Dcpcihp_generic.c71 static u8 last_slot; variable
114 dbg("last_slot = 0x%02x", last_slot); in validate_parameters()
115 if (!(first_slot && last_slot)) { in validate_parameters()
119 if (last_slot < first_slot) { in validate_parameters()
178 status = cpci_hp_register_bus(bus, first_slot, last_slot); in cpcihp_generic_init()
221 module_param(last_slot, byte, 0);
222 MODULE_PARM_DESC(last_slot, "Hotswap bus last slot number");
/linux-4.1.27/fs/ocfs2/cluster/
Dheartbeat.c1616 unsigned int last_slot; in o2hb_map_slot_data() local
1663 last_slot = i * spp; in o2hb_map_slot_data()
1666 (j < spp) && ((j + last_slot) < reg->hr_blocks); in o2hb_map_slot_data()
1668 BUG_ON((j + last_slot) >= reg->hr_blocks); in o2hb_map_slot_data()
1670 slot = &reg->hr_slots[j + last_slot]; in o2hb_map_slot_data()
/linux-4.1.27/Documentation/
Dkernel-parameters.txt751 <first_slot>,<last_slot>,<port>,<enum_bit>[,<debug>]