Home
last modified time | relevance | path

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

/trueos/sys/geom/raid3/
HDg_raid3.h121 u_int ds_inflight; /* Number of in-flight sync requests. */ member
HDg_raid3.c1707 sync->ds_inflight--; in g_raid3_sync_request()
1714 if (sync->ds_inflight > 0) in g_raid3_sync_request()
2263 disk->d_sync.ds_inflight = g_raid3_syncreqs; in g_raid3_sync_start()
/trueos/sys/geom/mirror/
HDg_mirror.h112 u_int ds_inflight; /* Number of in-flight sync requests. */ member
HDg_mirror.c1360 sync->ds_inflight--; in g_mirror_sync_request()
1367 if (sync->ds_inflight > 0) in g_mirror_sync_request()
2011 disk->d_sync.ds_inflight = g_mirror_syncreqs; in g_mirror_sync_start()