Searched refs:tmp_num_threads (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/cam/ctl/
H A Dctl_backend_block.c2221 int tmp_num_threads; local
2289 tmp_num_threads = strtol(value, NULL, 0);
2296 if (tmp_num_threads < 1) {
2302 num_threads = tmp_num_threads;

Completed in 59 milliseconds