Home
last modified time | relevance | path

Searched refs:is_pending (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/xen/events/
H A Devents_internal.h23 bool (*is_pending)(evtchn_port_t port); member
82 return evtchn_ops->is_pending(port); in test_evtchn()
H A Devents_fifo.c417 .is_pending = evtchn_fifo_is_pending,
H A Devents_2l.c372 .is_pending = evtchn_2l_is_pending,
/linux/tools/perf/scripts/python/
H A Dcompaction-times.py135 if head.is_pending():
144 if head.is_pending():
194 def is_pending(self): member in chead
/linux/kernel/
H A Dsoftirq.c295 unsigned int is_pending = local_softirq_pending(); in do_softirq_post_smp_call_flush() local
297 if (unlikely(was_pending != is_pending)) { in do_softirq_post_smp_call_flush()
298 WARN_ON_ONCE(was_pending != (is_pending & ~SCHED_SOFTIRQ_MASK)); in do_softirq_post_smp_call_flush()