Searched refs:softirq_count (Results 1 – 12 of 12) sorted by relevance
| /linux/include/trace/events/ |
| H A D | osnoise.h | 20 int softirq_count; /* # softirqs during this sample */ member 51 __field( int, softirq_count ) 62 __entry->softirq_count = s->softirq_count; 75 __entry->softirq_count,
|
| /linux/tools/tracing/rtla/src/ |
| H A D | osnoise_top.c | 26 unsigned long long softirq_count; member 113 tep_get_field_val(s, event, "softirq_count", record, &val, 1); in osnoise_top_handler() 114 update_sum(&cpu_data->softirq_count, &val); in osnoise_top_handler() 220 trace_seq_printf(s, "%12llu ", cpu_data->softirq_count); in osnoise_top_print()
|
| /linux/kernel/trace/ |
| H A D | trace_entries.h | 431 __field( unsigned int, softirq_count ) 441 __entry->softirq_count,
|
| H A D | trace_osnoise.c | 517 entry->softirq_count = sample->softirq_count; in __record_osnoise_sample() 1345 s->softirq_count = osn_var->softirq.count; in save_osn_sample_stats() 1361 s->softirq_count = osn_var->softirq.count - s->softirq_count; in diff_osn_sample_stats()
|
| H A D | trace.c | 1726 if (softirq_count() >> (SOFTIRQ_SHIFT + 1)) in tracing_gen_ctx_irq_test()
|
| /linux/arch/sparc/kernel/ |
| H A D | traps_32.c | 377 TI_SOFTIRQ != offsetof(struct thread_info, softirq_count) ||
|
| /linux/net/mac802154/ |
| H A D | rx.c | 404 WARN_ON_ONCE(softirq_count() == 0); in ieee802154_rx()
|
| /linux/kernel/rcu/ |
| H A D | tree_plugin.h | 32 ((!(IS_ENABLED(CONFIG_PREEMPT_COUNT) && preemptible()) || softirq_count()) && in rcu_rdp_is_offloaded()
|
| H A D | rcutorture.c | 482 if ((preempt_count() & HARDIRQ_MASK) || softirq_count()) in rcu_read_delay() 2169 !softirq_count(), ROEC_ARGS); in rcutorture_one_extend_check() 2183 softirq_count(), ROEC_ARGS); in rcutorture_one_extend_check() 2204 if (IS_ENABLED(CONFIG_PREEMPT_RT) && softirq_count()) in rcutorture_one_extend_check()
|
| /linux/net/core/ |
| H A D | dev.c | 5798 lockdep_assert_once(hardirq_count() | softirq_count()); in __netif_rx() 5828 bool need_bh_off = !(hardirq_count() | softirq_count()); in netif_rx()
|
| /linux/net/mac80211/ |
| H A D | rx.c | 5568 WARN_ON_ONCE(softirq_count() == 0); in ieee80211_rx_list()
|
| H A D | tx.c | 3897 WARN_ON_ONCE(softirq_count() == 0); in ieee80211_tx_dequeue()
|