Searched refs:cancelled (Results 1 - 13 of 13) sorted by path

/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dcallout.cc103 bool cancelled(false);
108 cancelled = Stop();
143 return (cancelled);
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c1972 __K8MASK(cancelled, 4),
/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_ndis.c1231 NdisMCancelTimer(timer, cancelled)
1233 uint8_t *cancelled;
1236 *cancelled = KeCancelTimer(&timer->nt_ktimer);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp107 bool cancelled = flag.wait_cancellable_nosleep( local
109 if (cancelled)
216 bool cancelled = flag.wait_cancellable_nosleep( local
218 if (cancelled) {
1290 Returns 0 if not cancelled, 1 if cancelled. */
1301 is_cancellable<cancellable> cancelled; local
1391 cancelled = __kmp_linear_barrier_gather_cancellable(
1425 if (__kmp_tasking_mode != tskm_immediate_exec && !cancelled) {
1501 if ((status == 1 || !is_split) && !cancelled) {
1606 int cancelled = __kmp_barrier_template<true>(bs_plain_barrier, gtid, FALSE, local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcmdline.c1796 /* Flags to see if we've been cancelled by the client or not. */
1797 static volatile sig_atomic_t cancelled = FALSE; variable
1822 cancelled = TRUE;
1837 if (cancelled)
1880 if (cancelled && signum_cancelled)
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dcontext.h155 /** was this query cancelled (for bg worker) */
156 int cancelled; member in struct:ctx_query
H A Dlibunbound.c556 if(q->cancelled) {
858 q->cancelled = 1;
H A Dlibworker.c292 q->cancelled = 1;
647 int cancelled = q->cancelled; local
657 if(!cancelled) {
771 if(q->cancelled || q->w->back->want_to_quit) {
781 /* cancelled, do not give answer */
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dscan.c1312 int cancelled; local
1314 cancelled = eloop_cancel_timeout_one(wpa_supplicant_scan, wpa_s, NULL,
1319 if (cancelled && os_reltime_before(&remaining, &new_int)) {
1324 if (cancelled) {
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzthr.c76 * but not while running func. This way the zthr can be cancelled
94 * ZTHR threads must be cancelled when their SPA is being exported
130 * zthr_resume(), just like it would if it was cancelled by some other
155 * cancelled? +---------> checkfunc?
270 * Note: If the zthr is not running (e.g. has been cancelled
322 boolean_t cancelled; local
327 cancelled = t->zthr_cancel;
330 return (cancelled);
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_work.c313 * cancelled. Else the work was already cancelled.
352 * functions returns true when the timeout was cancelled. Else the
358 bool cancelled; local
361 cancelled = (callout_stop(&dwork->timer.callout) == 1);
367 return (cancelled);
373 * successfully cancelled. Else the work may still be busy or already
374 * cancelled.
413 * cancelled. Else the work was already cancelled
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_timeout.c693 * The callout may have been cancelled
804 "deferred cancelled %p func %p arg %p",
1020 int cancelled, direct; local
1023 cancelled = 0;
1063 cancelled = cc_exec_cancel(cc, direct) = true;
1070 cancelled ? "cancelled" : "failed to cancel",
1073 return (cancelled);
1089 cancelled = 1;
1091 return (cancelled);
1180 int cancelled, not_on_a_list; local
[all...]
H A Dvfs_aio.c579 int cancelled; local
591 * cancelled. The job should be in active use by a caller who
611 cancelled = job->uaiocb._aiocb_private.error == ECANCELED;
618 * only counted as cancelled if the request is
619 * cancelled when the callback returns.
621 cancelled = 0;
623 return (cancelled);
1967 int cancelled = 0; local
1995 cancelled++;
2009 if (cancelled) {
[all...]

Completed in 385 milliseconds