Searched refs:kcov_softirq (Results 1 – 2 of 2) sorted by relevance
173 if (!in_task() && !(in_serving_softirq() && t->kcov_softirq)) in check_kcov_mode()869 if (WARN_ON(in_serving_softirq() && t->kcov_softirq)) { in kcov_remote_start()917 t->kcov_softirq = 1; in kcov_remote_start()1007 if (in_serving_softirq() && !t->kcov_softirq) { in kcov_remote_stop()1012 if (WARN_ON(!in_serving_softirq() && t->kcov_softirq)) { in kcov_remote_stop()1024 t->kcov_softirq = 0; in kcov_remote_stop()
1431 unsigned int kcov_softirq; member