Searched refs:last_slot (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/pci/hotplug/ |
| H A D | cpcihp_generic.c | 52 static u8 last_slot; variable 95 dbg("last_slot = 0x%02x", last_slot); in validate_parameters() 96 if (!(first_slot && last_slot)) { in validate_parameters() 100 if (last_slot < first_slot) { in validate_parameters() 159 status = cpci_hp_register_bus(bus, first_slot, last_slot); in cpcihp_generic_init() 202 module_param(last_slot, byte, 0); 203 MODULE_PARM_DESC(last_slot, "Hotswap bus last slot number");
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | randomalloc.c | 23 u64 first_slot, last_slot, region_end; in get_entry_num_slots() local 41 last_slot = round_down(region_end - size + 1, align); in get_entry_num_slots() 43 if (first_slot > last_slot) in get_entry_num_slots() 46 return ((unsigned long)(last_slot - first_slot) >> align_shift) + 1; in get_entry_num_slots()
|
| /linux/drivers/mmc/host/ |
| H A D | cavium-thunderx.c | 113 host->last_slot = -1; in thunder_mmc_probe()
|
| H A D | cavium.h | 63 int last_slot; member
|
| /linux/fs/btrfs/ |
| H A D | delayed-inode.c | 849 int nitems, slot, last_slot; in btrfs_batch_delete_items() local 856 last_slot = btrfs_header_nritems(leaf) - 1; in btrfs_batch_delete_items() 861 ASSERT(slot <= last_slot); in btrfs_batch_delete_items() 862 if (WARN_ON(slot > last_slot)) in btrfs_batch_delete_items() 874 while (slot < last_slot) { in btrfs_batch_delete_items()
|
| H A D | tree-log.c | 6688 const int last_slot = btrfs_header_nritems(leaf) - 1; in batch_delete_dir_index_items() local 6694 while (slot < last_slot && in batch_delete_dir_index_items()
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 1036 <first_slot>,<last_slot>,<port>,<enum_bit>[,<debug>]
|