Home
last modified time | relevance | path

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

123456

/netbsd/sys/dev/raidframe/
H A Drf_states.c100 int suspended = RF_FALSE; in rf_ContinueRaidAccess() local
121 suspended = rf_State_Map(desc); in rf_ContinueRaidAccess()
124 suspended = rf_State_Lock(desc); in rf_ContinueRaidAccess()
280 int suspended = RF_FALSE; in rf_State_Quiesce() local
313 suspended = RF_TRUE; in rf_State_Quiesce()
329 if (suspended && rf_quiesceDebug) in rf_State_Quiesce()
333 return suspended; in rf_State_Quiesce()
372 int suspended = RF_FALSE; in rf_State_Lock() local
395 suspended = RF_TRUE; in rf_State_Lock()
410 suspended = RF_TRUE; in rf_State_Lock()
[all …]
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dnanosleep.c55 static sig_atomic_t volatile suspended; variable
62 suspended = 1; in sighandler()
111 suspended = 0; in rpl_nanosleep()
115 if (suspended) in rpl_nanosleep()
126 return suspended; in rpl_nanosleep()
/netbsd/external/gpl2/lvm2/dist/udev/
H A D10-dm.rules.in14 # DM_SUSPENDED - suspended state of DM device (0 or 1)
50 # suspended state if the "dm" subdirectory is not present.
51 # The "suspended" item was added even later (kernels >= 2.6.31),
54 …V{DM_NAME}="$attr{dm/name}", ENV{DM_UUID}="$attr{dm/uuid}", ENV{DM_SUSPENDED}="$attr{dm/suspended}"
55 …M_SBIN_PATH}/dmsetup info -j %M -m %m -c --nameprefixes --noheadings --rows -o name,uuid,suspended"
56 …m}="$env{DM_SBIN_PATH}/dmsetup info -j %M -m %m -c --nameprefixes --noheadings --rows -o suspended"
58 # dmsetup tool provides suspended state information in textual
H A D13-dm-disk.rules10 # suspended.
/netbsd/external/gpl2/send-pr/dist/send-pr/
H A Dstates.texi45 @item suspended
46 @cindex @emph{suspended} state
47 @cindex state---@dfn{suspended}
52 rather than suspended.
/netbsd/external/gpl3/gdb/dist/gdb/nat/
H A Dwindows-nat.c58 if (suspended != 0) in suspend()
74 suspended = -1; in suspend()
77 suspended = 1; in suspend()
83 if (suspended > 0) in resume()
94 suspended = 0; in resume()
H A Dwindows-nat.h68 int suspended = 0; member
/netbsd/external/gpl3/gdb.old/dist/gdb/nat/
H A Dwindows-nat.c58 if (suspended != 0) in suspend()
74 suspended = -1; in suspend()
77 suspended = 1; in suspend()
83 if (suspended > 0) in resume()
94 suspended = 0; in resume()
H A Dwindows-nat.h68 int suspended = 0; member
/netbsd/sys/miscfs/procfs/
H A Dprocfs_subr.c378 bool suspended; in procfs_revoke_vnodes() local
386 suspended = false; in procfs_revoke_vnodes()
394 while (! suspended) { in procfs_revoke_vnodes()
397 suspended = true; in procfs_revoke_vnodes()
406 if (suspended) in procfs_revoke_vnodes()
/netbsd/dist/pf/sbin/pflogd/
H A Dpflogd.c107 static int suspended = -1; variable
113 if (suspended == s) in set_suspended()
116 suspended = s; in set_suspended()
118 suspended ? "suspended" : "running", in set_suspended()
460 if (suspended) {
571 if (suspended) {
/netbsd/external/bsd/openldap/dist/doc/devel/lloadd/
H A Ddesign.md60 - check upstream is not write-suspended, if it is ...
89 - create a PDU, send (marking upstream suspended if not written in full)
94 - upstream write (only when suspended):
112 - client write ready (only checked for when suspended):
117 - on successfully flushing them, walk through suspended upstreams, picking
120 - if we successfully flushed all suspended upstreams, unsuspend client
123 - look up pending ops, try to write to clients, mark clients suspended that
171 - (if a connection is suspended or connections are over 75 % op limit, schedule
190 - work threads can put their fd back in if they deem necessary (=not suspended)
266 requests from live clients (those that are suspended are due to their own
[all …]
/netbsd/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dlvm-functions.c63 static int suspended = 0; variable
368 if (lvi.suspended) in do_activate_lv()
500 suspended++; in do_lock_lv()
507 suspended--; in do_lock_lv()
781 DEBUGLOG("Triggering backup of VG metadata for %s. suspended=%d\n", vgname, suspended); in lvm_do_backup()
/netbsd/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_runtime_pm.h56 bool suspended; member
100 WARN_ONCE(rpm->suspended, in assert_rpm_device_not_suspended()
/netbsd/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dimx6qdl-nit6xlite.dtsi90 retain-state-suspended;
96 retain-state-suspended;
102 retain-state-suspended;
108 retain-state-suspended;
114 retain-state-suspended;
/netbsd/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_status.c205 uint64_t suspended; in check_status() local
266 &suspended) == 0) { in check_status()
267 if (suspended == ZIO_FAILURE_MODE_CONTINUE) in check_status()
/netbsd/external/apache2/llvm/dist/libcxx/include/experimental/
H A 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.
/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-low.cc623 new_lwp->suspended = 1; in handle_extended_wait()
1884 lwp->suspended++; in lwp_suspended_inc()
1900 lwp->suspended--; in lwp_suspended_decr()
1902 if (lwp->suspended < 0) in lwp_suspended_decr()
1908 lwp->suspended); in lwp_suspended_decr()
2477 && !lp->suspended in resume_stopped_resumed_lwps()
3898 if (lwp->suspended != 0) in stuck_in_jump_pad()
4171 lwp->suspended); in resume_one_lwp_throw()
4497 if (lwp->suspended) in thread_needs_step_over()
4611 lwp->suspended); in start_step_over()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-low.cc623 new_lwp->suspended = 1; in handle_extended_wait()
1884 lwp->suspended++; in lwp_suspended_inc()
1900 lwp->suspended--; in lwp_suspended_decr()
1902 if (lwp->suspended < 0) in lwp_suspended_decr()
1908 lwp->suspended); in lwp_suspended_decr()
2477 && !lp->suspended in resume_stopped_resumed_lwps()
3898 if (lwp->suspended != 0) in stuck_in_jump_pad()
4171 lwp->suspended); in resume_one_lwp_throw()
4497 if (lwp->suspended) in thread_needs_step_over()
4611 lwp->suspended); in start_step_over()
[all …]
/netbsd/external/cddl/osnet/lib/libzfs/
H A Dthread_pool.c381 int suspended; in tpool_suspended() local
384 suspended = (tpool->tp_flags & TP_SUSPEND) != 0; in tpool_suspended()
387 return (suspended); in tpool_suspended()
/netbsd/bin/ps/
H A Dps.c554 int i, onproc, running, sleeping, stopped, suspended; in pick_representative_lwp() local
568 onproc = running = sleeping = stopped = suspended = -1; in pick_representative_lwp()
584 suspended = i; in pick_representative_lwp()
596 if (suspended != -1) in pick_representative_lwp()
597 return &kl[suspended]; in pick_representative_lwp()
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DCoroutines.rst19 When a suspend point is reached, the execution of a coroutine is suspended and
20 control is returned back to its caller. A suspended coroutine can be resumed
24 coroutine itself) that returns a handle to a suspended coroutine
46 while suspended.
550 when coroutine is prepared for resumption and when it is suspended.
777 The '``llvm.coro.destroy``' intrinsic destroys a suspended
783 The argument is a coroutine handle to a suspended coroutine.
810 The argument is a handle to a suspended coroutine.
832 The '``llvm.coro.done``' intrinsic checks whether a suspended
838 The argument is a handle to a suspended coroutine.
[all …]
/netbsd/external/gpl2/lvm2/dist/lib/activate/
H A Dactivate.c468 info->suspended = dminfo.suspended; in _lv_info()
879 if (!info.exists || info.suspended) { in _lv_suspend()
952 if (!info.exists || !info.suspended) { in _lv_resume()
1132 if (info.exists && !info.suspended && info.live_table) { in _lv_activate()
H A Dactivate.h25 int suspended; member
/netbsd/usr.bin/make/
H A Djob.h161 bool suspended; member

123456