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

/freebsd-10.1-release/sys/geom/mirror/
H A Dg_mirror.h112 u_int ds_inflight; /* Number of in-flight sync requests. */ member in struct:g_mirror_disk_sync
H A Dg_mirror.c1342 sync->ds_inflight--;
1349 if (sync->ds_inflight > 0)
1990 disk->d_sync.ds_inflight = g_mirror_syncreqs;
/freebsd-10.1-release/sys/geom/raid3/
H A Dg_raid3.h121 u_int ds_inflight; /* Number of in-flight sync requests. */ member in struct:g_raid3_disk_sync
H A Dg_raid3.c1707 sync->ds_inflight--;
1714 if (sync->ds_inflight > 0)
2263 disk->d_sync.ds_inflight = g_raid3_syncreqs;

Completed in 124 milliseconds