hrtimer_try_to_cancel 239 fs/timerfd.c if (hrtimer_try_to_cancel(&ctx->tmr) >= 0)
hrtimer_try_to_cancel 298 include/linux/hrtimer.h extern int hrtimer_try_to_cancel(struct hrtimer *timer);
hrtimer_try_to_cancel 1060 kernel/hrtimer.c int ret = hrtimer_try_to_cancel(timer);
hrtimer_try_to_cancel 171 kernel/itimer.c if (hrtimer_try_to_cancel(timer) < 0) {
hrtimer_try_to_cancel 750 kernel/posix-timers.c if (hrtimer_try_to_cancel(timer) < 0)
hrtimer_try_to_cancel 831 kernel/posix-timers.c if (hrtimer_try_to_cancel(&timer->it.real.timer) < 0)
hrtimer_try_to_cancel 547 net/sched/sch_cbq.c if (hrtimer_try_to_cancel(&q->delay_timer) &&