Searched refs:modules_count (Results 1 – 1 of 1) sorted by relevance
159 SYSCTL_UINT(_kern_kcov_od, OID_AUTO, modules_count, CTLFLAG_RD, &ksancov_od_modules_count, 0, "");632 unsigned int modules_count = os_atomic_load(&ksancov_od_modules_count, relaxed); in kcov_ksancov_must_instrument() local633 for (unsigned int idx = 0; idx < modules_count; idx++) { in kcov_ksancov_must_instrument()