Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_kern_timeout.c697 int cancelled, direct; in callout_reset_tick_on() local
700 cancelled = 0; in callout_reset_tick_on()
749 return (cancelled); in callout_reset_tick_on()
760 cancelled = 1; in callout_reset_tick_on()
773 return (cancelled); in callout_reset_tick_on()
797 int cancelled, not_on_a_list; in _callout_stop_safe() local
972 cancelled = ((flags & CS_EXECUTING) != 0); in _callout_stop_safe()
974 cancelled = 1; in _callout_stop_safe()
987 cancelled = -1; in _callout_stop_safe()
989 return (cancelled); in _callout_stop_safe()
[all …]
/f-stack/freebsd/kern/
H A Dkern_timeout.c902 cancelled = 0; in callout_reset_sbt_on()
949 return (cancelled); in callout_reset_sbt_on()
965 cancelled = 1; in callout_reset_sbt_on()
967 return (cancelled); in callout_reset_sbt_on()
979 cancelled = 1; in callout_reset_sbt_on()
1020 return (cancelled); in callout_reset_sbt_on()
1032 return (cancelled); in callout_reset_sbt_on()
1276 cancelled = 1; in _callout_stop_safe()
1289 cancelled = -1; in _callout_stop_safe()
1291 return (cancelled); in _callout_stop_safe()
[all …]
H A Dvfs_aio.c582 int cancelled; in aio_cancel_job() local
614 cancelled = job->uaiocb._aiocb_private.error == ECANCELED; in aio_cancel_job()
624 cancelled = 0; in aio_cancel_job()
626 return (cancelled); in aio_cancel_job()
2042 int cancelled = 0; in sys_aio_cancel() local
2070 cancelled++; in sys_aio_cancel()
2084 if (cancelled) { in sys_aio_cancel()
2095 if (cancelled) { in sys_aio_cancel()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzthr.c462 boolean_t cancelled = t->zthr_cancel; in zthr_iscancelled() local
464 return (cancelled); in zthr_iscancelled()
H A Ddsl_dir.c2261 spa->spa_to_condense.cancelled = B_TRUE; in dsl_dir_remove_livelist()
H A Dspa.c2585 if (spa->spa_to_condense.cancelled) { in spa_livelist_condense_sync()
2735 (spa->spa_to_condense.cancelled == B_FALSE)) { in spa_livelist_condense_cb_check()
2748 spa->spa_to_condense.cancelled = B_FALSE; in spa_start_livelist_condensing_thread()
H A Ddsl_dataset.c2202 spa->spa_to_condense.cancelled = B_FALSE; in dsl_livelist_try_condense()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_deadlist.h84 boolean_t cancelled; member