Searched refs:suseconds_t (Results 1 – 8 of 8) sorted by relevance
37 + suseconds_t *tv_usec)48 + suseconds_t *tv_usec)63 + suseconds_t *tv_usec);68 + suseconds_t *tv_usec);81 correct header to get suseconds_t, at least with glibc, that requires
107 typedef int (hil_mlc_in) (hil_mlc *mlc, suseconds_t timeout);
30 typedef __kernel_suseconds_t suseconds_t; typedef
19 typedef __kernel_suseconds_t suseconds_t; typedef
143 static int hp_sdc_mlc_in(hil_mlc *mlc, suseconds_t timeout) in hp_sdc_mlc_in()
22 void select_sleep(time_t sec,suseconds_t usec) in select_sleep()
476 tv.tv_usec = (suseconds_t)ts.tv_nsec / 1000; in ns_to_kernel_old_timeval()
1837 suseconds_t usecs = ktime_to_us(ktime_sub(kt, bear_cookie->expiration)); in sctp_unpack_cookie()