Home
last modified time | relevance | path

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

/include/linux/
A Dkfifo.h238 #define kfifo_len(fifo) \ macro
292 kfifo_len(__tmpq) > __tmpq->kfifo.mask; \
304 unsigned int __avail = kfifo_size(__tmpq) - kfifo_len(__tmpq); \
344 (!__recsize) ? kfifo_len(__tmp) * sizeof(*__tmp->type) : \
A Dserial_core.h929 pending = kfifo_len(&__tport->xmit_fifo); \

Completed in 7 milliseconds