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

/freebsd-11-stable/contrib/binutils/binutils/
H A Drcparse.y156 %type <memflags> memflag
1557 | suboptions memflag
1589 | memflags_move_discard memflag
1606 | memflags_move memflag
1617 memflag: label
/freebsd-11-stable/sys/geom/raid3/
H A Dg_raid3.c1009 int memflag; local
1016 memflag = M_WAITOK;
1018 memflag = M_NOWAIT;
1019 cbp->bio_data = g_raid3_alloc(sc, size, memflag);

Completed in 207 milliseconds