Home
last modified time | relevance | path

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

/linux/virt/kvm/
H A Ddirty_ring.c121 u32 cur_slot, next_slot; in kvm_dirty_ring_reset() local
143 next_slot = READ_ONCE(entry->slot); in kvm_dirty_ring_reset()
165 if (next_slot == cur_slot) { in kvm_dirty_ring_reset()
193 cur_slot = next_slot; in kvm_dirty_ring_reset()
/linux/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()
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 Dmaple_tree.c4317 goto next_slot; in mas_anode_descend()
4324 goto next_slot; in mas_anode_descend()
4338 next_slot: in mas_anode_descend()
/linux/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/scripts/gdb/linux/
H A Dradixtree.py163 def next_slot(slot, iter): function
181 slot = next_slot(slot, iter)
/linux/drivers/cxl/core/
H A Dmemdev.c885 mds->fw.next_slot = 0; in cxl_fw_cleanup()
970 mds->fw.next_slot = (mds->fw.cur_slot % mds->fw.num_slots) + 1; in cxl_fw_write()
981 transfer->slot = mds->fw.next_slot; in cxl_fw_write()
987 transfer->slot = mds->fw.next_slot; in cxl_fw_write()
1012 mds->fw.next_slot); in cxl_fw_write()
1013 rc = cxl_mem_activate_fw(mds, mds->fw.next_slot); in cxl_fw_write()
/linux/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()
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 Dprops.c189 goto next_slot; in iterate_object_props()
244 next_slot: in iterate_object_props()
H A Dtree-log.c6434 goto next_slot; in copy_inode_items_to_log()
6441 goto next_slot; in copy_inode_items_to_log()
6446 goto next_slot; in copy_inode_items_to_log()
6450 goto next_slot; in copy_inode_items_to_log()
6459 next_slot: in copy_inode_items_to_log()
H A Dinode.c2077 next_slot: in run_delalloc_nocow()
2101 goto next_slot; in run_delalloc_nocow()
2117 goto next_slot; in run_delalloc_nocow()
2141 goto next_slot; in run_delalloc_nocow()
2172 goto next_slot; in run_delalloc_nocow()
H A Dvolumes.c2765 next_slot: in btrfs_finish_sprout()
2800 goto next_slot; in btrfs_finish_sprout()
/linux/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/tools/perf/util/
H A Dsymbol.c1760 bool next_slot = false; in dso__load()
1811 next_slot = true; in dso__load()
1818 next_slot = true; in dso__load()
1821 if (next_slot) { in dso__load()
1759 bool next_slot = false; dso__load() local
/linux/net/sched/
H A Dsch_sfq.c489 next_slot: in sfq_dequeue()
495 goto next_slot; in sfq_dequeue()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ptp.c744 goto next_slot; in bnxt_ptp_ts_aux_work()
750 next_slot: in bnxt_ptp_ts_aux_work()