Home
last modified time | relevance | path

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

/freebsd/sys/geom/raid3/
H A Dg_raid3.h103 u_int ds_inflight; /* Number of in-flight sync requests. */ member
H A Dg_raid3.c1727 sync->ds_inflight--; in g_raid3_sync_request()
1734 if (sync->ds_inflight > 0) in g_raid3_sync_request()
2281 disk->d_sync.ds_inflight = g_raid3_syncreqs; in g_raid3_sync_start()
/freebsd/sys/geom/mirror/
H A Dg_mirror.h105 u_int ds_inflight; /* Number of in-flight sync requests. */ member
H A Dg_mirror.c1455 sync->ds_inflight--; in g_mirror_sync_request()
1457 if (sync->ds_inflight > 0) in g_mirror_sync_request()
2179 sync->ds_inflight = g_mirror_syncreqs; in g_mirror_sync_start()