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

/darwin-on-arm/xnu/bsd/sys/
H A Dfasttrap_impl.h55 * fasttrap_proc_t. The fasttrap_proc_t has two states: active or defunct.
66 * tracepoint. Tracepoints also have a pointer to the fasttrap_proc_t for the
89 } fasttrap_proc_t; typedef in typeref:struct:fasttrap_proc
103 fasttrap_proc_t *ftp_proc; /* shared proc for all provs */
143 fasttrap_proc_t *ftt_proc; /* associated process struct */
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c189 static fasttrap_proc_t *fasttrap_proc_lookup(pid_t);
190 static void fasttrap_proc_release(fasttrap_proc_t *);
1309 static fasttrap_proc_t *
1313 fasttrap_proc_t *fprc, *new_fprc;
1337 new_fprc = kmem_zalloc(sizeof (fasttrap_proc_t), KM_SLEEP);
1358 kmem_free(new_fprc, sizeof (fasttrap_proc_t));
1380 fasttrap_proc_release(fasttrap_proc_t *proc)
1383 fasttrap_proc_t *fprc, **fprcp;
1407 fprcp = (fasttrap_proc_t **)&bucket->ftb_data;
1432 kmem_free(fprc, sizeof (fasttrap_proc_t));
[all...]

Completed in 21 milliseconds