Searched refs:suspended (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_status.c167 uint64_t suspended; local
220 * Check whether the pool has suspended due to failed I/O.
223 &suspended) == 0) {
224 if (suspended == ZIO_FAILURE_MODE_CONTINUE)
/osnet-11/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c169 /* can't abandon a suspended pool */
456 int suspended; local
461 suspended = (tpool->tp_flags & TP_SUSPEND) != 0;
464 return (suspended);

Completed in 29 milliseconds