Home
last modified time | relevance | path

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

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