Home
last modified time | relevance | path

Searched refs:kcov_softirq (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/
H A Dkcov.c182 if (!in_task() && !(in_softirq_really() && t->kcov_softirq)) in check_kcov_mode()
879 if (WARN_ON(in_serving_softirq() && t->kcov_softirq)) { in kcov_remote_start()
927 t->kcov_softirq = 1; 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()
1034 t->kcov_softirq = 0; in kcov_remote_stop()
/openbmc/linux/include/linux/
H A Dsched.h1437 unsigned int kcov_softirq; member