Searched refs:softirq_count (Results 1 – 14 of 14) sorted by relevance
189 if (IS_ENABLED(CONFIG_TRACE_IRQFLAGS) && softirq_count() == cnt) { in __local_bh_enable()328 if (softirq_count() == (cnt & SOFTIRQ_MASK)) in __local_bh_disable_ip()349 if (softirq_count() == (cnt & SOFTIRQ_MASK)) in __local_bh_enable()376 if (softirq_count() == SOFTIRQ_DISABLE_OFFSET) in __local_bh_enable_ip()
35 int softirq_count; member
428 __field( unsigned int, softirq_count )438 __entry->softirq_count,
329 int softirq_count; /* # softirqs during this sample */ member516 entry->softirq_count = sample->softirq_count; in __trace_osnoise_sample()1340 s->softirq_count = osn_var->softirq.count; in save_osn_sample_stats()1356 s->softirq_count = osn_var->softirq.count - s->softirq_count; in diff_osn_sample_stats()
1431 trace_seq_printf(s, " %6u", field->softirq_count); in trace_osnoise_print()1455 field->softirq_count, in trace_osnoise_raw()
2532 if (softirq_count() >> (SOFTIRQ_SHIFT + 1)) in tracing_gen_ctx_irq_test()
61 unsigned long long softirq_count; member148 update_sum(&cpu_data->softirq_count, &val); in osnoise_top_handler()253 trace_seq_printf(s, "%12llu ", cpu_data->softirq_count); in osnoise_top_print()
377 TI_SOFTIRQ != offsetof(struct thread_info, softirq_count) ||
404 WARN_ON_ONCE(softirq_count() == 0); in ieee802154_rx()
84 return !softirq_count(); in irq_fpu_usable()
1485 if (softirq_count()) in dotest()
5436 lockdep_assert_once(hardirq_count() | softirq_count()); in __netif_rx()5466 bool need_bh_off = !(hardirq_count() | softirq_count()); in netif_rx()
5369 WARN_ON_ONCE(softirq_count() == 0); in ieee80211_rx_list()
3823 WARN_ON_ONCE(softirq_count() == 0); in ieee80211_tx_dequeue()