Searched refs:nr_dvas (Results 1 – 1 of 1) sorted by relevance
381 sio_alloc(unsigned short nr_dvas) in sio_alloc() argument383 ASSERT3U(nr_dvas, >, 0); in sio_alloc()384 ASSERT3U(nr_dvas, <=, SPA_DVAS_PER_BP); in sio_alloc()386 return (kmem_cache_alloc(sio_cache[nr_dvas - 1], KM_SLEEP)); in sio_alloc()