Searched refs:firstused (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireless/broadcom/b43/ |
| H A D | dma.c | 1421 int slot, firstused; in b43_dma_handle_txstatus() local 1434 firstused = ring->current_slot - ring->used_slots + 1; in b43_dma_handle_txstatus() 1435 if (firstused < 0) in b43_dma_handle_txstatus() 1436 firstused = ring->nr_slots + firstused; in b43_dma_handle_txstatus() 1439 if (unlikely(slot != firstused)) { in b43_dma_handle_txstatus() 1443 if (slot == next_slot(ring, next_slot(ring, firstused))) { in b43_dma_handle_txstatus() 1447 slot = firstused; in b43_dma_handle_txstatus() 1464 ring->index, firstused, slot); in b43_dma_handle_txstatus() 1480 slot, firstused, ring->index); in b43_dma_handle_txstatus() 1506 slot, firstused, ring->index); in b43_dma_handle_txstatus() [all …]
|
| /linux/fs/xfs/scrub/ |
| H A D | attr.c | 323 if (nameidx < leafhdr->firstused || in xchk_xattr_entry() 414 if (leafhdr.firstused > mp->m_attr_geo->blksize) in xchk_xattr_block() 416 if (leafhdr.firstused < hdrsize) in xchk_xattr_block() 427 if ((char *)&entries[leafhdr.count] > (char *)leaf + leafhdr.firstused) in xchk_xattr_block()
|
| H A D | attr_repair.c | 430 if (nameidx < leafhdr.firstused || in xrep_xattr_recover_leaf()
|
| /linux/drivers/net/wireless/broadcom/b43legacy/ |
| H A D | dma.c | 1107 int firstused; in b43legacy_dma_handle_txstatus() local 1117 firstused = ring->current_slot - ring->used_slots + 1; in b43legacy_dma_handle_txstatus() 1118 if (firstused < 0) in b43legacy_dma_handle_txstatus() 1119 firstused = ring->nr_slots + firstused; in b43legacy_dma_handle_txstatus() 1120 if (unlikely(slot != firstused)) { in b43legacy_dma_handle_txstatus() 1126 ring->index, firstused, slot); in b43legacy_dma_handle_txstatus()
|
| /linux/fs/efs/ |
| H A D | efs.h | 100 unsigned char firstused; member
|