Home
last modified time | relevance | path

Searched refs:pending_wakeup (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/events/
H A Dring_buffer.c24 handle->event->pending_wakeup = 1; in perf_output_wakeup()
H A Dcore.c6841 if (event->pending_wakeup) { in perf_pending_irq()
6842 event->pending_wakeup = 0; in perf_pending_irq()
9665 event->pending_wakeup = 1; in __perf_event_overflow()
/openbmc/linux/include/linux/
H A Dperf_event.h781 unsigned int pending_wakeup; member