Searched refs:in_serving_softirq (Results 1 – 13 of 13) sorted by relevance
65 if (in_serving_softirq()) in kcov_remote_start_usb_softirq()71 if (in_serving_softirq()) in kcov_remote_stop_softirq()
120 #define in_serving_softirq() (softirq_count() & SOFTIRQ_OFFSET) macro121 #define in_task() (!(in_nmi() | in_hardirq() | in_serving_softirq()))
88 (is_idle_task(current) && !in_nmi() && !in_irq() && !in_serving_softirq())
166 if (!in_task() && !(in_serving_softirq() && t->kcov_softirq)) in check_kcov_mode()827 if (!in_task() && !in_serving_softirq()) in kcov_remote_start()846 if (WARN_ON(in_serving_softirq() && t->kcov_softirq)) { in kcov_remote_start()892 if (in_serving_softirq()) { in kcov_remote_start()969 if (!in_task() && !in_serving_softirq()) in kcov_remote_stop()984 if (in_serving_softirq() && !t->kcov_softirq) { in kcov_remote_stop()989 if (WARN_ON(!in_serving_softirq() && t->kcov_softirq)) { in kcov_remote_stop()1000 if (in_serving_softirq()) { in kcov_remote_stop()
288 if (in_serving_softirq()) in page_pool_ring_lock()297 if (in_serving_softirq()) in page_pool_ring_unlock()
66 if (in_serving_softirq()) { in task_get_classid()
394 if (in_serving_softirq()) in page_pool_recycle_in_ring()449 if (allow_direct && in_serving_softirq() && in __page_pool_put_page()
196 else if (in_serving_softirq()) in account_system_time()
605 } else if (in_serving_softirq()) { in create_object()
4714 if (in_serving_softirq() && (current->flags & PF_MEMALLOC)) in __gfp_pfmemalloc_flags()
1470 if ((current == t && !in_irq() && !in_serving_softirq()) || in rcu_gp_kthread_wake()2524 if (!in_serving_softirq()) { in rcu_do_batch()
868 if (in_irq() || in_serving_softirq() || in_nmi()) { in restricted_pointer()
2602 if (in_serving_softirq()) in tracing_gen_ctx_irq_test()
Completed in 92 milliseconds