Home
last modified time | relevance | path

Searched refs:suseconds_t (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/
Dhil_mlc.h107 typedef int (hil_mlc_in) (hil_mlc *mlc, suseconds_t timeout);
Dtypes.h25 typedef __kernel_suseconds_t suseconds_t; typedef
/Linux-v4.19/kernel/time/
Dtime.c483 tv.tv_usec = (suseconds_t) ts.tv_nsec / 1000; in ns_to_timeval()
495 tv.tv_usec = (suseconds_t)ts.tv_nsec / 1000; in ns_to_kernel_old_timeval()
/Linux-v4.19/drivers/input/serio/
Dhp_sdc_mlc.c143 static int hp_sdc_mlc_in(hil_mlc *mlc, suseconds_t timeout) in hp_sdc_mlc_in()
/Linux-v4.19/net/sctp/
Dsm_make_chunk.c1805 suseconds_t usecs = ktime_to_us(ktime_sub(kt, bear_cookie->expiration)); in sctp_unpack_cookie()