Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpio/
Dgpiolib-cdev.c1217 if (!kfifo_is_empty_spinlocked_noirqsave(&lr->events, in linereq_poll()
1501 if (!kfifo_is_empty_spinlocked_noirqsave(&le->events, &le->wait.lock)) in lineevent_poll()
2187 if (!kfifo_is_empty_spinlocked_noirqsave(&cdev->events, in lineinfo_watch_poll()
/Linux-v5.15/include/linux/
Dkfifo.h271 #define kfifo_is_empty_spinlocked_noirqsave(fifo, lock) \ macro