Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dassoc_array.c490 int slot, next_slot, free_slot, i, j; in assoc_array_insert_into_terminal_node() local
661 next_slot = 0; in assoc_array_insert_into_terminal_node()
666 new_n1->slots[next_slot++] = node->slots[i]; in assoc_array_insert_into_terminal_node()
676 pr_devel("filtered: f=%x n=%x\n", free_slot, next_slot); in assoc_array_insert_into_terminal_node()
685 edit->leaf_p = &new_n1->slots[next_slot++]; in assoc_array_insert_into_terminal_node()
689 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
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 …]
/Linux-v4.19/drivers/mmc/host/
Domap.c144 struct mmc_omap_slot *next_slot; member
246 struct mmc_omap_slot *next_slot = host->next_slot; in mmc_omap_slot_release_work() local
249 host->next_slot = NULL; in mmc_omap_slot_release_work()
250 mmc_omap_select_slot(next_slot, 1); in mmc_omap_slot_release_work()
252 rq = next_slot->mrq; in mmc_omap_slot_release_work()
253 next_slot->mrq = NULL; in mmc_omap_slot_release_work()
282 BUG_ON(host->next_slot != NULL); in mmc_omap_release_slot()
287 host->next_slot = new_slot; in mmc_omap_release_slot()
/Linux-v4.19/arch/powerpc/mm/
Dhash_low_32.S428 1: addis r4,r7,next_slot@ha /* get next evict slot */
429 lwz r6,next_slot@l(r4)
432 stw r6,next_slot@l(r4)
484 next_slot: label
/Linux-v4.19/drivers/net/wireless/broadcom/b43legacy/
Ddma.c135 static inline int next_slot(struct b43legacy_dmaring *ring, int slot) in next_slot() function
182 slot = next_slot(ring, ring->current_slot); in request_slot()
1099 op32_poke_tx(ring, next_slot(ring, slot)); in dma_tx_fragment()
1283 slot = next_slot(ring, slot); in b43legacy_dma_handle_txstatus()
1372 *slot = next_slot(ring, *slot); in dma_rx()
1415 for (; slot != current_slot; slot = next_slot(ring, slot)) { in b43legacy_dma_rx()
/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Ddma.c275 static inline int next_slot(struct b43_dmaring *ring, int slot) in next_slot() function
321 slot = next_slot(ring, ring->current_slot); in request_slot()
1341 ops->poke_tx(ring, next_slot(ring, slot)); in dma_tx_fragment()
1506 if (slot == next_slot(ring, next_slot(ring, firstused))) { in b43_dma_handle_txstatus()
1621 slot = next_slot(ring, slot); in b43_dma_handle_txstatus()
1697 *slot = next_slot(ring, *slot); in dma_rx()
1760 for (; slot != current_slot; slot = next_slot(ring, slot)) { in b43_dma_rx()
/Linux-v4.19/fs/btrfs/
Dprops.c188 goto next_slot; in iterate_object_props()
243 next_slot: in iterate_object_props()
Dfile.c791 next_slot: in __btrfs_drop_extents()
815 goto next_slot; in __btrfs_drop_extents()
855 goto next_slot; in __btrfs_drop_extents()
964 goto next_slot; in __btrfs_drop_extents()
1003 goto next_slot; in __btrfs_drop_extents()
Dtree-log.c5044 goto next_slot; in btrfs_log_inode()
5057 goto next_slot; in btrfs_log_inode()
5062 goto next_slot; in btrfs_log_inode()
5066 goto next_slot; in btrfs_log_inode()
5083 next_slot: in btrfs_log_inode()
Dinode.c1312 next_slot: in run_delalloc_nocow()
1336 goto next_slot; in run_delalloc_nocow()
1363 goto next_slot; in run_delalloc_nocow()
1444 goto next_slot; in run_delalloc_nocow()
1453 goto next_slot; in run_delalloc_nocow()
Dvolumes.c2271 next_slot: in btrfs_finish_sprout()
2306 goto next_slot; in btrfs_finish_sprout()
/Linux-v4.19/drivers/pci/hotplug/
Dcpqphp_core.c271 struct slot *old_slot, *next_slot; in ctrl_slot_cleanup() local
277 next_slot = old_slot->next; in ctrl_slot_cleanup()
282 old_slot = next_slot; in ctrl_slot_cleanup()
/Linux-v4.19/tools/perf/util/
Dsymbol.c1588 bool next_slot = false; in dso__load() local
1620 next_slot = true; in dso__load()
1627 next_slot = true; in dso__load()
1630 if (next_slot) { in dso__load()
/Linux-v4.19/net/sched/
Dsch_sfq.c495 next_slot: in sfq_dequeue()
501 goto next_slot; in sfq_dequeue()