HomeSort by relevance Sort by last modified time
    Searched refs:BSSPLIT_MAX (Results 1 - 2 of 2) sorted by null

  /external/fio/
thread_options.h 28 #define BSSPLIT_MAX 64
357 struct bssplit bssplit[DDIR_RWDIR_CNT][BSSPLIT_MAX];
cconv.c 490 if (bssplit_nr > BSSPLIT_MAX) {
491 log_err("fio: BSSPLIT_MAX is too small\n");
492 bssplit_nr = BSSPLIT_MAX;

Completed in 65 milliseconds