Home
last modified time | relevance | path

Searched full:suspended (Results 1 – 25 of 475) sorted by relevance

12345678910>>...19

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/syncfs/
H A Dsyncfs_suspend.ksh30 log_assert "syncfs() does not return success while the pool is suspended"
67 until [[ $(kstat_pool $TESTPOOL state) == "SUSPENDED" ]] ; do
74 # pool suspended. syncfs() in the background, as it may block
90 log_note "syncfs() returned while pool was suspended"
109 # if it returned when the pool was suspended, it must not claim success. if
110 # it blocked and returned after the pool suspended, then we don't care about
115 log_pass "syncfs() does not return success while the pool is suspended"
/freebsd/contrib/llvm-project/libcxx/include/__coroutine/
H A Dcoroutine_handle.h58 _LIBCPP_ASSERT_VALID_EXTERNAL_API_CALL(__is_suspended(), "done() can be called only on suspended coroutines");
66 _LIBCPP_ASSERT_VALID_EXTERNAL_API_CALL(__is_suspended(), "resume() can be called only on suspended coroutines");
72 _LIBCPP_ASSERT_VALID_EXTERNAL_API_CALL(__is_suspended(), "destroy() can be called only on suspended coroutines");
78 // FIXME actually implement a check for if the coro is suspended.
133 _LIBCPP_ASSERT_VALID_EXTERNAL_API_CALL(__is_suspended(), "done() can be called only on suspended coroutines");
141 _LIBCPP_ASSERT_VALID_EXTERNAL_API_CALL(__is_suspended(), "resume() can be called only on suspended coroutines");
147 _LIBCPP_ASSERT_VALID_EXTERNAL_API_CALL(__is_suspended(), "destroy() can be called only on suspended coroutines");
158 // FIXME actually implement a check for if the coro is suspended.
/freebsd/lib/libsys/
H A Dthr_suspend.248 being suspended, or
57 system call puts the calling thread in a suspended state, where it is
64 or by the delivery of a signal to the suspended thread.
70 the suspended state can be only terminated by explicit
78 call, the thread is not put into a suspended state.
H A Dthr_wake.233 .Nd wake up the suspended thread
48 being suspended, or
73 woken up if suspended by the
76 If the thread is not suspended at the time of the
/freebsd/lib/libdevctl/
H A Ddevctl.3163 function resumes a suspended device to a fully working state.
231 If false, the device is suspended before the reset, and resumed after.
324 The device is already suspended.
326 The device to be suspended is the root bus device.
334 The device is not suspended.
430 If a device is suspended individually via
432 and the entire machine is subsequently suspended,
435 Similarly, if the device is suspended, and
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/failmode/
H A Dfailmode_dmu_tx_continue.ksh65 until [[ $(kstat_pool $TESTPOOL state) == "SUSPENDED" ]] ; do
73 typeset -i suspended=$(kstat dmu_tx.dmu_tx_suspended)
82 log_note "dd exited while pool suspended"
97 # confirm that dd failed when the pool suspended
98 log_must test $suspended -ne 0
H A Dfailmode_dmu_tx_wait.ksh65 until [[ $(kstat_pool $TESTPOOL state) == "SUSPENDED" ]] ; do
73 typeset -i suspended=$(kstat dmu_tx.dmu_tx_suspended)
82 log_note "dd exited while pool suspended!"
95 log_must test $suspended -ne 0
H A Dfailmode.kshlib98 until [[ $(kstat_pool $TESTPOOL state) == "SUSPENDED" ]] ; do
115 log_note "$helper: exited while pool suspended"
133 # - sync op blocked when the pool suspended
141 # - helper exited when the pool suspended
/freebsd/contrib/tcsh/nls/C/
H A Dset248 46 Suspended (signal)
50 48 Suspended
53 51 Suspended (tty input)
55 53 Suspended (tty output)
/freebsd/contrib/tcsh/nls/russian/
H A Dset248 46 Suspended (signal)
50 48 Suspended
53 51 Suspended (tty input)
55 53 Suspended (tty output)
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dmmp.c93 * is suspended and no further writes will occur.
95 * Note that resuming the suspended pool on the remote host would invalidate
180 * When zfs_multihost_fail_intervals > 0, the pool will be suspended if
186 * pool to be suspended.
548 boolean_t suspended = spa_suspended(spa); in mmp_thread() local
584 last_spa_suspended = suspended; in mmp_thread()
586 suspended = spa_suspended(spa); in mmp_thread()
597 /* Smooth so pool is not suspended when reducing tunables */ in mmp_thread()
632 * MMP off => on, or suspended => !suspended: in mmp_thread()
637 (last_spa_suspended && !suspended)) { in mmp_thread()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_trim/
H A Dzpool_trim_rate.ksh33 # 3. Verify the TRIM can be suspended.
65 log_must eval "trim_prog_line $TESTPOOL $LARGEFILE | grep suspended"
73 log_must eval "trim_prog_line $TESTPOOL $LARGEFILE | grep suspended"
81 log_must eval "trim_prog_line $TESTPOOL $LARGEFILE | grep suspended"
H A Dzpool_trim_import_export.ksh38 # 8. Verify that progress does not regress but trimming is still suspended.
72 log_mustnot eval "trim_prog_line $TESTPOOL $LARGEFILE | grep suspended"
87 log_must eval "trim_prog_line $TESTPOOL $LARGEFILE | grep suspended"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/
H A Dsuspend_resume_single.ksh65 until [[ $(kstat_pool $TESTPOOL state) == "SUSPENDED" ]] ; do
84 # if the pool suspended, then everything is bad
85 if [[ $(kstat_pool $TESTPOOL state) == "SUSPENDED" ]] ; then
86 log_fail "pool suspended"
/freebsd/usr.sbin/devctl/
H A Ddevctl.8133 Resume a suspended device to a fully working state.
201 Drivers for the devices being reset are suspended around the reset.
217 If you have detached or suspended a child device explicitly and then
248 of the manually detached or suspended devices after reset.
250 suspended devices after system resume.
/freebsd/contrib/pf/pflogd/
H A Dpflogd.c117 static int suspended = -1; variable
123 if (suspended == s) in set_suspended()
126 suspended = s; in set_suspended()
128 suspended ? "suspended" : "running", in set_suspended()
494 if (suspended) {
535 logmsg(LOG_ERR, "Logging suspended: fwrite: %s", strerror(errno));
550 logmsg(LOG_ERR, "Logging suspended: ftello: %s",
557 logmsg(LOG_ERR, "Logging suspended: fwrite: %s",
604 if (suspended) {
768 logmsg(LOG_ERR, "Logging suspended: open error");
[all …]
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_if.m182 * Mark a resource as 'suspended', gauranteeing to the bridge that no
189 * Requests to suspend a suspended resource will be ignored.
195 * @param r The resource to be suspended.
205 * Attempt to re-enable a resource previously suspended by
212 * Requests to resume a non-suspended resource will be ignored.
218 * @param r The resource to be suspended.
/freebsd/share/man/man4/man4.i386/
H A Dapm.432 When the system wakes up from suspended mode,
36 When the system wakes up from suspended mode,
40 comprising of system wakeup time and elapsed time during suspended mode.
151 be suspended
/freebsd/share/man/man3/
H A Dpthread_resume_np.330 .Nd resume suspended thread
40 function, called on a suspended thread, causes it to resume.
43 argument is not suspended, no actions will be performed.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_initialize/
H A Dzpool_initialize_uninit.ksh110 status_check_all $TESTPOOL "suspended"
122 status_check $TESTPOOL "uninitialized" "suspended" "[[:digit:]]* initialized"
125 status_check $TESTPOOL "uninitialized" "suspended" "[[:digit:]]* initialized"
137 status_check_all $TESTPOOL "suspended"
H A Dzpool_initialize_import_export.ksh42 # 8. Verify that progress does not regress but initializing is still suspended.
62 log_mustnot eval "initialize_prog_line $TESTPOOL $DISK1 | grep suspended"
77 log_must eval "initialize_prog_line $TESTPOOL $DISK1 | grep suspended"
/freebsd/share/doc/usd/04.csh/
H A Dcsh.2577 Jobs; Background, Foreground, or Suspended
663 .I suspended.
665 jobs can be suspended or running in the background at once. As each job
692 .I suspended
695 foreground job. A background job can become suspended by using the
697 command described below. When jobs are suspended they merely stop
725 the suspended job. Also, foreground jobs can be suspended and then
776 suspended job. With the `\-l' option the process numbers are also
799 command runs a suspended or background job in the foreground. It is
800 used to restart a previously suspended job or change a background job
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/procfs/
H A Dpool_state.ksh38 # 7. Check that pool is SUSPENDED
84 # $2: expected state ("ONLINE", "DEGRADED", "SUSPENDED", etc)
142 # background since the command will hang when the pool gets suspended. The
151 log_must check_all $TESTPOOL2 "SUSPENDED"
/freebsd/contrib/tcsh/
H A Dsh.init.c576 # ifdef SUSPENDED in mesginit()
577 mesg[SIGSTOP].pname = CSAVS(2, 46, "Suspended (signal)"); in mesginit()
578 # else /* !SUSPENDED */ in mesginit()
580 # endif /* SUSPENDED */ in mesginit()
587 # ifdef SUSPENDED in mesginit()
588 mesg[SIGTSTP].pname = CSAVS(2, 48, "Suspended"); in mesginit()
589 # else /* !SUSPENDED */ in mesginit()
591 # endif /* SUSPENDED */ in mesginit()
605 # ifdef SUSPENDED in mesginit()
606 mesg[SIGTTIN].pname = CSAVS(2, 51, "Suspended (tty input)"); in mesginit()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp_write_slow_disk.ksh48 if [[ $(zpool list -H -o health $MMP_POOL) == "SUSPENDED" ]]; then
93 # Expect that the pool was not suspended
97 [[ "$health" == "SUSPENDED" ]] && log_fail "$MMP_POOL $health unexpected"

12345678910>>...19