Home
last modified time | relevance | path

Searched refs:bloom_set (Results 1 – 3 of 3) sorted by relevance

/external/fio/lib/
Dbloom.h10 int bloom_set(struct bloom *b, uint32_t *data, unsigned int nwords);
Dbloom.c116 int bloom_set(struct bloom *b, uint32_t *data, unsigned int nwords) in bloom_set() function
/external/fio/t/
Ddedupe.c252 r = bloom_set(bloom, items[i].hash, s); in insert_chunks()