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

/darwin-on-arm/xnu/bsd/sys/
H A Dfasttrap_impl.h101 uint64_t ftp_ccount; /* consumers creating probes */ member in struct:fasttrap_provider
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c117 * (ftp_ccount) and USDT consumers (ftp_mcount); all three prevent a provider
369 * creating probes (ftp_ccount) or is a USDT
373 if (fp->ftp_ccount != 0 ||
1597 ASSERT(provider->ftp_ccount == 0);
1780 provider->ftp_ccount++;
1922 provider->ftp_ccount--;
1940 provider->ftp_ccount--;

Completed in 23 milliseconds