Searched refs:next_slot (Results 1 – 14 of 14) sorted by relevance
/linux/virt/kvm/ |
A D | dirty_ring.c | 101 u32 cur_slot, next_slot; in kvm_dirty_ring_reset() local 117 next_slot = READ_ONCE(entry->slot); in kvm_dirty_ring_reset() 129 if (!first_round && next_slot == cur_slot) { in kvm_dirty_ring_reset() 146 cur_slot = next_slot; in kvm_dirty_ring_reset()
|
/linux/lib/ |
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() 685 BUG_ON(next_slot <= 1); in assoc_array_insert_into_terminal_node() 1556 next_slot = 0; in assoc_array_gc() 1578 next_slot); in assoc_array_gc() 1587 if (slot < next_slot) in assoc_array_gc() 1588 next_slot = slot; in assoc_array_gc() 1594 while (new_n->slots[next_slot]) in assoc_array_gc() 1595 next_slot++; in assoc_array_gc() 1597 new_n->slots[next_slot++] = p; in assoc_array_gc() [all …]
|
/linux/arch/powerpc/mm/book3s32/ |
A D | hash_low.S | 401 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/drivers/mmc/host/ |
A D | omap.c | 142 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/drivers/net/wireless/broadcom/b43/ |
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() 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/drivers/net/wireless/broadcom/b43legacy/ |
A D | dma.c | 122 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/fs/btrfs/ |
A D | props.c | 157 goto next_slot; in iterate_object_props() 212 next_slot: in iterate_object_props()
|
A D | file.c | 760 next_slot: in btrfs_drop_extents() 784 goto next_slot; in btrfs_drop_extents() 824 goto next_slot; in btrfs_drop_extents() 937 goto next_slot; in btrfs_drop_extents() 978 goto next_slot; in btrfs_drop_extents()
|
A D | tree-log.c | 5502 goto next_slot; in copy_inode_items_to_log() 5509 goto next_slot; in copy_inode_items_to_log() 5514 goto next_slot; in copy_inode_items_to_log() 5518 goto next_slot; in copy_inode_items_to_log() 5527 next_slot: in copy_inode_items_to_log()
|
A D | inode.c | 1689 next_slot: in run_delalloc_nocow() 1716 goto next_slot; in run_delalloc_nocow() 1757 goto next_slot; in run_delalloc_nocow() 1845 goto next_slot; in run_delalloc_nocow() 1865 goto next_slot; in run_delalloc_nocow()
|
A D | volumes.c | 2536 next_slot: in btrfs_finish_sprout() 2573 goto next_slot; in btrfs_finish_sprout()
|
/linux/drivers/pci/hotplug/ |
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/ |
A D | symbol.c | 1845 bool next_slot = false; in dso__load() local 1887 next_slot = true; in dso__load() 1894 next_slot = true; in dso__load() 1897 if (next_slot) { in dso__load()
|
/linux/net/sched/ |
A D | sch_sfq.c | 491 next_slot: in sfq_dequeue() 497 goto next_slot; in sfq_dequeue()
|
Completed in 68 milliseconds