Home
last modified time | relevance | path

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

/linux-6.3-rc2/virt/kvm/
A Ddirty_ring.c106 u32 cur_slot, next_slot; in kvm_dirty_ring_reset() local
122 next_slot = READ_ONCE(entry->slot); in kvm_dirty_ring_reset()
134 if (!first_round && next_slot == cur_slot) { in kvm_dirty_ring_reset()
151 cur_slot = next_slot; in kvm_dirty_ring_reset()
/linux-6.3-rc2/lib/
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 …]
A Dmaple_tree.c5001 goto next_slot; in mas_anode_descend()
5008 goto next_slot; in mas_anode_descend()
5023 next_slot: in mas_anode_descend()
/linux-6.3-rc2/arch/powerpc/mm/book3s32/
A Dhash_low.S401 lis r4, (next_slot - PAGE_OFFSET)@ha /* get next evict slot */
402 lwz r6, (next_slot - PAGE_OFFSET)@l(r4)
405 stw r6,next_slot@l(r4)
452 next_slot: label
/linux-6.3-rc2/drivers/mmc/host/
A Domap.c142 struct mmc_omap_slot *next_slot; member
244 struct mmc_omap_slot *next_slot = host->next_slot; in mmc_omap_slot_release_work() local
247 host->next_slot = NULL; in mmc_omap_slot_release_work()
248 mmc_omap_select_slot(next_slot, 1); in mmc_omap_slot_release_work()
250 rq = next_slot->mrq; in mmc_omap_slot_release_work()
251 next_slot->mrq = NULL; in mmc_omap_slot_release_work()
280 BUG_ON(host->next_slot != NULL); in mmc_omap_release_slot()
285 host->next_slot = new_slot; in mmc_omap_release_slot()
/linux-6.3-rc2/drivers/net/wireless/broadcom/b43legacy/
A Ddma.c122 static inline int next_slot(struct b43legacy_dmaring *ring, int slot) in next_slot() function
169 slot = next_slot(ring, ring->current_slot); in request_slot()
1022 op32_poke_tx(ring, next_slot(ring, slot)); in dma_tx_fragment()
1206 slot = next_slot(ring, slot); in b43legacy_dma_handle_txstatus()
1295 *slot = next_slot(ring, *slot); in dma_rx()
1338 for (; slot != current_slot; slot = next_slot(ring, slot)) { in b43legacy_dma_rx()
/linux-6.3-rc2/drivers/net/wireless/broadcom/b43/
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.3-rc2/fs/btrfs/
A Dprops.c187 goto next_slot; in iterate_object_props()
242 next_slot: in iterate_object_props()
A Dfile.c262 next_slot: in btrfs_drop_extents()
285 goto next_slot; in btrfs_drop_extents()
325 goto next_slot; in btrfs_drop_extents()
441 goto next_slot; in btrfs_drop_extents()
485 goto next_slot; in btrfs_drop_extents()
A Dtree-log.c5879 goto next_slot; in copy_inode_items_to_log()
5886 goto next_slot; in copy_inode_items_to_log()
5891 goto next_slot; in copy_inode_items_to_log()
5895 goto next_slot; in copy_inode_items_to_log()
5904 next_slot: in copy_inode_items_to_log()
A Dinode.c1984 next_slot: in run_delalloc_nocow()
2011 goto next_slot; in run_delalloc_nocow()
2051 goto next_slot; in run_delalloc_nocow()
2082 goto next_slot; in run_delalloc_nocow()
A Dvolumes.c2559 next_slot: in btrfs_finish_sprout()
2596 goto next_slot; in btrfs_finish_sprout()
/linux-6.3-rc2/drivers/pci/hotplug/
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.3-rc2/net/sched/
A Dsch_sfq.c491 next_slot: in sfq_dequeue()
497 goto next_slot; in sfq_dequeue()
/linux-6.3-rc2/tools/perf/util/
A Dsymbol.c1884 bool next_slot = false; in dso__load() local
1936 next_slot = true; in dso__load()
1943 next_slot = true; in dso__load()
1946 if (next_slot) { in dso__load()

Completed in 74 milliseconds