Searched refs:btkey (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/jemalloc/src/
H A Dprof.c997 } btkey; local
1001 if (ckh_search(&bt2gctx, bt, &btkey.v, &gctx.v)) {
1009 if (ckh_search(&bt2gctx, bt, &btkey.v, &gctx.v)) {
1011 btkey.p = &gctx.p->bt;
1012 if (ckh_insert(tsd, &bt2gctx, btkey.v, gctx.v)) {
1046 *p_btkey = btkey.v;
1075 void *btkey; local
1083 if (prof_lookup_global(tsd, bt, tdata, &btkey, &gctx,
1107 error = ckh_insert(tsd, &tdata->bt2tctx, btkey, ret.v);

Completed in 94 milliseconds