Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/arch/arm64/kvm/vgic/
H A Dvgic-v3.c416 bool is_pending; in vgic_v3_save_pending_tables() local
438 is_pending = irq->pending_latch; in vgic_v3_save_pending_tables()
441 vgic_v4_get_vlpi_state(irq, &is_pending); in vgic_v3_save_pending_tables()
443 if (stored == is_pending) in vgic_v3_save_pending_tables()
446 if (is_pending) in vgic_v3_save_pending_tables()
/linux-6.15/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-6.15/kernel/
H A Dsoftirq.c313 unsigned int is_pending = local_softirq_pending(); in do_softirq_post_smp_call_flush() local
315 if (unlikely(was_pending != is_pending)) { in do_softirq_post_smp_call_flush()
316 WARN_ON_ONCE(was_pending != (is_pending & ~SCHED_SOFTIRQ_MASK)); in do_softirq_post_smp_call_flush()