Home
last modified time | relevance | path

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

/external/fio/lib/
Dbloom.h9 struct bloom *bloom_new(uint64_t entries);
Dbloom.c63 struct bloom *bloom_new(uint64_t entries) in bloom_new() function
/external/fio/
Dfilehash.c138 file_bloom = bloom_new(BLOOM_SIZE); in file_hash_init()
/external/fio/t/
Ddedupe.c455 bloom = bloom_new(bloom_entries); in dedupe_check()