| /freebsd/sys/kern/ |
| H A D | kern_timeout.c | 944 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 D | vfs_aio.c | 587 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 D | linux_work.c | 450 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 D | callout.cc | 102 bool cancelled(false); in Reset() local 107 cancelled = Stop(); in Reset() 142 return (cancelled); in Reset()
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zthr.c | 468 boolean_t cancelled = t->zthr_cancel; in zthr_iscancelled() local 470 return (cancelled); in zthr_iscancelled()
|
| H A D | dsl_dir.c | 2351 spa->spa_to_condense.cancelled = B_TRUE; in dsl_dir_remove_livelist()
|
| /freebsd/crypto/openssl/engines/ |
| H A D | e_loader_attic.txt | 18 ui process interrupted or cancelled
|
| /freebsd/stand/forth/ |
| H A D | delay.4th | 64 0 delay_cancelled ! \ boolean flag indicating user-cancelled event 91 -1 delay_cancelled ! \ set cancelled flag
|
| /freebsd/contrib/unbound/libunbound/ |
| H A D | context.h | 162 int cancelled; member
|
| H A D | libworker.c | 281 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 D | libunbound.c | 608 if(q->cancelled) { in process_answer_detail() 910 q->cancelled = 1; in ub_cancel()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | dsl_deadlist.h | 85 boolean_t cancelled; member
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_barrier.cpp | 1777 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 D | kmp_gsupport.cpp | 2468 bool cancelled) { in KMP_EXPAND_NAME() 2485 if (!cancelled) { in KMP_EXPAND_NAME()
|
| H A D | kmp_itt.inl | 642 * __kmp_itt_lock_cancelled() should be called after thread cancelled waiting
|
| /freebsd/usr.sbin/bsdconfig/share/ |
| H A D | mustberoot.subr | 180 # User cancelled 319 # Exit if the user cancelled.
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | UI_create_method.pod | 97 has been cancelled (by pressing Ctrl-C, for example).
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | scan.c | 1589 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 D | ANNOUNCE | 170 were already cancelled in a use'd chunk. 173 was cancelled.
|
| H A D | NEWS | 736 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 D | ui.h.in | 50 * (UI_process()) -2 if interrupted or in some other way cancelled. When
|
| /freebsd/lib/libpmc/ |
| H A D | libpmc.c | 436 __K8MASK(cancelled, 4),
|
| /freebsd/crypto/openssl/crypto/err/ |
| H A D | openssl.txt | 938 ui process interrupted or cancelled 1666 SSL_R_TLSV1_ALERT_USER_CANCELLED:1090:tlsv1 alert user cancelled
|
| /freebsd/contrib/pkgconf/ |
| H A D | NEWS | 174 * Improve the --digraph output to clarify cancelled edges in a given
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | tx-packetiser.md | 404 ACK-eliciting, therefore the PING frame reservation is cancelled
|