Home
last modified time | relevance | path

Searched refs:suspended (Results 1 – 25 of 60) sorted by relevance

123

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dmmp.c567 boolean_t suspended = spa_suspended(spa); in mmp_thread() local
574 boolean_t last_spa_suspended = suspended; in mmp_thread()
591 last_spa_suspended = suspended; in mmp_thread()
593 suspended = spa_suspended(spa); in mmp_thread()
643 (last_spa_suspended && !suspended)) { in mmp_thread()
648 last_spa_suspended, suspended); in mmp_thread()
669 if (multihost && !suspended && mmp_fail_intervals && in mmp_thread()
688 if (multihost && !suspended) in mmp_thread()
Ddsl_scan.c2630 boolean_t suspended = B_FALSE; in scan_io_queue_issue() local
2636 suspended = B_TRUE; in scan_io_queue_issue()
2651 return (suspended); in scan_io_queue_issue()
2766 boolean_t suspended = B_FALSE; in scan_io_queues_run_one() local
2821 suspended = scan_io_queue_issue(queue, &sio_list); in scan_io_queues_run_one()
2824 if (suspended) in scan_io_queues_run_one()
2830 if (suspended) in scan_io_queues_run_one()
Ddsl_dataset.c1595 nvlist_t *suspended = NULL; in dsl_dataset_snapshot() local
1609 suspended = fnvlist_alloc(); in dsl_dataset_snapshot()
1627 fnvlist_add_uint64(suspended, fsname, in dsl_dataset_snapshot()
1643 if (suspended != NULL) { in dsl_dataset_snapshot()
1644 for (pair = nvlist_next_nvpair(suspended, NULL); pair != NULL; in dsl_dataset_snapshot()
1645 pair = nvlist_next_nvpair(suspended, pair)) { in dsl_dataset_snapshot()
1649 fnvlist_free(suspended); in dsl_dataset_snapshot()
/freebsd-12-stable/contrib/pf/pflogd/
Dpflogd.c109 static int suspended = -1; variable
115 if (suspended == s) in set_suspended()
118 suspended = s; in set_suspended()
120 suspended ? "suspended" : "running", in set_suspended()
486 if (suspended) {
596 if (suspended) {
/freebsd-12-stable/sys/dev/bhnd/bhndb/
Dbhndb_if.m183 * Mark a resource as 'suspended', gauranteeing to the bridge that no
190 * Requests to suspend a suspended resource will be ignored.
196 * @param r The resource to be suspended.
206 * Attempt to re-enable a resource previously suspended by
213 * Requests to resume a non-suspended resource will be ignored.
219 * @param r The resource to be suspended.
/freebsd-12-stable/sys/gnu/dts/arm/
Dimx6qdl-nit6xlite.dtsi90 retain-state-suspended;
96 retain-state-suspended;
102 retain-state-suspended;
108 retain-state-suspended;
114 retain-state-suspended;
Dimx6qdl-nitrogen6_max.dtsi186 retain-state-suspended;
192 retain-state-suspended;
/freebsd-12-stable/contrib/llvm-project/libcxx/include/experimental/
Dcoroutine118 "resume() can only be called on suspended coroutines");
127 "destroy() can only be called on suspended coroutines");
134 "done() can only be called on suspended coroutines");
161 // FIXME actually implement a check for if the coro is suspended.
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs_status.c221 uint64_t suspended; in check_status() local
303 &suspended) == 0) { in check_status()
310 if (suspended == ZIO_FAILURE_MODE_CONTINUE) in check_status()
/freebsd-12-stable/cddl/compat/opensolaris/misc/
Dthread_pool.c383 int suspended; in tpool_suspended() local
386 suspended = (tpool->tp_flags & TP_SUSPEND) != 0; in tpool_suspended()
389 return (suspended); in tpool_suspended()
/freebsd-12-stable/contrib/tcsh/nls/C/
Dset1714 12 %S: Already suspended\n
Dset167 65 %sThere are suspended jobs
/freebsd-12-stable/sys/ufs/ffs/
Dffs_vfsops.c1515 int suspended; local
1523 suspended = 0;
1626 suspended = 1;
1633 (error = ffs_sbupdate(ump, waitfor, suspended)) != 0)
1894 int suspended; member
1902 ffs_sbupdate(ump, waitfor, suspended) in ffs_sbupdate() argument
1905 int suspended;
1927 devfd.suspended = suspended;
1953 if (devfdp->suspended) in ffs_use_bwrite()
1985 if (devfdp->suspended) in ffs_use_bwrite()
/freebsd-12-stable/contrib/tcsh/
DNewThings164 are displayed when a new job is suspended. [Idea from the mtXinu
167 set listjobs=long, jobs -l is executed every time a job is suspended.
168 set listjobs=short, jobs is executed every time a job is suspended.
/freebsd-12-stable/contrib/libevent/
Dbufferevent_ratelim.c568 int reinit = 0, suspended = 0; in bufferevent_set_rate_limit() local
618 suspended=1; in bufferevent_set_rate_limit()
624 suspended = 1; in bufferevent_set_rate_limit()
627 if (suspended) in bufferevent_set_rate_limit()
/freebsd-12-stable/contrib/ntp/sntp/libevent/
Dbufferevent_ratelim.c568 int reinit = 0, suspended = 0; in bufferevent_set_rate_limit() local
618 suspended=1; in bufferevent_set_rate_limit()
624 suspended = 1; in bufferevent_set_rate_limit()
627 if (suspended) in bufferevent_set_rate_limit()
/freebsd-12-stable/sys/dev/fxp/
Dif_fxpvar.h218 int suspended; /* 0 = normal 1 = suspended or dead */ member
/freebsd-12-stable/sys/gnu/dts/arm64/amlogic/
Dmeson-gxm-rbox-pro.dts49 retain-state-suspended;
/freebsd-12-stable/sys/dev/drm2/i915/
Di915_drv.c592 dev_priv->mm.suspended = 0; in __i915_drm_thaw()
898 !dev_priv->mm.suspended) { in i915_reset()
902 dev_priv->mm.suspended = 0; in i915_reset()
Di915_gem.c2322 if (!dev_priv->mm.suspended) { in i915_add_request()
2539 if (!dev_priv->mm.suspended && !idle) in i915_gem_retire_work_handler()
4128 if (dev_priv->mm.suspended) { in i915_gem_idle()
4150 dev_priv->mm.suspended = 1; in i915_gem_idle()
4377 dev_priv->mm.suspended = 0; in i915_gem_entervt_ioctl()
4397 dev_priv->mm.suspended = 1; in i915_gem_entervt_ioctl()
/freebsd-12-stable/crypto/openssl/doc/man3/
DSSL_CTX_set_cert_cb.pod32 indicate, that the handshake was suspended. The next call to the handshake
DSSL_CTX_set_client_cert_cb.pod37 suspended. The next call to the handshake function will again lead to the call
DSSL_CTX_set_client_hello_cb.pod34 SSL_ERROR_WANT_CLIENT_HELLO_CB to indicate that the handshake was suspended.
/freebsd-12-stable/sys/dev/rl/
Dif_rl.c892 sc->suspended = 1; in rl_detach()
1497 if (sc->suspended) in rl_intr()
1971 sc->suspended = 1; in rl_suspend()
2016 sc->suspended = 0; in rl_resume()
/freebsd-12-stable/sys/gnu/dts/arm64/rockchip/
Drk3399-gru-kevin.dts191 powered-while-suspended;

123