Searched refs:kfifo_is_empty_spinlocked_noirqsave (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dkfifo.h266 * kfifo_is_empty_spinlocked_noirqsave - returns true if the fifo is empty
271 #define kfifo_is_empty_spinlocked_noirqsave(fifo, lock) \ macro
/linux-master/drivers/gpio/
H A Dgpiolib-cdev.c1593 if (!kfifo_is_empty_spinlocked_noirqsave(&lr->events,
1916 if (!kfifo_is_empty_spinlocked_noirqsave(&le->events, &le->wait.lock))
2645 if (!kfifo_is_empty_spinlocked_noirqsave(&cdev->events,

Completed in 92 milliseconds