Home
last modified time | relevance | path

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

/external/fio/
Dsmalloc.c174 static int find_next_zero(int word, int start) in find_next_zero() function
397 idx = find_next_zero(pool->bitmap[i], last_idx); in __smalloc_pool()