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

/linux-master/drivers/pci/hotplug/
H A Dcpcihp_generic.c52 static u8 last_slot; variable
95 dbg("last_slot = 0x%02x", last_slot);
96 if (!(first_slot && last_slot)) {
97 err("Need to specify first_slot and last_slot");
100 if (last_slot < first_slot) {
101 err("first_slot must be less than last_slot");
159 status = cpci_hp_register_bus(bus, first_slot, last_slot);
202 module_param(last_slot, byte, 0);
203 MODULE_PARM_DESC(last_slot, "Hotswa
[all...]
/linux-master/drivers/firmware/efi/libstub/
H A Drandomalloc.c23 u64 first_slot, last_slot, region_end; local
38 last_slot = round_down(region_end - size + 1, align);
40 if (first_slot > last_slot)
43 return ((unsigned long)(last_slot - first_slot) >> align_shift) + 1;
/linux-master/drivers/md/dm-vdo/
H A Drepair.c122 struct block_map_slot last_slot; member in struct:repair_completion
468 slot_number_t slot, last_slot; local
482 if (vdo_get_block_map_page_pbn(page) == repair->last_slot.pbn) {
483 last_slot = repair->last_slot.slot;
484 remove_out_of_bounds_entries(page, completion, last_slot);
486 last_slot = VDO_BLOCK_MAP_ENTRIES_PER_PAGE;
490 for (slot = 0; slot < last_slot; slot++) {
584 repair->last_slot = (struct block_map_slot) {
588 if (repair->last_slot
[all...]
/linux-master/sound/soc/codecs/
H A Dpcm186x.c431 unsigned int first_slot, last_slot, tdm_offset; local
443 last_slot = __fls(tx_mask);
445 if (last_slot - first_slot != hweight32(tx_mask) - 1) {
H A Dtas6424.c214 unsigned int first_slot, last_slot; local
229 last_slot = __fls(rx_mask);
231 if (last_slot - first_slot != 4) {
/linux-master/drivers/mmc/host/
H A Dcavium.c277 if (slot->bus_id == host->last_slot)
280 if (host->last_slot >= 0 && host->slot[host->last_slot]) {
281 old_slot = host->slot[host->last_slot];
295 host->last_slot = slot->bus_id;
H A Dcavium.h63 int last_slot; member in struct:cvm_mmc_host
H A Dcavium-thunderx.c113 host->last_slot = -1;
H A Dcavium-octeon.c207 host->last_slot = -1;
/linux-master/fs/ocfs2/cluster/
H A Dheartbeat.c1667 unsigned int last_slot; local
1706 last_slot = i * spp;
1709 (j < spp) && ((j + last_slot) < reg->hr_blocks);
1711 BUG_ON((j + last_slot) >= reg->hr_blocks);
1713 slot = &reg->hr_slots[j + last_slot];
/linux-master/fs/btrfs/
H A Ddelayed-inode.c855 int nitems, slot, last_slot; local
862 last_slot = btrfs_header_nritems(leaf) - 1;
867 ASSERT(slot <= last_slot);
868 if (WARN_ON(slot > last_slot))
880 while (slot < last_slot) {
H A Dtree-log.c6183 const int last_slot = btrfs_header_nritems(leaf) - 1; local
6189 while (slot < last_slot &&

Completed in 230 milliseconds