Home
last modified time | relevance | path

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

/external/fio/lib/
Dflist_sort.c6 #define MAX_LIST_LENGTH_BITS 20 macro
100 struct flist_head *part[MAX_LIST_LENGTH_BITS+1]; /* sorted partial lists in flist_sort()
124 if (lev >= MAX_LIST_LENGTH_BITS) { in flist_sort()