OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BSSPLIT_MAX
(Results
1 - 2
of
2
) sorted by null
/external/fio/
thread_options.h
24
#define
BSSPLIT_MAX
64
294
struct bssplit bssplit[DDIR_RWDIR_CNT][
BSSPLIT_MAX
];
cconv.c
409
if (bssplit_nr >
BSSPLIT_MAX
) {
410
log_err("fio:
BSSPLIT_MAX
is too small\n");
411
bssplit_nr =
BSSPLIT_MAX
;
Completed in 41 milliseconds