Searched refs:ksancov_od_modules_count (Results 1 – 1 of 1) sorted by relevance
133 static unsigned int ksancov_od_modules_count = 0; variable159 SYSCTL_UINT(_kern_kcov_od, OID_AUTO, modules_count, CTLFLAG_RD, &ksancov_od_modules_count, 0, "");566 if (ksancov_od_modules_count >= ksancov_od_allocated_count) { in kcov_ksancov_bookmark_on_demand_module()586 idx = ksancov_od_modules_count++; in kcov_ksancov_bookmark_on_demand_module()632 unsigned int modules_count = os_atomic_load(&ksancov_od_modules_count, relaxed); in kcov_ksancov_must_instrument()1145 for (unsigned int idx = 0; idx < ksancov_od_modules_count; idx++) { in ksancov_handle_on_demand_cmd()1163 for (unsigned int idx = 0; idx < ksancov_od_modules_count; idx++) { in ksancov_handle_on_demand_cmd()