Searched refs:ftpc_acount (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c504 tp->ftt_proc->ftpc_acount != 0) {
514 ASSERT(tp->ftt_proc->ftpc_acount != 0);
637 tp->ftt_proc->ftpc_acount == 0)
1319 if (fprc->ftpc_pid == pid && fprc->ftpc_acount != 0) {
1323 atomic_add_64(&fprc->ftpc_acount, 1);
1324 ASSERT(fprc->ftpc_acount <= fprc->ftpc_rcount);
1341 new_fprc->ftpc_acount = 1;
1350 if (fprc->ftpc_pid == pid && fprc->ftpc_acount != 0) {
1354 atomic_add_64(&fprc->ftpc_acount, 1);
1355 ASSERT(fprc->ftpc_acount <
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dfasttrap_impl.h85 uint64_t ftpc_acount; /* count of active providers */ member in struct:fasttrap_proc
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfasttrap_isa.c706 tp->ftt_proc->ftpc_acount != 0)
1013 tp->ftt_proc->ftpc_acount != 0)
1572 tp->ftt_proc->ftpc_acount != 0)

Completed in 31 milliseconds