Searched refs:ds_inflight (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/sys/geom/mirror/
H A Dg_mirror.c1398 sync->ds_inflight--;
1400 if (sync->ds_inflight > 0)
2121 sync->ds_inflight = g_mirror_syncreqs;
H A Dg_mirror.h117 u_int ds_inflight; /* Number of in-flight sync requests. */ member in struct:g_mirror_disk_sync
/freebsd-11-stable/sys/geom/raid3/
H A Dg_raid3.c1697 sync->ds_inflight--;
1704 if (sync->ds_inflight > 0)
2253 disk->d_sync.ds_inflight = g_raid3_syncreqs;
H A Dg_raid3.h121 u_int ds_inflight; /* Number of in-flight sync requests. */ member in struct:g_raid3_disk_sync

Completed in 201 milliseconds