Home
last modified time | relevance | path

Searched refs:slot_inuse (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/ti/
H A Dedma.c258 * The slot_inuse bit for each PaRAM slot is clear unless the slot is
261 unsigned long *slot_inuse; member
521 slot = find_next_zero_bit(ecc->slot_inuse, in edma_alloc_slot()
526 if (!test_and_set_bit(slot, ecc->slot_inuse)) in edma_alloc_slot()
531 } else if (test_and_set_bit(slot, ecc->slot_inuse)) { in edma_alloc_slot()
547 clear_bit(slot, ecc->slot_inuse); in edma_free_slot()
2418 ecc->slot_inuse = devm_kcalloc(dev, BITS_TO_LONGS(ecc->num_slots), in edma_probe()
2424 if (!ecc->slave_chans || !ecc->slot_inuse || !ecc->channels_mask) { in edma_probe()
2439 bitmap_set(ecc->slot_inuse, reserved[i][0], in edma_probe()
2454 if (!test_bit(i, ecc->slot_inuse)) in edma_probe()
[all...]
/kernel/linux/linux-6.6/drivers/dma/ti/
H A Dedma.c249 * The slot_inuse bit for each PaRAM slot is clear unless the slot is
252 unsigned long *slot_inuse; member
469 slot = find_next_zero_bit(ecc->slot_inuse, in edma_alloc_slot()
474 if (!test_and_set_bit(slot, ecc->slot_inuse)) in edma_alloc_slot()
479 } else if (test_and_set_bit(slot, ecc->slot_inuse)) { in edma_alloc_slot()
495 clear_bit(slot, ecc->slot_inuse); in edma_free_slot()
2360 ecc->slot_inuse = devm_kcalloc(dev, BITS_TO_LONGS(ecc->num_slots), in edma_probe()
2366 if (!ecc->slave_chans || !ecc->slot_inuse || !ecc->channels_mask) { in edma_probe()
2381 bitmap_set(ecc->slot_inuse, reserved[i][0], in edma_probe()
2396 if (!test_bit(i, ecc->slot_inuse)) in edma_probe()
[all...]
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfs4state.c3237 check_slot_seqid(u32 seqid, u32 slot_seqid, int slot_inuse) in check_slot_seqid() argument
3243 if (slot_inuse) { in check_slot_seqid()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfs4state.c3441 check_slot_seqid(u32 seqid, u32 slot_seqid, int slot_inuse) in check_slot_seqid() argument
3447 if (slot_inuse) { in check_slot_seqid()

Completed in 32 milliseconds