Home | History | Annotate | Download | only in src

Lines Matching refs:tctxs

565 	tctx_tree_new(&gctx->tctxs);
590 if (tctx_tree_empty(&gctx->tctxs) && gctx->nlimbo == 1) {
629 if (!tctx_tree_empty(&gctx->tctxs))
657 tctx_tree_remove(&gctx->tctxs, tctx);
820 tctx_tree_insert(&gctx->tctxs, ret.p);
1082 prof_tctx_merge_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *arg)
1102 prof_tctx_dump_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *arg)
1128 prof_tctx_finish_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *arg)
1178 tctx_tree_iter(&gctx->tctxs, NULL, prof_tctx_merge_iter, NULL);
1207 tctx_tree_iter(&gctx->tctxs, next,
1210 next = tctx_tree_next(&gctx->tctxs,
1212 tctx_tree_remove(&gctx->tctxs,
1351 if (tctx_tree_iter(&gctx->tctxs, NULL, prof_tctx_dump_iter,