Lines Matching refs:thr_uid
138 uint64_t a_thr_uid = a->thr_uid; in prof_tctx_comp()
139 uint64_t b_thr_uid = b->thr_uid; in prof_tctx_comp()
178 uint64_t a_uid = a->thr_uid; in rb_gen()
179 uint64_t b_uid = b->thr_uid; in rb_gen()
543 prof_tdata_mutex_choose(uint64_t thr_uid) in prof_tdata_mutex_choose() argument
546 return (&tdata_locks[thr_uid % PROF_NTDATA_LOCKS]); in prof_tdata_mutex_choose()
805 ret.p->thr_uid = tdata->thr_uid; in prof_lookup()
1131 "%"FMTu64"]\n", tctx->thr_uid, tctx->dump_cnts.curobjs, in prof_tctx_dump_iter()
1305 tdata->thr_uid, tdata->cnt_summed.curobjs, in prof_tdata_dump_iter()
1782 uint64_t thr_uid; in prof_thr_uid_alloc() local
1785 thr_uid = next_thr_uid; in prof_thr_uid_alloc()
1789 return (thr_uid); in prof_thr_uid_alloc()
1793 prof_tdata_init_impl(tsd_t *tsd, uint64_t thr_uid, uint64_t thr_discrim, in prof_tdata_init_impl() argument
1807 tdata->lock = prof_tdata_mutex_choose(thr_uid); in prof_tdata_init_impl()
1808 tdata->thr_uid = thr_uid; in prof_tdata_init_impl()
1919 uint64_t thr_uid = tdata->thr_uid; in prof_tdata_reinit() local
1926 return (prof_tdata_init_impl(tsd, thr_uid, thr_discrim, thread_name, in prof_tdata_reinit()