Home
last modified time | relevance | path

Searched refs:txtimer (Results 1 – 2 of 2) sorted by relevance

/net/can/j1939/
Dtransport.c294 if (hrtimer_cancel(&session->txtimer)) in j1939_session_txtimer_cancel()
671 hrtimer_start(&session->txtimer, ms_to_ktime(msec), in j1939_tp_schedule_txtimer()
1087 container_of(hrtimer, struct j1939_session, txtimer); in j1939_tp_txtimer()
1437 hrtimer_init(&session->txtimer, CLOCK_MONOTONIC, in j1939_session_new()
1439 session->txtimer.function = j1939_tp_txtimer; in j1939_session_new()
2045 if (hrtimer_try_to_cancel(&session->txtimer) == 1) in j1939_cancel_active_session()
Dj1939-priv.h284 struct hrtimer txtimer, rxtimer; member