Searched defs:is_pending (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/xen/events/ | ||
H A D | events_internal.h | 23 bool (*is_pending)(evtchn_port_t port); member |
/linux/kernel/ | ||
H A D | softirq.c | 295 unsigned int is_pending = local_softirq_pending(); do_softirq_post_smp_call_flush() local |
/linux/tools/perf/scripts/python/ | ||
H A D | compaction-times.py | 194 def is_pending(self): member in chead |