Searched refs:kfifo_is_empty_spinlocked_noirqsave (Results 1 – 2 of 2) sorted by relevance
1192 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()
271 #define kfifo_is_empty_spinlocked_noirqsave(fifo, lock) \ macro