Home
last modified time | relevance | path

Searched refs:next_slot (Results 1 – 18 of 18) sorted by relevance

/linux-6.15/virt/kvm/
H A Ddirty_ring.c109 u32 cur_slot, next_slot; in kvm_dirty_ring_reset() local
125 next_slot = READ_ONCE(entry->slot); in kvm_dirty_ring_reset()
137 if (!first_round && next_slot == cur_slot) { in kvm_dirty_ring_reset()
154 cur_slot = next_slot; in kvm_dirty_ring_reset()
/linux-6.15/lib/
H A Dassoc_array.c486 int slot, next_slot, free_slot, i, j; in assoc_array_insert_into_terminal_node() local
657 next_slot = 0; in assoc_array_insert_into_terminal_node()
685 BUG_ON(next_slot <= 1); in assoc_array_insert_into_terminal_node()
1559 next_slot = 0; in assoc_array_gc()
1581 next_slot); in assoc_array_gc()
1590 if (slot < next_slot) in assoc_array_gc()
1591 next_slot = slot; in assoc_array_gc()
1597 while (new_n->slots[next_slot]) in assoc_array_gc()
1598 next_slot++; in assoc_array_gc()
1600 new_n->slots[next_slot++] = p; in assoc_array_gc()
[all …]
H A Dmaple_tree.c4856 goto next_slot; in mas_anode_descend()
4863 goto next_slot; in mas_anode_descend()
4877 next_slot: in mas_anode_descend()
/linux-6.15/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-6.15/drivers/mmc/host/
H A Domap.c148 struct mmc_omap_slot *next_slot; member
253 struct mmc_omap_slot *next_slot = host->next_slot; in mmc_omap_slot_release_work() local
256 host->next_slot = NULL; in mmc_omap_slot_release_work()
257 mmc_omap_select_slot(next_slot, 1); in mmc_omap_slot_release_work()
259 rq = next_slot->mrq; in mmc_omap_slot_release_work()
260 next_slot->mrq = NULL; in mmc_omap_slot_release_work()
289 BUG_ON(host->next_slot != NULL); in mmc_omap_release_slot()
294 host->next_slot = new_slot; in mmc_omap_release_slot()
/linux-6.15/drivers/cxl/core/
H A Dmemdev.c832 mds->fw.next_slot = 0; in cxl_fw_cleanup()
917 mds->fw.next_slot = (mds->fw.cur_slot % mds->fw.num_slots) + 1; in cxl_fw_write()
928 transfer->slot = mds->fw.next_slot; in cxl_fw_write()
934 transfer->slot = mds->fw.next_slot; in cxl_fw_write()
959 mds->fw.next_slot); in cxl_fw_write()
960 rc = cxl_mem_activate_fw(mds, mds->fw.next_slot); in cxl_fw_write()
/linux-6.15/drivers/net/wireless/broadcom/b43legacy/
H A Ddma.c122 static inline int next_slot(struct b43legacy_dmaring *ring, int slot) in next_slot() function
161 slot = next_slot(ring, ring->current_slot); in request_slot()
1014 op32_poke_tx(ring, next_slot(ring, slot)); in dma_tx_fragment()
1198 slot = next_slot(ring, slot); in b43legacy_dma_handle_txstatus()
1287 *slot = next_slot(ring, *slot); in dma_rx()
1330 for (; slot != current_slot; slot = next_slot(ring, slot)) { in b43legacy_dma_rx()
/linux-6.15/drivers/net/wireless/broadcom/b43/
H A Ddma.c262 static inline int next_slot(struct b43_dmaring *ring, int slot) in next_slot() function
308 slot = next_slot(ring, ring->current_slot); in request_slot()
1279 ops->poke_tx(ring, next_slot(ring, slot)); in dma_tx_fragment()
1444 if (slot == next_slot(ring, next_slot(ring, firstused))) { in b43_dma_handle_txstatus()
1559 slot = next_slot(ring, slot); in b43_dma_handle_txstatus()
1635 *slot = next_slot(ring, *slot); in dma_rx()
1698 for (; slot != current_slot; slot = next_slot(ring, slot)) { in b43_dma_rx()
/linux-6.15/fs/btrfs/
H A Dprops.c189 goto next_slot; in iterate_object_props()
244 next_slot: in iterate_object_props()
H A Dfile.c200 next_slot: in btrfs_drop_extents()
227 goto next_slot; in btrfs_drop_extents()
267 goto next_slot; in btrfs_drop_extents()
391 goto next_slot; in btrfs_drop_extents()
442 goto next_slot; in btrfs_drop_extents()
H A Dtree-log.c5934 goto next_slot; in copy_inode_items_to_log()
5941 goto next_slot; in copy_inode_items_to_log()
5946 goto next_slot; in copy_inode_items_to_log()
5950 goto next_slot; in copy_inode_items_to_log()
5959 next_slot: in copy_inode_items_to_log()
H A Dinode.c2105 next_slot: in run_delalloc_nocow()
2129 goto next_slot; in run_delalloc_nocow()
2145 goto next_slot; in run_delalloc_nocow()
2169 goto next_slot; in run_delalloc_nocow()
2200 goto next_slot; in run_delalloc_nocow()
H A Dvolumes.c2646 next_slot: in btrfs_finish_sprout()
2681 goto next_slot; in btrfs_finish_sprout()
/linux-6.15/drivers/pci/hotplug/
H A Dcpqphp_core.c268 struct slot *old_slot, *next_slot; in ctrl_slot_cleanup() local
274 next_slot = old_slot->next; in ctrl_slot_cleanup()
277 old_slot = next_slot; in ctrl_slot_cleanup()
/linux-6.15/net/sched/
H A Dsch_sfq.c484 next_slot: in sfq_dequeue()
490 goto next_slot; in sfq_dequeue()
/linux-6.15/tools/perf/util/
H A Dsymbol.c1880 bool next_slot = false; in dso__load() local
1931 next_slot = true; in dso__load()
1938 next_slot = true; in dso__load()
1941 if (next_slot) { in dso__load()
/linux-6.15/drivers/cxl/
H A Dcxlmem.h338 int next_slot; member
/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ptp.c766 goto next_slot; in bnxt_ptp_ts_aux_work()
772 next_slot: in bnxt_ptp_ts_aux_work()