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

/darwin-on-arm/xnu/bsd/sys/
H A Dfasttrap_impl.h149 fasttrap_tracepoint_t *ftt_next; /* link in global hash */ member in struct:fasttrap_tracepoint
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c502 for (tp = bucket->ftb_data; tp != NULL; tp = tp->ftt_next) {
629 for (tp = bucket->ftb_data; tp != NULL; tp = tp->ftt_next) {
695 new_tp->ftt_next = bucket->ftb_data;
788 for (tp = bucket->ftb_data; tp != NULL; tp = tp->ftt_next) {
918 pp = &(*pp)->ftt_next;
922 *pp = tp->ftt_next;
2398 tp = tp->ftt_next;
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfasttrap_isa.c704 for (tp = bucket->ftb_data; tp != NULL; tp = tp->ftt_next) {
1011 for (tp = bucket->ftb_data; tp != NULL; tp = tp->ftt_next) {
1570 for (tp = bucket->ftb_data; tp != NULL; tp = tp->ftt_next) {

Completed in 15 milliseconds