Searched refs:softirq_count (Results 1 – 11 of 11) sorted by relevance
76 #define softirq_count() (preempt_count() & SOFTIRQ_MASK) macro87 #define in_softirq() (softirq_count())89 #define in_serving_softirq() (softirq_count() & SOFTIRQ_OFFSET)
81 WARN_ON_ONCE(softirq_count()); in do_softirq()
177 WARN_ON_ONCE(softirq_count()); in do_softirq()
36 int softirq_count; member
112 if (softirq_count() == cnt) in __local_bh_disable()140 if (softirq_count() == cnt) in __local_bh_enable()166 if (softirq_count() == SOFTIRQ_DISABLE_OFFSET) in _local_bh_enable_ip()
1351 curr->softirq_context, softirq_count() >> SOFTIRQ_SHIFT, in print_bad_irq_dependency()2032 trace_softirq_context(curr), softirq_count() >> SOFTIRQ_SHIFT, in print_usage_bug()2441 DEBUG_LOCKS_WARN_ON(!softirq_count()); in trace_softirqs_off()3166 if (softirq_count()) in check_flags()
188 WARN_ON_ONCE(softirq_count()); in do_softirq()
444 TI_SOFTIRQ != offsetof(struct thread_info, softirq_count) ||
985 if (softirq_count()) in dotest()
2221 softirq_count() >> SOFTIRQ_SHIFT, in trace_recursive_fail()
2882 WARN_ON_ONCE(softirq_count() == 0); in ieee80211_rx()