Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/fjes/
Dfjes_hw.h59 #define EP_RING_FULL(_head, _tail, _max) \ argument
60 (0 == EP_RING_INDEX(((_tail) - (_head)), (_max)))
61 #define EP_RING_EMPTY(_head, _tail, _max) \ argument
62 (1 == EP_RING_INDEX(((_tail) - (_head)), (_max)))
/kernel/linux/linux-5.10/Documentation/filesystems/ext4/
Ddirectory.rst402 necessary to fit the dx\_tail into the block. If there is no space for
403 the dx\_tail, the user is notified to run e2fsck -D to rebuild the
405 The dx\_tail structure is 8 bytes long and looks like this:
426 use, and the tail block (dx\_tail).