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

/freebsd-11-stable/contrib/pf/pflogd/
H A Dpflogd.c109 static int suspended = -1; variable
115 if (suspended == s)
118 suspended = s;
120 suspended ? "suspended" : "running",
486 if (suspended) {
527 logmsg(LOG_ERR, "Logging suspended: fwrite: %s", strerror(errno));
542 logmsg(LOG_ERR, "Logging suspended: ftello: %s",
549 logmsg(LOG_ERR, "Logging suspended: fwrite: %s",
596 if (suspended) {
[all...]
/freebsd-11-stable/cddl/compat/opensolaris/misc/
H A Dthread_pool.c155 /* can't abandon a suspended pool */
383 int suspended; local
386 suspended = (tpool->tp_flags & TP_SUSPEND) != 0;
389 return (suspended);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_status.c205 uint64_t suspended; local
263 * Check whether the pool has suspended due to failed I/O.
266 &suspended) == 0) {
267 if (suspended == ZIO_FAILURE_MODE_CONTINUE)
/freebsd-11-stable/sys/dev/fxp/
H A Dif_fxpvar.h216 int suspended; /* 0 = normal 1 = suspended or dead */ member in struct:fxp_softc
H A Dif_fxp.c1089 sc->suspended = 1;
1127 sc->suspended = 0;
1389 * going again if suspended.
1722 if (sc->suspended) {
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_ratelim.c361 and sees that its group is suspended.)
569 int reinit = 0, suspended = 0; local
619 suspended=1;
625 suspended = 1;
628 if (suspended)
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_vfsops.c1547 int suspended; local
1555 suspended = 0;
1658 suspended = 1;
1665 (error = ffs_sbupdate(ump, waitfor, suspended)) != 0)
1925 ffs_sbupdate(ump, waitfor, suspended)
1928 int suspended;
1959 if (suspended)
1994 if (suspended)
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_drv.c592 dev_priv->mm.suspended = 0;
898 !dev_priv->mm.suspended) {
902 dev_priv->mm.suspended = 0;
H A Di915_gem.c2320 if (!dev_priv->mm.suspended) {
2537 if (!dev_priv->mm.suspended && !idle)
4126 if (dev_priv->mm.suspended) {
4146 * And not confound mm.suspended!
4148 dev_priv->mm.suspended = 1;
4375 dev_priv->mm.suspended = 0;
4395 dev_priv->mm.suspended = 1;
H A Di915_dma.c1337 dev_priv->mm.suspended = 0;
1626 /* Start out suspended */
1627 dev_priv->mm.suspended = 1;
H A Di915_gem_execbuffer.c989 if (dev_priv->mm.suspended) {
H A Di915_drv.h844 int suspended; member in struct:drm_i915_private::__anon9876
/freebsd-11-stable/sys/dev/rl/
H A Dif_rl.c890 sc->suspended = 1;
1495 if (sc->suspended)
1969 sc->suspended = 1;
2014 sc->suspended = 0;
H A Dif_rlreg.h905 int suspended; /* 0 = normal 1 = suspended */ member in struct:rl_softc
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dataset.c1588 nvlist_t *suspended = NULL; local
1602 suspended = fnvlist_alloc();
1620 fnvlist_add_uint64(suspended, fsname,
1636 if (suspended != NULL) {
1637 for (pair = nvlist_next_nvpair(suspended, NULL); pair != NULL;
1638 pair = nvlist_next_nvpair(suspended, pair)) {
1642 fnvlist_free(suspended);
H A Ddsl_scan.c2508 * If we were suspended, continue from here. Note if the
2509 * ds we were suspended on was deleted, the zb_objset may
2519 * In case we suspended right at the end of the ds, zero the
2635 boolean_t suspended = B_FALSE; local
2641 suspended = B_TRUE;
2656 return (suspended);
2771 boolean_t suspended = B_FALSE; local
2826 suspended = scan_io_queue_issue(queue, &sio_list);
2829 if (suspended)
2835 if (suspended)
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Di915_drv.h304 int suspended; member in struct:drm_i915_private::__anon9782
/freebsd-11-stable/sys/amd64/include/
H A Dvmm.h656 } suspended; member in union:vm_exit::__anon4079
/freebsd-11-stable/sys/dev/dc/
H A Dif_dcreg.h777 int suspended; /* 0 = normal 1 = suspended */ member in struct:dc_softc
H A Dif_dc.c3292 if (sc->suspended)
4041 sc->suspended = 1;
4066 sc->suspended = 0;
/freebsd-11-stable/sys/dev/re/
H A Dif_re.c1771 sc->suspended = 1;
2579 if (sc->suspended ||
3698 sc->suspended = 1;
3737 sc->suspended = 0;
/freebsd-11-stable/usr.sbin/bhyve/
H A Dbhyverun.c772 how = vmexit->u.suspended.how;
/freebsd-11-stable/sys/kern/
H A Dvfs_subr.c1310 * Don't recycle if its filesystem is being suspended.
1359 getnewvnode_wait(int suspended) argument
1364 if (suspended) {
1366 * The file system is being suspended. We cannot
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm.c154 volatile cpuset_t suspended_cpus; /* (i) suspended vcpus */
567 * A virtual machine can be reset only if all vcpus are suspended.
1509 * Wait until all 'active_cpus' have suspended themselves.
1511 * Since a VM may be suspended at any time including when one or
1518 VCPU_CTR0(vm, vcpuid, "All vcpus suspended");
1571 VM_CTR2(vm, "virtual machine already suspended %d/%d",
1576 VM_CTR1(vm, "virtual machine successfully suspended %d", how);
1579 * Notify all active vcpus that they are now suspended.
1601 vmexit->u.suspended.how = vm->suspend;
/freebsd-11-stable/sys/dev/mlx5/
H A Dmlx5_ifc.h2038 u8 suspended[0x1]; member in struct:mlx5_ifc_qpc_bits

Completed in 361 milliseconds