Searched refs:btkey (Results 1 – 1 of 1) sorted by relevance
/external/jemalloc_new/src/ |
D | prof.c | 729 } btkey; in prof_lookup_global() local 733 if (ckh_search(&bt2gctx, bt, &btkey.v, &gctx.v)) { in prof_lookup_global() 741 if (ckh_search(&bt2gctx, bt, &btkey.v, &gctx.v)) { in prof_lookup_global() 743 btkey.p = &gctx.p->bt; in prof_lookup_global() 744 if (ckh_insert(tsd, &bt2gctx, btkey.v, gctx.v)) { in prof_lookup_global() 778 *p_btkey = btkey.v; in prof_lookup_global() 807 void *btkey; in prof_lookup() local 815 if (prof_lookup_global(tsd, bt, tdata, &btkey, &gctx, in prof_lookup() 839 error = ckh_insert(tsd, &tdata->bt2tctx, btkey, ret.v); in prof_lookup()
|