Home
last modified time | relevance | path

Searched defs:softirq_count (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dpreempt.h111 # define softirq_count() (current->softirq_disable_cnt & SOFTIRQ_MASK) macro
114 # define softirq_count() (preempt_count() & SOFTIRQ_MASK) macro
/linux/include/trace/events/
H A Dosnoise.h20 int softirq_count; /* # softirqs during this sample */ member
/linux/arch/sparc/include/asm/
H A Dthread_info_32.h35 int softirq_count; member
/linux/tools/tracing/rtla/src/
H A Dosnoise_top.c26 unsigned long long softirq_count; member