/Linux-v4.19/lib/ |
D | assoc_array.c | 490 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/ |
D | omap.c | 144 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/ |
D | hash_low_32.S | 428 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/ |
D | dma.c | 135 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/ |
D | dma.c | 275 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/ |
D | props.c | 188 goto next_slot; in iterate_object_props() 243 next_slot: in iterate_object_props()
|
D | file.c | 791 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()
|
D | tree-log.c | 5044 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()
|
D | inode.c | 1312 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()
|
D | volumes.c | 2271 next_slot: in btrfs_finish_sprout() 2306 goto next_slot; in btrfs_finish_sprout()
|
/Linux-v4.19/drivers/pci/hotplug/ |
D | cpqphp_core.c | 271 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/ |
D | symbol.c | 1588 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/ |
D | sch_sfq.c | 495 next_slot: in sfq_dequeue() 501 goto next_slot; in sfq_dequeue()
|