Home
last modified time | relevance | path

Searched refs:cancelled (Results 1 – 25 of 40) sorted by relevance

12

/freebsd/sys/kern/
H A Dkern_timeout.c944 int cancelled, direct; in callout_reset_sbt_on() local
946 cancelled = 0; in callout_reset_sbt_on()
976 cancelled = cc_exec_cancel(cc, direct) = true; in callout_reset_sbt_on()
983 cancelled ? "cancelled" : "failed to cancel", in callout_reset_sbt_on()
986 return (cancelled); in callout_reset_sbt_on()
1002 cancelled = 1; in callout_reset_sbt_on()
1004 return (cancelled); in callout_reset_sbt_on()
1016 cancelled = 1; in callout_reset_sbt_on()
1057 return (cancelled); in callout_reset_sbt_on()
1065 cancelled ? "re" : "", c, c->c_func, c->c_arg, (int)(to_sbt >> 32), in callout_reset_sbt_on()
[all …]
H A Dvfs_aio.c587 int cancelled; in aio_cancel_job() local
625 cancelled = job->uaiocb._aiocb_private.error == ECANCELED; in aio_cancel_job()
635 cancelled = 0; in aio_cancel_job()
637 return (cancelled); in aio_cancel_job()
2050 int cancelled = 0; in sys_aio_cancel() local
2090 cancelled++; in sys_aio_cancel()
2106 if (cancelled) { in sys_aio_cancel()
2117 if (cancelled) { in sys_aio_cancel()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_work.c450 bool cancelled; in linux_cancel_timer() local
453 cancelled = (callout_stop(&dwork->timer.callout) == 1); in linux_cancel_timer()
459 return (cancelled); in linux_cancel_timer()
479 bool cancelled; in linux_cancel_delayed_work() local
485 cancelled = (callout_stop(&dwork->timer.callout) == 1); in linux_cancel_delayed_work()
486 if (cancelled) { in linux_cancel_delayed_work()
525 bool cancelled; in linux_cancel_delayed_work_sync_int() local
538 cancelled = (callout_stop(&dwork->timer.callout) == 1); in linux_cancel_delayed_work_sync_int()
546 return (cancelled || (ret != 0)); in linux_cancel_delayed_work_sync_int()
/freebsd/cddl/usr.sbin/zfsd/
H A Dcallout.cc102 bool cancelled(false); in Reset() local
107 cancelled = Stop(); in Reset()
142 return (cancelled); in Reset()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzthr.c468 boolean_t cancelled = t->zthr_cancel; in zthr_iscancelled() local
470 return (cancelled); in zthr_iscancelled()
H A Ddsl_dir.c2351 spa->spa_to_condense.cancelled = B_TRUE; in dsl_dir_remove_livelist()
/freebsd/crypto/openssl/engines/
H A De_loader_attic.txt18 ui process interrupted or cancelled
/freebsd/stand/forth/
H A Ddelay.4th64 0 delay_cancelled ! \ boolean flag indicating user-cancelled event
91 -1 delay_cancelled ! \ set cancelled flag
/freebsd/contrib/unbound/libunbound/
H A Dcontext.h162 int cancelled; member
H A Dlibworker.c281 q->cancelled = 1; in handle_cancel()
665 int cancelled = q->cancelled; in libworker_event_done_cb() local
675 if(!cancelled) { in libworker_event_done_cb()
790 if(q->cancelled || q->w->back->want_to_quit) { in libworker_bg_done_cb()
H A Dlibunbound.c608 if(q->cancelled) { in process_answer_detail()
910 q->cancelled = 1; in ub_cancel()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddsl_deadlist.h85 boolean_t cancelled; member
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp1777 is_cancellable<cancellable> cancelled; in __kmp_barrier_template() local
1883 cancelled = __kmp_linear_barrier_gather_cancellable( in __kmp_barrier_template()
1922 if (__kmp_tasking_mode != tskm_immediate_exec && !cancelled) { in __kmp_barrier_template()
1999 if ((status == 1 || !is_split) && !cancelled) { in __kmp_barrier_template()
2001 cancelled = __kmp_linear_barrier_release_cancellable( in __kmp_barrier_template()
2034 if (__kmp_tasking_mode != tskm_immediate_exec && !cancelled) { in __kmp_barrier_template()
2095 return (int)cancelled; in __kmp_barrier_template()
2111 int cancelled = __kmp_barrier_template<true>(bs_plain_barrier, gtid, FALSE, in __kmp_barrier_gomp_cancel() local
2113 if (cancelled) { in __kmp_barrier_gomp_cancel()
2124 return cancelled; in __kmp_barrier_gomp_cancel()
H A Dkmp_gsupport.cpp2468 bool cancelled) { in KMP_EXPAND_NAME()
2485 if (!cancelled) { in KMP_EXPAND_NAME()
H A Dkmp_itt.inl642 * __kmp_itt_lock_cancelled() should be called after thread cancelled waiting
/freebsd/usr.sbin/bsdconfig/share/
H A Dmustberoot.subr180 # User cancelled
319 # Exit if the user cancelled.
/freebsd/crypto/openssl/doc/man3/
H A DUI_create_method.pod97 has been cancelled (by pressing Ctrl-C, for example).
/freebsd/contrib/wpa/wpa_supplicant/
H A Dscan.c1589 int cancelled; in wpa_supplicant_update_scan_int() local
1591 cancelled = eloop_cancel_timeout_one(wpa_supplicant_scan, wpa_s, NULL, in wpa_supplicant_update_scan_int()
1596 if (cancelled && os_reltime_before(&remaining, &new_int)) { in wpa_supplicant_update_scan_int()
1601 if (cancelled) { in wpa_supplicant_update_scan_int()
/freebsd/contrib/ncurses/
H A DANNOUNCE170 were already cancelled in a use'd chunk.
173 was cancelled.
H A DNEWS736 cancelled.
738 were already cancelled in a use'd chunk.
1350 cancelled.
1926 needed in to tic's use-resolution when pad_char is cancelled
3333 + modify check in fmt_entry() to handle a cancelled reset string
3343 over missing/cancelled values.
3347 cancelled string capabilities.
3354 + allow for cancelled capabilities in _nc_save_str (Redhat #1484276).
3360 cancelled strings (Redhat #1484291).
3593 a termcap use, if the capability is cancelled to treat it as number.
[all …]
/freebsd/crypto/openssl/include/openssl/
H A Dui.h.in50 * (UI_process()) -2 if interrupted or in some other way cancelled. When
/freebsd/lib/libpmc/
H A Dlibpmc.c436 __K8MASK(cancelled, 4),
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt938 ui process interrupted or cancelled
1666 SSL_R_TLSV1_ALERT_USER_CANCELLED:1090:tlsv1 alert user cancelled
/freebsd/contrib/pkgconf/
H A DNEWS174 * Improve the --digraph output to clarify cancelled edges in a given
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dtx-packetiser.md404 ACK-eliciting, therefore the PING frame reservation is cancelled

12