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