Home
last modified time | relevance | path

Searched refs:in_serving_softirq (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/include/linux/
H A Dkcov.h67 if (in_serving_softirq()) in kcov_remote_start_usb_softirq()
73 if (in_serving_softirq()) in kcov_remote_stop_softirq()
H A Dpreempt.h128 #define in_serving_softirq() (softirq_count() & SOFTIRQ_OFFSET) macro
130 # define in_task() (!((preempt_count() & (NMI_MASK | HARDIRQ_MASK)) | in_serving_softirq()))
/openbmc/linux/include/net/
H A Dcls_cgroup.h66 if (in_serving_softirq()) { in task_get_classid()
/openbmc/linux/kernel/
H A Dkcov.c170 return in_serving_softirq() && !in_hardirq() && !in_nmi(); in in_softirq_really()
879 if (WARN_ON(in_serving_softirq() && t->kcov_softirq)) { in kcov_remote_start()
925 if (in_serving_softirq()) { in kcov_remote_start()
1017 if (in_serving_softirq() && !t->kcov_softirq) { in kcov_remote_stop()
1022 if (WARN_ON(!in_serving_softirq() && t->kcov_softirq)) { in kcov_remote_stop()
1033 if (in_serving_softirq()) { in kcov_remote_stop()
/openbmc/linux/kernel/sched/
H A Dcputime.c199 else if (in_serving_softirq()) in account_system_time()
/openbmc/linux/kernel/rcu/
H A Dtree.c1067 if ((current == t && !in_hardirq() && !in_serving_softirq()) || in rcu_gp_kthread_wake()
2155 if ((in_serving_softirq() || rdp->rcu_cpu_kthread_status == RCU_KTHREAD_RUNNING) && in rcu_do_batch()
2197 if (in_serving_softirq()) { in rcu_do_batch()
/openbmc/linux/mm/
H A Dkmemleak.c666 } else if (in_serving_softirq()) { in __create_object()
H A Dpage_alloc.c3771 if (in_serving_softirq() && (current->flags & PF_MEMALLOC)) in __gfp_pfmemalloc_flags()
/openbmc/linux/lib/
H A Dvsprintf.c866 if (in_hardirq() || in_serving_softirq() || in_nmi()) { in restricted_pointer()
/openbmc/linux/kernel/trace/
H A Dtrace.c2702 if (in_serving_softirq()) in tracing_gen_ctx_irq_test()