Home
last modified time | relevance | path

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

12

/kernel/linux/linux-6.6/virt/kvm/
H 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()
/kernel/linux/linux-5.10/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()
662 new_n1->slots[next_slot++] = node->slots[i]; in assoc_array_insert_into_terminal_node()
672 pr_devel("filtered: f=%x n=%x\n", free_slot, next_slot); in assoc_array_insert_into_terminal_node()
681 edit->leaf_p = &new_n1->slots[next_slot++]; in assoc_array_insert_into_terminal_node()
685 BUG_ON(next_slot <= 1); in assoc_array_insert_into_terminal_node()
1466 int keylen, slot, nr_free, next_slot, i; in assoc_array_gc() local
1561 next_slot = 0; in assoc_array_gc()
1583 next_slot); in assoc_array_gc()
1592 if (slot < next_slot) in assoc_array_gc()
[all...]
/kernel/linux/linux-6.6/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()
662 new_n1->slots[next_slot++] = node->slots[i]; in assoc_array_insert_into_terminal_node()
672 pr_devel("filtered: f=%x n=%x\n", free_slot, next_slot); in assoc_array_insert_into_terminal_node()
681 edit->leaf_p = &new_n1->slots[next_slot++]; in assoc_array_insert_into_terminal_node()
685 BUG_ON(next_slot <= 1); in assoc_array_insert_into_terminal_node()
1465 int keylen, slot, nr_free, next_slot, i; in assoc_array_gc() local
1559 next_slot = 0; in assoc_array_gc()
1581 next_slot); in assoc_array_gc()
1590 if (slot < next_slot) in assoc_array_gc()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s32/
H 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
/kernel/linux/linux-6.6/drivers/cxl/core/
H A Dmemdev.c791 mds->fw.next_slot = 0; in cxl_fw_cleanup()
871 * cur_slot is the 0-indexed next_slot (i.e. 'cur_slot - 1 + 1') in cxl_fw_write()
874 mds->fw.next_slot = (mds->fw.cur_slot % mds->fw.num_slots) + 1; in cxl_fw_write()
885 transfer->slot = mds->fw.next_slot; in cxl_fw_write()
891 transfer->slot = mds->fw.next_slot; in cxl_fw_write()
916 mds->fw.next_slot); in cxl_fw_write()
917 rc = cxl_mem_activate_fw(mds, mds->fw.next_slot); in cxl_fw_write()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s32/
H A Dhash_low.S425 1: lis r4, (next_slot - PAGE_OFFSET)@ha /* get next evict slot */
426 lwz r6, (next_slot - PAGE_OFFSET)@l(r4)
429 stw r6,next_slot@l(r4)
483 next_slot: label
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/
H 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()
1035 op32_poke_tx(ring, next_slot(ring, slot)); in dma_tx_fragment()
1219 slot = next_slot(ring, slot); in b43legacy_dma_handle_txstatus()
1308 *slot = next_slot(ring, *slot); in dma_rx()
1351 for (; slot != current_slot; slot = next_slot(ring, slot)) { in b43legacy_dma_rx()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/mmc/host/
H 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()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Domap.c147 struct mmc_omap_slot *next_slot; member
254 struct mmc_omap_slot *next_slot = host->next_slot; in mmc_omap_slot_release_work() local
257 host->next_slot = NULL; in mmc_omap_slot_release_work()
258 mmc_omap_select_slot(next_slot, 1); in mmc_omap_slot_release_work()
260 rq = next_slot->mrq; in mmc_omap_slot_release_work()
261 next_slot->mrq = NULL; in mmc_omap_slot_release_work()
290 BUG_ON(host->next_slot != NULL); in mmc_omap_release_slot()
295 host->next_slot = new_slot; in mmc_omap_release_slot()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dprops.c157 goto next_slot; in iterate_object_props()
212 next_slot: in iterate_object_props()
H A Dfile.c729 next_slot: in __btrfs_drop_extents()
753 goto next_slot; in __btrfs_drop_extents()
793 goto next_slot; in __btrfs_drop_extents()
905 goto next_slot; in __btrfs_drop_extents()
947 goto next_slot; in __btrfs_drop_extents()
H A Dtree-log.c5176 goto next_slot; in copy_inode_items_to_log()
5183 goto next_slot; in copy_inode_items_to_log()
5188 goto next_slot; in copy_inode_items_to_log()
5192 goto next_slot; in copy_inode_items_to_log()
5201 next_slot: in copy_inode_items_to_log()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dprops.c187 goto next_slot; in iterate_object_props()
242 next_slot: in iterate_object_props()
H 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()
H A Dtree-log.c5872 goto next_slot; in copy_inode_items_to_log()
5879 goto next_slot; in copy_inode_items_to_log()
5884 goto next_slot; in copy_inode_items_to_log()
5888 goto next_slot; in copy_inode_items_to_log()
5897 next_slot: in copy_inode_items_to_log()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/net/sched/
H A Dsch_sfq.c491 next_slot: in sfq_dequeue()
497 goto next_slot; in sfq_dequeue()
/kernel/linux/linux-6.6/net/sched/
H A Dsch_sfq.c491 next_slot: in sfq_dequeue()
497 goto next_slot; in sfq_dequeue()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsymbol.c1854 bool next_slot = false; in dso__load() local
1896 next_slot = true; in dso__load()
1903 next_slot = true; in dso__load()
1906 if (next_slot) { in dso__load()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsymbol.c1958 bool next_slot = false; in dso__load() local
2009 next_slot = true; in dso__load()
2016 next_slot = true; in dso__load()
2019 if (next_slot) { in dso__load()
/kernel/linux/linux-6.6/drivers/cxl/
H A Dcxlmem.h351 * @next_slot: Slot number for the new firmware
358 int next_slot; member

Completed in 58 milliseconds

12