Home
last modified time | relevance | path

Searched refs:tabind (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dckh.c155 size_t tabind; in TEST_BEGIN() local
159 for (tabind = 0; !ckh_iter(&ckh, &tabind, &q, &r);) { in TEST_BEGIN()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dckh.h83 bool ckh_iter(ckh_t *ckh, size_t *tabind, void **key, void **data);
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dckh.c445 ckh_iter(ckh_t *ckh, size_t *tabind, void **key, void **data) { in ckh_iter() argument
448 for (i = *tabind, ncells = (ZU(1) << (ckh->lg_curbuckets + in ckh_iter()
457 *tabind = i + 1; in ckh_iter()
H A Dprof.c1277 size_t tabind; in prof_tdata_merge_iter() local
1285 for (tabind = 0; !ckh_iter(&tdata->bt2tctx, &tabind, NULL, in prof_tdata_merge_iter()
1556 size_t tabind; in prof_dump_prep() local
1569 for (tabind = 0; !ckh_iter(&bt2gctx, &tabind, NULL, &gctx.v);) { in prof_dump_prep()