Home
last modified time | relevance | path

Searched refs:softirq_count (Results 1 – 2 of 2) sorted by relevance

/include/linux/
A Dpreempt.h111 # define softirq_count() (current->softirq_disable_cnt & SOFTIRQ_MASK) macro
112 # define irq_count() ((preempt_count() & (NMI_MASK | HARDIRQ_MASK)) | softirq_count())
114 # define softirq_count() (preempt_count() & SOFTIRQ_MASK) macro
128 #define in_serving_softirq() (softirq_count() & SOFTIRQ_OFFSET)
142 #define in_softirq() (softirq_count())
/include/trace/events/
A Dosnoise.h20 int softirq_count; /* # softirqs during this sample */ member
51 __field( int, softirq_count )
62 __entry->softirq_count = s->softirq_count;
75 __entry->softirq_count,

Completed in 4 milliseconds