Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Dedma.c243 unsigned long *slot_inuse; member
500 slot = find_next_zero_bit(ecc->slot_inuse, in edma_alloc_slot()
505 if (!test_and_set_bit(slot, ecc->slot_inuse)) in edma_alloc_slot()
510 } else if (test_and_set_bit(slot, ecc->slot_inuse)) { in edma_alloc_slot()
526 clear_bit(slot, ecc->slot_inuse); in edma_free_slot()
2201 ecc->slot_inuse = devm_kcalloc(dev, BITS_TO_LONGS(ecc->num_slots), in edma_probe()
2203 if (!ecc->slot_inuse) in edma_probe()
2218 set_bits(off, ln, ecc->slot_inuse); in edma_probe()
/linux-4.4.14/fs/nfsd/
Dnfs4state.c2471 check_slot_seqid(u32 seqid, u32 slot_seqid, int slot_inuse) in check_slot_seqid() argument
2477 if (slot_inuse) { in check_slot_seqid()