Searched defs:fprc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/dtrace/
H A Dfasttrap.c1185 fasttrap_proc_t *fprc, *new_fprc; local
1190 for (fprc = bucket->ftb_data; fprc != NULL; fprc = fprc->ftpc_next) {
1191 if (fprc->ftpc_pid == pid && fprc->ftpc_acount != 0) {
1192 mutex_enter(&fprc->ftpc_mtx);
1194 fprc->ftpc_rcount++;
1195 atomic_inc_64(&fprc
1247 fasttrap_proc_t *fprc, **fprcp; local
[all...]

Completed in 60 milliseconds