Searched defs:sync_completed (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.c3058 int sync_completed = 0; local
3406 sync_completed = 1;
3420 * if sync_completed is 0 here,
3424 if (sync_completed && (_rdc_sync_status_ok(sync_status, &rc) < 0)) {
3426 sync_completed = 0; /* at least 1 thread failed */
3461 if (sync_completed) {
3475 if (sync_completed) {
3487 if (sync_completed)
3512 int sync_completed = 0; local
3923 sync_completed
[all...]

Completed in 64 milliseconds