Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dhil_mlc.h107 typedef int (hil_mlc_in) (hil_mlc *mlc, suseconds_t timeout);
148 suseconds_t intimeout;
Dtypes.h33 typedef __kernel_suseconds_t suseconds_t; typedef
Dktime.h257 .tv_usec = (suseconds_t) (kt.tv.nsec / NSEC_PER_USEC) }; in ktime_to_timeval()
/linux-3.4.99/drivers/input/misc/
Dhp_sdc_rtc.c204 res->tv_usec = (suseconds_t)(tenms % 100) * 10000; in hp_sdc_rtc_read_rt()
221 res->tv_usec = (suseconds_t)(tenms % 100) * 10000; in hp_sdc_rtc_read_fhs()
238 res->tv_usec = (suseconds_t)(tenms % 100) * 10000; in hp_sdc_rtc_read_mt()
255 res->tv_usec = (suseconds_t)(tenms % 100) * 10000; in hp_sdc_rtc_read_dt()
272 res->tv_usec = (suseconds_t)(tenms % 100) * 10000; in hp_sdc_rtc_read_ct()
/linux-3.4.99/net/rxrpc/
Dar-internal.h189 suseconds_t rtt; /* current RTT estimate (in uS) */
192 suseconds_t rtt_cache[RXRPC_RTT_CACHE_SIZE]; /* calculated RTT cache */
/linux-3.4.99/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-3.4.99/kernel/
Dtime.c408 tv.tv_usec = (suseconds_t) ts.tv_nsec / 1000; in ns_to_timeval()
/linux-3.4.99/include/net/sctp/
Dsctp.h572 suseconds_t usecs = (tv2).tv_usec + (tv1).tv_usec; \
/linux-3.4.99/drivers/tty/serial/
Dbfin_uart.c269 suseconds_t usecs; in bfin_serial_rx_chars()
/linux-3.4.99/net/sctp/
Dsm_make_chunk.c1758 suseconds_t usecs = (tv.tv_sec - in sctp_unpack_cookie()