| /linux/virt/kvm/ |
| H A D | dirty_ring.c | 120 u32 cur_slot, next_slot; in kvm_dirty_ring_reset() local 142 next_slot = READ_ONCE(entry->slot); in kvm_dirty_ring_reset() 164 if (next_slot == cur_slot) { in kvm_dirty_ring_reset() 192 cur_slot = next_slot; in kvm_dirty_ring_reset()
|
| /linux/lib/ |
| H A D | assoc_array.c | 486 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() 1463 int keylen, slot, nr_free, next_slot, i; in assoc_array_gc() local 1556 next_slot = 0; in assoc_array_gc() 1578 next_slot); in assoc_array_gc() 1587 if (slot < next_slot) in assoc_array_gc() [all …]
|
| H A D | maple_tree.c | 4550 goto next_slot; in mas_anode_descend() 4557 goto next_slot; in mas_anode_descend() 4571 next_slot: in mas_anode_descend()
|
| /linux/arch/powerpc/mm/book3s32/ |
| H A D | hash_low.S | 409 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/drivers/mmc/host/ |
| H A D | omap.c | 148 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/scripts/gdb/linux/ |
| H A D | radixtree.py | 163 def next_slot(slot, iter): function 181 slot = next_slot(slot, iter)
|
| /linux/drivers/cxl/core/ |
| H A D | memdev.c | 858 mds->fw.next_slot = 0; in cxl_fw_cleanup() 943 mds->fw.next_slot = (mds->fw.cur_slot % mds->fw.num_slots) + 1; in cxl_fw_write() 954 transfer->slot = mds->fw.next_slot; in cxl_fw_write() 960 transfer->slot = mds->fw.next_slot; in cxl_fw_write() 985 mds->fw.next_slot); in cxl_fw_write() 986 rc = cxl_mem_activate_fw(mds, mds->fw.next_slot); in cxl_fw_write()
|
| /linux/drivers/net/wireless/broadcom/b43/ |
| H A D | dma.c | 262 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() 1278 ops->poke_tx(ring, next_slot(ring, slot)); in dma_tx_fragment() 1443 if (slot == next_slot(ring, next_slot(ring, firstused))) { in b43_dma_handle_txstatus() 1558 slot = next_slot(ring, slot); in b43_dma_handle_txstatus() 1634 *slot = next_slot(ring, *slot); in dma_rx() 1697 for (; slot != current_slot; slot = next_slot(ring, slot)) { in b43_dma_rx()
|
| /linux/drivers/net/wireless/broadcom/b43legacy/ |
| H A D | dma.c | 122 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() 1013 op32_poke_tx(ring, next_slot(ring, slot)); in dma_tx_fragment() 1197 slot = next_slot(ring, slot); in b43legacy_dma_handle_txstatus() 1286 *slot = next_slot(ring, *slot); in dma_rx() 1329 for (; slot != current_slot; slot = next_slot(ring, slot)) { in b43legacy_dma_rx()
|
| /linux/fs/btrfs/ |
| H A D | props.c | 189 goto next_slot; in iterate_object_props() 244 next_slot: in iterate_object_props()
|
| H A D | file.c | 199 next_slot: in btrfs_drop_extents() 226 goto next_slot; in btrfs_drop_extents() 266 goto next_slot; in btrfs_drop_extents() 390 goto next_slot; in btrfs_drop_extents() 441 goto next_slot; in btrfs_drop_extents()
|
| H A D | tree-log.c | 6439 goto next_slot; in copy_inode_items_to_log() 6446 goto next_slot; in copy_inode_items_to_log() 6451 goto next_slot; in copy_inode_items_to_log() 6455 goto next_slot; in copy_inode_items_to_log() 6464 next_slot: in copy_inode_items_to_log()
|
| H A D | inode.c | 2187 next_slot: in run_delalloc_nocow() 2211 goto next_slot; in run_delalloc_nocow() 2227 goto next_slot; in run_delalloc_nocow() 2251 goto next_slot; in run_delalloc_nocow() 2282 goto next_slot; in run_delalloc_nocow()
|
| /linux/drivers/pci/hotplug/ |
| H A D | cpqphp_core.c | 268 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/tools/perf/util/ |
| H A D | symbol.c | 1759 bool next_slot = false; in dso__load() local 1810 next_slot = true; in dso__load() 1817 next_slot = true; in dso__load() 1820 if (next_slot) { in dso__load()
|
| /linux/net/sched/ |
| H A D | sch_sfq.c | 487 next_slot: in sfq_dequeue() 493 goto next_slot; in sfq_dequeue()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_ptp.c | 763 goto next_slot; in bnxt_ptp_ts_aux_work() 769 next_slot: in bnxt_ptp_ts_aux_work()
|
| /linux/drivers/cxl/ |
| H A D | cxlmem.h | 354 int next_slot; member
|