Home
last modified time | relevance | path

Searched refs:t_dtrace_predcache (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dthread.h808 uint32_t t_dtrace_predcache; /* DTrace per thread predicate value hint */ member
H A Dthread.c4187 return thread->t_dtrace_predcache; in dtrace_get_thread_predcache()
4317 thread->t_dtrace_predcache = predcache; in dtrace_set_thread_predcache()
/xnu-11215/bsd/dev/dtrace/
H A Ddtrace.c127 #define t_predcache t_dtrace_predcache /* Cosmetic. Helps readability of thread.h */