Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Dtime64.h8 #define NSEC_PER_MSEC 1000000L macro
/linux/include/vdso/
H A Dtime64.h9 #define NSEC_PER_MSEC 1000000L macro
/linux/tools/testing/selftests/dma/
H A Ddma_map_benchmark.c16 #define NSEC_PER_MSEC 1000000L macro
/linux/rust/kernel/
H A Dtime.rs36 pub const NSEC_PER_MSEC: i64 = bindings::NSEC_PER_MSEC as i64; global() constant
/linux/tools/testing/selftests/intel_pstate/
H A Daperf.c17 #define NSEC_PER_MSEC 1000000L macro
/linux/tools/tracing/latency/
H A Dlatency-collector.c115 #define NSEC_PER_MSEC (USEC_PER_MSEC * NSEC_PER_USEC) macro