opnsense-src/sys/geom/raid3
Alexander Motin 5438c482cd GEOM: Set G_CF_DIRECT_SEND/RECEIVE for taste consumers.
All I/O requests through the taste consumers are synchronous, done
with g_read_data() and without any locks held.  It makes no sense
to delegate the I/O to g_down/g_up threads.

This removes many of context switches during disk retaste.

MFC after:	2 weeks

(cherry picked from commit 10ae42ccbd)
2022-02-10 19:50:46 -05:00
..
g_raid3.c GEOM: Set G_CF_DIRECT_SEND/RECEIVE for taste consumers. 2022-02-10 19:50:46 -05:00
g_raid3.h GEOM: Reduce unnecessary log interleaving with sbufs 2019-08-07 19:28:35 +00:00
g_raid3_ctl.c geom: clean up empty lines in .c and .h files 2020-09-01 22:14:09 +00:00