Searched defs:_rtrace (Results 1 – 2 of 2) sorted by relevance
124 typedef struct _rtrace { struct125 uint16_t next_idx;126 uint16_t last_idx;127 boolean_t wrapped;128 rt_buf_t buf[MAX_RTRACE_ENTRIES];
152 typedef struct _rtrace { struct153 uint16_t next_idx;154 uint16_t last_idx;155 boolean_t wrapped;156 uint64_t align;157 rt_buf_t buf[MAX_RTRACE_ENTRIES];