Searched refs:kcov_softirq (Results 1 – 2 of 2) sorted by relevance
163 if (!in_task() && !(in_serving_softirq() && t->kcov_softirq)) in check_kcov_mode()843 if (WARN_ON(in_serving_softirq() && t->kcov_softirq)) { in kcov_remote_start()890 t->kcov_softirq = 1; in kcov_remote_start()980 if (in_serving_softirq() && !t->kcov_softirq) { in kcov_remote_stop()985 if (WARN_ON(!in_serving_softirq() && t->kcov_softirq)) { in kcov_remote_stop()997 t->kcov_softirq = 0; in kcov_remote_stop()
1288 unsigned int kcov_softirq; member