Searched refs:last_slot (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/pci/hotplug/ |
D | cpcihp_generic.c | 71 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.4.14/fs/ocfs2/cluster/ |
D | heartbeat.c | 1592 unsigned int last_slot; in o2hb_map_slot_data() local 1631 last_slot = i * spp; in o2hb_map_slot_data() 1634 (j < spp) && ((j + last_slot) < reg->hr_blocks); in o2hb_map_slot_data() 1636 BUG_ON((j + last_slot) >= reg->hr_blocks); in o2hb_map_slot_data() 1638 slot = ®->hr_slots[j + last_slot]; in o2hb_map_slot_data()
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 764 <first_slot>,<last_slot>,<port>,<enum_bit>[,<debug>]
|