Searched refs:counting (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dkern_kpc.c496 SYSCTL_PROC(_kpc, OID_AUTO, counting,
499 sizeof(int), kpc_sysctl, "I", "PMCs counting");
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_attrlist.c754 int counting; local
763 counting = 0;
765 if (!counting) {
769 counting = 1;
775 counting = 0;
780 if (counting)

Completed in 70 milliseconds