Home
last modified time | relevance | path

Searched defs:timeval (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Dtime.h16 struct timeval { struct
40 struct timeval it_interval; /* timer interval */ argument
/Linux-v5.4/tools/include/nolibc/
Dnolibc.h156 struct timeval { struct
157 long tv_sec;
158 long tv_usec;
/Linux-v5.4/net/core/
Dsock.c3007 bool timeval, bool time32) in sock_gettstamp()