Searched refs:slot_inuse (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/dma/ti/ |
H A D | edma.c | 251 unsigned long *slot_inuse; member 468 slot = find_next_zero_bit(ecc->slot_inuse, in edma_alloc_slot() 473 if (!test_and_set_bit(slot, ecc->slot_inuse)) in edma_alloc_slot() 478 } else if (test_and_set_bit(slot, ecc->slot_inuse)) { in edma_alloc_slot() 494 clear_bit(slot, ecc->slot_inuse); in edma_free_slot() 2359 ecc->slot_inuse = devm_kcalloc(dev, BITS_TO_LONGS(ecc->num_slots), in edma_probe() 2365 if (!ecc->slave_chans || !ecc->slot_inuse || !ecc->channels_mask) { in edma_probe() 2380 bitmap_set(ecc->slot_inuse, reserved[i][0], in edma_probe() 2395 if (!test_bit(i, ecc->slot_inuse)) in edma_probe()
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs4state.c | 3447 check_slot_seqid(u32 seqid, u32 slot_seqid, int slot_inuse) in check_slot_seqid() argument 3453 if (slot_inuse) { in check_slot_seqid()
|