Lines Matching refs:ktime_set
269 so->lastrxcf_tstamp = ktime_set(0, 0); in isotp_send_fc()
272 hrtimer_start(&so->rxtimer, ktime_set(ISOTP_FC_TIMEOUT, 0), in isotp_send_fc()
394 so->tx_gap = ktime_set(0, 0); in isotp_rcv_fc()
416 hrtimer_start(&so->txtimer, ktime_set(ISOTP_ECHO_TIMEOUT, 0), in isotp_rcv_fc()
423 hrtimer_start(&so->txtimer, ktime_set(ISOTP_FC_TIMEOUT, 0), in isotp_rcv_fc()
628 hrtimer_start(&so->rxtimer, ktime_set(ISOTP_FC_TIMEOUT, 0), in isotp_rcv_cf()
877 hrtimer_start(&so->txtimer, ktime_set(ISOTP_FC_TIMEOUT, 0), in isotp_rcv_echo()
885 hrtimer_start(&so->txtimer, ktime_set(ISOTP_ECHO_TIMEOUT, 0), in isotp_rcv_echo()
925 hrtimer_start(&so->txtimer, ktime_set(ISOTP_ECHO_TIMEOUT, 0), in isotp_txfr_timer_handler()
1056 so->tx_gap = ktime_set(0, so->force_tx_stmin); in isotp_sendmsg()
1058 so->tx_gap = ktime_set(0, so->frame_txtime); in isotp_sendmsg()
1077 hrtimer_start(&so->txtimer, ktime_set(hrtimer_sec, 0), in isotp_sendmsg()