Home
last modified time | relevance | path

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

/linux-4.1.27/lib/
Dassoc_array.c503 int slot, next_slot, free_slot, i, j; in assoc_array_insert_into_terminal_node() local
664 next_slot = 0; in assoc_array_insert_into_terminal_node()
669 new_n1->slots[next_slot++] = node->slots[i]; in assoc_array_insert_into_terminal_node()
679 pr_devel("filtered: f=%x n=%x\n", free_slot, next_slot); in assoc_array_insert_into_terminal_node()
688 edit->leaf_p = &new_n1->slots[next_slot++]; in assoc_array_insert_into_terminal_node()
692 BUG_ON(next_slot <= 1); in assoc_array_insert_into_terminal_node()
1496 int keylen, slot, nr_free, next_slot, i; in assoc_array_gc() local
1589 next_slot = 0; in assoc_array_gc()
1611 next_slot); in assoc_array_gc()
1620 if (slot < next_slot) in assoc_array_gc()
[all …]
/linux-4.1.27/drivers/mmc/host/
Domap.c145 struct mmc_omap_slot *next_slot; member
247 struct mmc_omap_slot *next_slot = host->next_slot; in mmc_omap_slot_release_work() local
250 host->next_slot = NULL; in mmc_omap_slot_release_work()
251 mmc_omap_select_slot(next_slot, 1); in mmc_omap_slot_release_work()
253 rq = next_slot->mrq; in mmc_omap_slot_release_work()
254 next_slot->mrq = NULL; in mmc_omap_slot_release_work()
283 BUG_ON(host->next_slot != NULL); in mmc_omap_release_slot()
288 host->next_slot = new_slot; in mmc_omap_release_slot()
/linux-4.1.27/arch/powerpc/mm/
Dhash_low_32.S427 1: addis r4,r7,next_slot@ha /* get next evict slot */
428 lwz r6,next_slot@l(r4)
431 stw r6,next_slot@l(r4)
483 next_slot: label
/linux-4.1.27/drivers/net/wireless/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-4.1.27/drivers/net/wireless/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()
1619 slot = next_slot(ring, slot); in b43_dma_handle_txstatus()
1695 *slot = next_slot(ring, *slot); in dma_rx()
1758 for (; slot != current_slot; slot = next_slot(ring, slot)) { in b43_dma_rx()
/linux-4.1.27/fs/btrfs/
Dprops.c202 goto next_slot; in iterate_object_props()
257 next_slot: in iterate_object_props()
Dfile.c742 next_slot: in __btrfs_drop_extents()
766 goto next_slot; in __btrfs_drop_extents()
805 goto next_slot; in __btrfs_drop_extents()
908 goto next_slot; in __btrfs_drop_extents()
947 goto next_slot; in __btrfs_drop_extents()
Dtree-log.c4619 goto next_slot; in btrfs_log_inode()
4632 goto next_slot; in btrfs_log_inode()
4638 goto next_slot; in btrfs_log_inode()
4642 goto next_slot; in btrfs_log_inode()
4659 next_slot: in btrfs_log_inode()
Dinode.c1281 next_slot: in run_delalloc_nocow()
1302 goto next_slot; in run_delalloc_nocow()
1329 goto next_slot; in run_delalloc_nocow()
1378 goto next_slot; in run_delalloc_nocow()
1387 goto next_slot; in run_delalloc_nocow()
Dvolumes.c2052 next_slot: in btrfs_finish_sprout()
2088 goto next_slot; in btrfs_finish_sprout()
/linux-4.1.27/drivers/pci/hotplug/
Dcpqphp_core.c296 struct slot *old_slot, *next_slot; in ctrl_slot_cleanup() local
303 next_slot = old_slot->next; in ctrl_slot_cleanup()
305 old_slot = next_slot; in ctrl_slot_cleanup()
/linux-4.1.27/tools/perf/util/
Dsymbol.c1434 bool next_slot = false; in dso__load() local
1451 next_slot = true; in dso__load()
1458 next_slot = true; in dso__load()
1461 if (next_slot) { in dso__load()
/linux-4.1.27/net/sched/
Dsch_sfq.c511 next_slot: in sfq_dequeue()
517 goto next_slot; in sfq_dequeue()