Lines Matching refs:ts_inheritor
284 KASSERT(ts->ts_inheritor == owner || ts->ts_inheritor == NULL);
285 if (ts->ts_inheritor == NULL) {
286 ts->ts_inheritor = owner;
321 KASSERT(ts->ts_inheritor != NULL);
322 ts->ts_inheritor = NULL;
399 ts->ts_inheritor = NULL;
459 KASSERT(ts->ts_inheritor == curlwp || ts->ts_inheritor == NULL);
465 if (ts->ts_inheritor != NULL) {