Lines Matching refs:cancelled
697 int cancelled, direct; in callout_reset_tick_on() local
700 cancelled = 0; in callout_reset_tick_on()
739 cancelled = cc_exec_cancel(cc, direct) = true; in callout_reset_tick_on()
746 cancelled ? "cancelled" : "failed to cancel", in callout_reset_tick_on()
749 return (cancelled); in callout_reset_tick_on()
760 cancelled = 1; in callout_reset_tick_on()
770 cancelled ? "re" : "", c, c->c_func, c->c_arg, to_ticks); 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()
1008 return (cancelled); in _callout_stop_safe()