| /linux/virt/kvm/ |
| H A D | dirty_ring.c | 121 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 D | assoc_array.c | 487 int slot, next_slot, free_slot, i, j; in assoc_array_insert_into_terminal_node() local 658 next_slot = 0; in assoc_array_insert_into_terminal_node() 663 new_n1->slots[next_slot++] = node->slots[i]; in assoc_array_insert_into_terminal_node() 673 pr_devel("filtered: f=%x n=%x\n", free_slot, next_slot); in assoc_array_insert_into_terminal_node() 682 edit->leaf_p = &new_n1->slots[next_slot++]; in assoc_array_insert_into_terminal_node() 686 BUG_ON(next_slot <= 1); in assoc_array_insert_into_terminal_node() 1464 int keylen, slot, nr_free, next_slot, i; in assoc_array_gc() local 1557 next_slot = 0; in assoc_array_gc() 1579 next_slot); in assoc_array_gc() 1588 if (slot < next_slot) in assoc_array_gc() [all …]
|
| /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/scripts/gdb/linux/ |
| H A D | radixtree.py | 163 def next_slot(slot, iter): function 181 slot = next_slot(slot, iter)
|
| /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/drivers/cxl/core/ |
| H A D | memdev.c | 964 mds->fw.next_slot = 0; in cxl_fw_cleanup() 1049 mds->fw.next_slot = (mds->fw.cur_slot % mds->fw.num_slots) + 1; in cxl_fw_write() 1060 transfer->slot = mds->fw.next_slot; in cxl_fw_write() 1066 transfer->slot = mds->fw.next_slot; in cxl_fw_write() 1091 mds->fw.next_slot); in cxl_fw_write() 1092 rc = cxl_mem_activate_fw(mds, mds->fw.next_slot); in cxl_fw_write()
|
| /linux/fs/btrfs/ |
| H A D | props.c | 199 goto next_slot; in iterate_object_props() 254 next_slot: in iterate_object_props()
|
| H A D | file.c | 182 next_slot: in btrfs_drop_extents() 209 goto next_slot; in btrfs_drop_extents() 249 goto next_slot; in btrfs_drop_extents() 373 goto next_slot; in btrfs_drop_extents() 424 goto next_slot; in btrfs_drop_extents()
|
| H A D | tree-log.c | 6444 goto next_slot; in copy_inode_items_to_log() 6451 goto next_slot; in copy_inode_items_to_log() 6456 goto next_slot; in copy_inode_items_to_log() 6460 goto next_slot; in copy_inode_items_to_log() 6469 next_slot: in copy_inode_items_to_log()
|
| H A D | inode.c | 2056 next_slot: in run_delalloc_nocow() 2080 goto next_slot; in run_delalloc_nocow() 2096 goto next_slot; in run_delalloc_nocow() 2120 goto next_slot; in run_delalloc_nocow() 2151 goto next_slot; in run_delalloc_nocow()
|
| H A D | volumes.c | 2819 next_slot: in btrfs_finish_sprout() 2854 goto next_slot; in btrfs_finish_sprout()
|
| /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 | 1886 bool next_slot = false; in dso__load_vmlinux() 1937 next_slot = true; in dso__load_vmlinux_path() 1944 next_slot = true; in dso__load_vmlinux_path() 1947 if (next_slot) { in visible_dir_filter() 1759 bool next_slot = false; dso__load() local
|
| /linux/net/sched/ |
| H A D | sch_sfq.c | 490 next_slot: in sfq_dequeue() 496 goto next_slot; in sfq_dequeue()
|
| /linux/drivers/cxl/ |
| H A D | cxlmem.h | 374 int next_slot; member
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_ptp.c | 747 goto next_slot; in bnxt_ptp_ts_aux_work() 753 next_slot: in bnxt_ptp_ts_aux_work()
|