Home
last modified time | relevance | path

Searched defs:NSEC_PER_USEC (Results 1 – 6 of 6) sorted by relevance

/linux/tools/include/linux/
H A Dtime64.h7 #define NSEC_PER_USEC 1000L macro
/linux/include/vdso/
H A Dtime64.h8 #define NSEC_PER_USEC 1000L macro
/linux/rust/kernel/
H A Dtime.rs33 pub const NSEC_PER_USEC: i64 = bindings::NSEC_PER_USEC as i64; global() constant
/linux/tools/testing/selftests/net/
H A Dstress_reuseport_listen.c21 #define NSEC_PER_USEC 1000L macro
H A Dtxtimestamp.c53 #define NSEC_PER_USEC 1000L macro
/linux/tools/tracing/latency/
H A Dlatency-collector.c114 #define NSEC_PER_USEC (1000L) macro