Lines Matching refs:btkey
498 } btkey; in prof_lookup_global() local
502 if (ckh_search(&bt2ctx, bt, &btkey.v, &ctx.v)) { in prof_lookup_global()
509 btkey.p = bt_dup(bt); in prof_lookup_global()
510 if (btkey.v == NULL) { in prof_lookup_global()
515 prof_ctx_init(ctx.p, btkey.p); in prof_lookup_global()
516 if (ckh_insert(&bt2ctx, btkey.v, ctx.v)) { in prof_lookup_global()
519 idalloc(btkey.v); in prof_lookup_global()
536 *p_btkey = btkey.v; in prof_lookup_global()
558 void *btkey; in prof_lookup() local
566 if (prof_lookup_global(bt, prof_tdata, &btkey, &ctx, &new_ctx)) in prof_lookup()
600 if (ckh_insert(&prof_tdata->bt2cnt, btkey, ret.v)) { in prof_lookup()