Home
last modified time | relevance | path

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

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