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

/linux-4.1.27/drivers/pci/hotplug/
H A Dcpcihp_generic.c71 static u8 last_slot; variable
114 dbg("last_slot = 0x%02x", last_slot); validate_parameters()
115 if (!(first_slot && last_slot)) { validate_parameters()
116 err("Need to specify first_slot and last_slot"); validate_parameters()
119 if (last_slot < first_slot) { validate_parameters()
120 err("first_slot must be less than last_slot"); validate_parameters()
178 status = cpci_hp_register_bus(bus, first_slot, last_slot); 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/
H A Dheartbeat.c1616 unsigned int last_slot; o2hb_map_slot_data() local
1663 last_slot = i * spp; o2hb_map_slot_data()
1666 (j < spp) && ((j + last_slot) < reg->hr_blocks); o2hb_map_slot_data()
1668 BUG_ON((j + last_slot) >= reg->hr_blocks); o2hb_map_slot_data()
1670 slot = &reg->hr_slots[j + last_slot]; o2hb_map_slot_data()

Completed in 105 milliseconds