Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/io/direct_io/
Ddma_thread_diotest.c119 #define MAX_WORKERS (READSIZE/PAGE_SIZE) macro
232 if (workers > MAX_WORKERS) in main()
233 workers = MAX_WORKERS; in main()
357 if (workers < MIN_WORKERS || workers > MAX_WORKERS) { in setup()
360 workers, MIN_WORKERS, MAX_WORKERS); in setup()
442 " defaults to number of cores.\n", MAX_WORKERS); in help()