Searched refs:timer_callout (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/ofed/include/linux/
H A Dtimer.h39 struct callout timer_callout; member in struct:timer_list
51 callout_init(&(timer)->timer_callout, CALLOUT_MPSAFE); \
58 callout_init(&(timer)->timer_callout, CALLOUT_MPSAFE); \
64 #define del_timer(timer) callout_stop(&(timer)->timer_callout)
65 #define del_timer_sync(timer) callout_drain(&(timer)->timer_callout)
66 #define timer_pending(timer) callout_pending(&(timer)->timer_callout)
H A Dlinux_compat.c789 callout_reset(&timer->timer_callout,
798 callout_reset(&timer->timer_callout,

Completed in 60 milliseconds