Searched refs:max_nr_ios_per_thread (Results 1 – 1 of 1) sorted by relevance
599 unsigned max_nr_ios_per_thread = nr_ios / dev->nthreads; in ublk_thread_init() local600 max_nr_ios_per_thread += !!(nr_ios % dev->nthreads); in ublk_thread_init()602 t->auto_buf_stride = max_nr_ios_per_thread; in ublk_thread_init()603 t->nr_bufs = max_nr_ios_per_thread; in ublk_thread_init()