Lines Matching refs:tctxs
838 tctx_tree_new(&gctx->tctxs); in prof_gctx_create()
861 if (tctx_tree_empty(&gctx->tctxs) && gctx->nlimbo == 1) { in prof_gctx_try_destroy()
902 if (!tctx_tree_empty(&gctx->tctxs)) { in prof_gctx_should_destroy()
932 tctx_tree_remove(&gctx->tctxs, tctx); in prof_tctx_destroy()
1118 tctx_tree_insert(&gctx->tctxs, ret.p); in prof_lookup()
1370 prof_tctx_merge_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *arg) { in prof_tctx_merge_iter() argument
1396 prof_tctx_dump_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *opaque) { in prof_tctx_dump_iter() argument
1424 prof_tctx_finish_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *arg) { in prof_tctx_finish_iter() argument
1479 tctx_tree_iter(&gctx->tctxs, NULL, prof_tctx_merge_iter, in prof_gctx_merge_iter()
1509 tctx_tree_iter(&gctx->tctxs, next, in prof_gctx_finish()
1513 next = tctx_tree_next(&gctx->tctxs, in prof_gctx_finish()
1515 tctx_tree_remove(&gctx->tctxs, in prof_gctx_finish()
1661 if (tctx_tree_iter(&gctx->tctxs, NULL, prof_tctx_dump_iter, in prof_dump_gctx()