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

/freebsd-13-stable/sys/geom/raid3/
H A Dg_raid3.c1011 int memflag; local
1018 memflag = M_WAITOK;
1020 memflag = M_NOWAIT;
1021 cbp->bio_data = g_raid3_alloc(sc, size, memflag);

Completed in 55 milliseconds