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

/darwin-on-arm/xnu/bsd/sys/
H A Dfasttrap_impl.h86 uint64_t ftpc_rcount; /* count of extant providers */ member in struct:fasttrap_proc
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c1322 fprc->ftpc_rcount++;
1324 ASSERT(fprc->ftpc_acount <= fprc->ftpc_rcount);
1340 new_fprc->ftpc_rcount = 1;
1353 fprc->ftpc_rcount++;
1355 ASSERT(fprc->ftpc_acount <= fprc->ftpc_rcount);
1388 ASSERT(proc->ftpc_rcount != 0);
1389 ASSERT(proc->ftpc_acount <= proc->ftpc_rcount);
1391 if (--proc->ftpc_rcount != 0) {
1607 provider->ftp_proc->ftpc_rcount);
1688 ASSERT(fp->ftp_proc->ftpc_acount < fp->ftp_proc->ftpc_rcount);
[all...]

Completed in 23 milliseconds