Searched refs:ckh_search (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | ckh.c | 60 assert_false(ckh_search(&ckh, strs[i], kp, vp), in TEST_BEGIN() 70 assert_true(ckh_search(&ckh, missing, NULL, NULL), in TEST_BEGIN() 130 assert_false(ckh_search(&ckh, p[j], &q, &r), in TEST_BEGIN() 141 assert_false(ckh_search(&ckh, p[j], NULL, NULL), in TEST_BEGIN() 147 assert_true(ckh_search(&ckh, p[j], NULL, NULL), in TEST_BEGIN() 184 assert_false(ckh_search(&ckh, p[i], NULL, NULL), in TEST_BEGIN() 190 assert_true(ckh_search(&ckh, p[i], NULL, NULL), in TEST_BEGIN()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | ckh.h | 93 bool ckh_search(ckh_t *ckh, const void *searchkey, void **key, void **data);
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | ckh.c | 470 assert(ckh_search(ckh, key, NULL, NULL)); in ckh_insert() 522 ckh_search(ckh_t *ckh, const void *searchkey, void **key, void **data) { in ckh_search() function
|
| H A D | prof.c | 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() 801 not_found = ckh_search(&tdata->bt2tctx, bt, NULL, &ret.v); in prof_lookup()
|