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

/illumos-gate/usr/src/uts/common/os/
H A Dlogsubr.c449 trace_ids_t *tidend = (trace_ids_t *)lp->log_data->b_wptr; local
452 * We use `tid + 1 <= tidend' here rather than the more traditional
453 * `tid < tidend', since the former ensures that there's at least
457 for (; tid + 1 <= tidend; tid++) {

Completed in 58 milliseconds