Home
last modified time | relevance | path

Searched refs:slot_inuse (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/dma/ti/
Dedma.c261 unsigned long *slot_inuse; member
514 slot = find_next_zero_bit(ecc->slot_inuse, in edma_alloc_slot()
519 if (!test_and_set_bit(slot, ecc->slot_inuse)) in edma_alloc_slot()
524 } else if (test_and_set_bit(slot, ecc->slot_inuse)) { in edma_alloc_slot()
540 clear_bit(slot, ecc->slot_inuse); in edma_free_slot()
2329 ecc->slot_inuse = devm_kcalloc(dev, BITS_TO_LONGS(ecc->num_slots), in edma_probe()
2331 if (!ecc->slot_inuse) in edma_probe()
2341 bitmap_set(ecc->slot_inuse, rsv_slots[i][0], in edma_probe()
2348 if (!test_bit(i, ecc->slot_inuse)) in edma_probe()
/Linux-v5.4/fs/nfsd/
Dnfs4state.c3115 check_slot_seqid(u32 seqid, u32 slot_seqid, int slot_inuse) in check_slot_seqid() argument
3121 if (slot_inuse) { in check_slot_seqid()