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

12

/freebsd-current/contrib/bmake/
H A Djob.h159 bool suspended; member in struct:Job
H A Djob.c708 * SIGCHLD for any processes that actually suspended themselves.
715 * collect the child 'suspended' events.
2076 job->suspended = true;
2704 (make_suspended || job->suspended)) {
2707 if (job->suspended) {
2712 job->suspended = false;
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dmmp.c92 * is suspended and no further writes will occur.
94 * Note that resuming the suspended pool on the remote host would invalidate
179 * When zfs_multihost_fail_intervals > 0, the pool will be suspended if
185 * pool to be suspended.
547 boolean_t suspended = spa_suspended(spa); local
583 last_spa_suspended = suspended;
585 suspended = spa_suspended(spa);
596 /* Smooth so pool is not suspended when reducing tunables */
631 * MMP off => on, or suspended => !suspended
[all...]
H A Ddsl_dataset.c1911 nvlist_t *suspended = NULL; local
1925 suspended = fnvlist_alloc();
1943 fnvlist_add_uint64(suspended, fsname,
1960 if (suspended != NULL) {
1961 for (pair = nvlist_next_nvpair(suspended, NULL); pair != NULL;
1962 pair = nvlist_next_nvpair(suspended, pair)) {
1966 fnvlist_free(suspended);
H A Ddsl_scan.c3086 * If we were suspended, continue from here. Note if the
3087 * ds we were suspended on was deleted, the zb_objset may
3097 * In case we suspended right at the end of the ds, zero the
3208 boolean_t suspended = B_FALSE; local
3214 suspended = B_TRUE;
3225 return (suspended);
3378 boolean_t suspended = B_FALSE; local
3435 suspended = scan_io_queue_issue(queue, &sio_list);
3438 if (suspended)
3445 if (suspended)
[all...]
/freebsd-current/contrib/pf/pflogd/
H A Dpflogd.c106 static int suspended = -1; variable
112 if (suspended == s)
115 suspended = s;
117 suspended ? "suspended" : "running",
483 if (suspended) {
524 logmsg(LOG_ERR, "Logging suspended: fwrite: %s", strerror(errno));
539 logmsg(LOG_ERR, "Logging suspended: ftello: %s",
546 logmsg(LOG_ERR, "Logging suspended: fwrite: %s",
593 if (suspended) {
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_status.c226 uint64_t suspended; local
346 * Check whether the pool has suspended.
349 &suspended) == 0) {
356 if (suspended == ZIO_FAILURE_MODE_CONTINUE)
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dusb.c264 pm->suspended = true;
277 pm->suspended = false;
319 pm->suspended = false;
H A Dsdio.c212 pm->suspended = true;
269 pm->suspended = false;
302 pm->suspended = false;
H A Dpci.c406 pm->suspended = true;
464 pm->suspended = false;
514 pm->suspended = false;
/freebsd-current/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c169 /* can't abandon a suspended pool */
560 int suspended; local
565 suspended = (tpool->tp_flags & TP_SUSPEND) != 0;
568 return (suspended);
/freebsd-current/sys/dev/fxp/
H A Dif_fxpvar.h216 int suspended; /* 0 = normal 1 = suspended or dead */ member in struct:fxp_softc
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_coroutine.lua59 assert(type(f) == "thread" and coroutine.status(f) == "suspended")
63 assert(s and a == nil and coroutine.status(f) == "suspended")
H A Dtst.lib_table.lua36 if res[1] and coroutine.status(co) == "suspended" then
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dbufferevent_ratelim.c361 and sees that its group is suspended.)
568 int reinit = 0, suspended = 0; local
618 suspended=1;
624 suspended = 1;
627 if (suspended)
/freebsd-current/contrib/libevent/
H A Dbufferevent_ratelim.c361 and sees that its group is suspended.)
568 int reinit = 0, suspended = 0; local
618 suspended=1;
624 suspended = 1;
627 if (suspended)
/freebsd-current/usr.sbin/bhyve/aarch64/
H A Dvmexit.c110 how = vme->u.suspended.how;
/freebsd-current/sys/ufs/ffs/
H A Dffs_vfsops.c1683 int suspended; local
1691 suspended = 0;
1804 suspended = 1;
1811 (error = ffs_sbupdate(ump, waitfor, suspended)) != 0)
2145 int suspended; member in struct:devfd
2153 ffs_sbupdate(struct ufsmount *ump, int waitfor, int suspended) argument
2175 devfd.suspended = suspended;
2201 if (devfdp->suspended)
2242 if (devfdp->suspended)
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac.h92 bool suspended:1; member in struct:mt76_connac_pm
H A Dmt792x_mac.c282 if (pm->suspended)
H A Dmt76_connac_mac.c44 if (pm->suspended)
70 if (pm->suspended)
/freebsd-current/sys/arm64/include/
H A Dvmm.h362 } suspended; member in union:vm_exit::__anon139
/freebsd-current/sys/dev/rl/
H A Dif_rl.c888 sc->suspended = 1;
1493 if (sc->suspended)
1966 sc->suspended = 1;
2011 sc->suspended = 0;
/freebsd-current/usr.sbin/bhyve/amd64/
H A Dvmexit.c400 how = vme->u.suspended.how;
/freebsd-current/sys/amd64/include/
H A Dvmm.h764 } suspended; member in union:vm_exit::__anon16

Completed in 520 milliseconds

12