Searched refs:last_slot (Results 1 – 9 of 9) 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/md/dm-vdo/ |
| H A D | repair.c | 124 struct block_map_slot last_slot; member 470 slot_number_t slot, last_slot; in rebuild_reference_counts_from_page() local 484 if (vdo_get_block_map_page_pbn(page) == repair->last_slot.pbn) { in rebuild_reference_counts_from_page() 485 last_slot = repair->last_slot.slot; in rebuild_reference_counts_from_page() 486 remove_out_of_bounds_entries(page, completion, last_slot); in rebuild_reference_counts_from_page() 488 last_slot = VDO_BLOCK_MAP_ENTRIES_PER_PAGE; in rebuild_reference_counts_from_page() 492 for (slot = 0; slot < last_slot; slot++) { in rebuild_reference_counts_from_page() 586 repair->last_slot = (struct block_map_slot) { in rebuild_from_leaves() 590 if (repair->last_slot.slot == 0) in rebuild_from_leaves() 591 repair->last_slot.slot = VDO_BLOCK_MAP_ENTRIES_PER_PAGE; in rebuild_from_leaves()
|
| /linux/drivers/mmc/host/ |
| H A D | cavium.c | 277 if (slot->bus_id == host->last_slot) in cvm_mmc_switch_to() 280 if (host->last_slot >= 0 && host->slot[host->last_slot]) { in cvm_mmc_switch_to() 281 old_slot = host->slot[host->last_slot]; in cvm_mmc_switch_to() 295 host->last_slot = slot->bus_id; in cvm_mmc_switch_to()
|
| 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 | 854 int nitems, slot, last_slot; in btrfs_batch_delete_items() local 861 last_slot = btrfs_header_nritems(leaf) - 1; in btrfs_batch_delete_items() 866 ASSERT(slot <= last_slot); in btrfs_batch_delete_items() 867 if (WARN_ON(slot > last_slot)) in btrfs_batch_delete_items() 879 while (slot < last_slot) { in btrfs_batch_delete_items()
|
| H A D | tree-log.c | 6634 const int last_slot = btrfs_header_nritems(leaf) - 1; in batch_delete_dir_index_items() local 6640 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>]
|