Home
last modified time | relevance | path

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

/external/blktrace/btreplay/
Dbtreplay.c140 static int cpus_to_use = -1; // Number of CPUs to use variable
885 tip->cpu = cpu % cpus_to_use; in add_input_file()
1497 cpus_to_use = atoi(optarg); in handle_args()
1498 if (cpus_to_use <= 0 || cpus_to_use > ncpus) { in handle_args()
1501 cpus_to_use, ncpus); in handle_args()
1590 if (cpus_to_use < 0) in handle_args()
1591 cpus_to_use = ncpus; in handle_args()