Lines Matching defs:timer
44 static void rxrpc_connection_timer(struct timer_list *timer)
47 container_of(timer, struct rxrpc_connection, timer);
65 timer_setup(&conn->timer, &rxrpc_connection_timer, 0);
277 * Set the service connection reap timer.
320 del_timer_sync(&conn->timer);
321 cancel_work_sync(&conn->processor); /* Processing may restart the timer */
322 del_timer_sync(&conn->timer);
364 del_timer(&conn->timer);
368 timer_pending(&conn->timer))