/Linux-v5.4/lib/ |
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() 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() 1465 int keylen, slot, nr_free, next_slot, i; in assoc_array_gc() local 1558 next_slot = 0; in assoc_array_gc() 1580 next_slot); in assoc_array_gc() 1589 if (slot < next_slot) in assoc_array_gc() [all …]
|
/Linux-v5.4/drivers/mmc/host/ |
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-v5.4/arch/powerpc/mm/book3s32/ |
D | hash_low.S | 418 1: lis r4, (next_slot - PAGE_OFFSET)@ha /* get next evict slot */ 419 lwz r6, (next_slot - PAGE_OFFSET)@l(r4) 422 stw r6,next_slot@l(r4) 474 next_slot: label
|
/Linux-v5.4/drivers/net/wireless/broadcom/b43legacy/ |
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() 1035 op32_poke_tx(ring, next_slot(ring, slot)); in dma_tx_fragment() 1219 slot = next_slot(ring, slot); in b43legacy_dma_handle_txstatus() 1308 *slot = next_slot(ring, *slot); in dma_rx() 1351 for (; slot != current_slot; slot = next_slot(ring, slot)) { in b43legacy_dma_rx()
|
/Linux-v5.4/drivers/net/wireless/broadcom/b43/ |
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-v5.4/fs/btrfs/ |
D | props.c | 157 goto next_slot; in iterate_object_props() 212 next_slot: in iterate_object_props()
|
D | file.c | 801 next_slot: in __btrfs_drop_extents() 825 goto next_slot; in __btrfs_drop_extents() 865 goto next_slot; in __btrfs_drop_extents() 977 goto next_slot; in __btrfs_drop_extents() 1019 goto next_slot; in __btrfs_drop_extents()
|
D | tree-log.c | 5308 goto next_slot; in btrfs_log_inode() 5321 goto next_slot; in btrfs_log_inode() 5326 goto next_slot; in btrfs_log_inode() 5330 goto next_slot; in btrfs_log_inode() 5347 next_slot: in btrfs_log_inode()
|
D | inode.c | 1379 next_slot: in run_delalloc_nocow() 1406 goto next_slot; in run_delalloc_nocow() 1447 goto next_slot; in run_delalloc_nocow() 1528 goto next_slot; in run_delalloc_nocow() 1546 goto next_slot; in run_delalloc_nocow()
|
D | volumes.c | 2503 next_slot: in btrfs_finish_sprout() 2539 goto next_slot; in btrfs_finish_sprout()
|
/Linux-v5.4/drivers/pci/hotplug/ |
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-v5.4/net/sched/ |
D | sch_sfq.c | 491 next_slot: in sfq_dequeue() 497 goto next_slot; in sfq_dequeue()
|
/Linux-v5.4/tools/perf/util/ |
D | symbol.c | 1696 bool next_slot = false; in dso__load() local 1728 next_slot = true; in dso__load() 1735 next_slot = true; in dso__load() 1738 if (next_slot) { in dso__load()
|