Searched refs:next_slot (Results 1 - 17 of 17) sorted by relevance

/linux-master/virt/kvm/
H A Ddirty_ring.c106 u32 cur_slot, next_slot; local
122 next_slot = READ_ONCE(entry->slot);
134 if (!first_round && next_slot == cur_slot) {
151 cur_slot = next_slot;
/linux-master/lib/
H A Dassoc_array.c486 int slot, next_slot, free_slot, i, j; local
657 next_slot = 0;
662 new_n1->slots[next_slot++] = node->slots[i];
672 pr_devel("filtered: f=%x n=%x\n", free_slot, next_slot);
681 edit->leaf_p = &new_n1->slots[next_slot++];
685 BUG_ON(next_slot <= 1);
1465 int keylen, slot, nr_free, next_slot, i; local
1559 next_slot = 0;
1581 next_slot);
1590 if (slot < next_slot)
[all...]
H A Dmaple_tree.c4856 goto next_slot;
4863 goto next_slot;
4878 next_slot:
/linux-master/arch/powerpc/mm/book3s32/
H A Dhash_low.S409 lis r4, (next_slot - PAGE_OFFSET)@ha /* get next evict slot */
410 lwz r6, (next_slot - PAGE_OFFSET)@l(r4)
413 stw r6,next_slot@l(r4)
460 next_slot: label
/linux-master/drivers/cxl/core/
H A Dmemdev.c854 mds->fw.next_slot = 0;
934 * cur_slot is the 0-indexed next_slot (i.e. 'cur_slot - 1 + 1')
937 mds->fw.next_slot = (mds->fw.cur_slot % mds->fw.num_slots) + 1;
948 transfer->slot = mds->fw.next_slot;
954 transfer->slot = mds->fw.next_slot;
979 mds->fw.next_slot);
980 rc = cxl_mem_activate_fw(mds, mds->fw.next_slot);
/linux-master/drivers/mmc/host/
H A Domap.c147 struct mmc_omap_slot *next_slot; member in struct:mmc_omap_host
252 struct mmc_omap_slot *next_slot = host->next_slot; local
255 host->next_slot = NULL;
256 mmc_omap_select_slot(next_slot, 1);
258 rq = next_slot->mrq;
259 next_slot->mrq = NULL;
288 BUG_ON(host->next_slot != NULL);
293 host->next_slot = new_slot;
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Ddma.c122 static inline int next_slot(struct b43legacy_dmaring *ring, int slot) function
161 slot = next_slot(ring, ring->current_slot);
1014 op32_poke_tx(ring, next_slot(ring, slot));
1198 slot = next_slot(ring, slot);
1287 *slot = next_slot(ring, *slot);
1330 for (; slot != current_slot; slot = next_slot(ring, slot)) {
/linux-master/fs/btrfs/
H A Dprops.c189 goto next_slot;
244 next_slot:
H A Dfile.c264 next_slot:
287 goto next_slot;
327 goto next_slot;
444 goto next_slot;
489 goto next_slot;
H A Dtree-log.c5929 goto next_slot;
5936 goto next_slot;
5941 goto next_slot;
5945 goto next_slot;
5954 next_slot:
H A Dinode.c2036 next_slot:
2060 goto next_slot;
2100 goto next_slot;
2129 goto next_slot;
H A Dvolumes.c2589 next_slot:
2626 goto next_slot;
/linux-master/drivers/net/wireless/broadcom/b43/
H A Ddma.c262 static inline int next_slot(struct b43_dmaring *ring, int slot) function
308 slot = next_slot(ring, ring->current_slot);
1279 ops->poke_tx(ring, next_slot(ring, slot));
1444 if (slot == next_slot(ring, next_slot(ring, firstused))) {
1559 slot = next_slot(ring, slot);
1635 *slot = next_slot(ring, *slot);
1698 for (; slot != current_slot; slot = next_slot(ring, slot)) {
/linux-master/drivers/pci/hotplug/
H A Dcpqphp_core.c268 struct slot *old_slot, *next_slot; local
274 next_slot = old_slot->next;
277 old_slot = next_slot;
/linux-master/net/sched/
H A Dsch_sfq.c491 next_slot:
497 goto next_slot;
/linux-master/tools/perf/util/
H A Dsymbol.c1862 bool next_slot = false; local
1913 next_slot = true;
1920 next_slot = true;
1923 if (next_slot) {
/linux-master/drivers/cxl/
H A Dcxlmem.h353 * @next_slot: Slot number for the new firmware
360 int next_slot; member in struct:cxl_fw_state

Completed in 308 milliseconds