Home
last modified time | relevance | path

Searched defs:NSEC_PER_SEC (Results 1 – 20 of 20) sorted by relevance

/linux/tools/include/linux/
H A Dtime64.h10 #define NSEC_PER_SEC 1000000000L macro
/linux/include/vdso/
H A Dtime64.h11 #define NSEC_PER_SEC 1000000000L macro
/linux/tools/testing/selftests/cgroup/lib/include/
H A Dcgroup_util.h12 #define NSEC_PER_SEC 1000000000L macro
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtime_tai.c13 #define NSEC_PER_SEC 1000000000ULL macro
H A Dlwt_reroute.c62 #define NSEC_PER_SEC 1000000000ULL macro
H A Dnet_timestamping.c9 #define NSEC_PER_SEC 1000000000LL macro
H A Dtc_redirect.c66 #define NSEC_PER_SEC 1000000000ULL macro
/linux/tools/testing/selftests/timens/
H A Dfutex.c18 #define NSEC_PER_SEC 1000000000ULL macro
/linux/rust/kernel/
H A Dtime.rs39 pub const NSEC_PER_SEC: i64 = bindings::NSEC_PER_SEC as i64; constant
/linux/tools/testing/selftests/net/
H A Dstress_reuseport_listen.c20 #define NSEC_PER_SEC 1000000000L macro
H A Dtxtimestamp.c55 #define NSEC_PER_SEC 1000000000LL macro
/linux/tools/testing/radix-tree/
H A Dbenchmark.c12 #define NSEC_PER_SEC 1000000000L macro
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_tcp4.c23 #define NSEC_PER_SEC 1000000000ULL macro
H A Dbpf_iter_tcp6.c23 #define NSEC_PER_SEC 1000000000ULL macro
H A Dbpf_qdisc_fq.c44 #define NSEC_PER_SEC 1000000000L macro
H A Dxdp_synproxy_kern.c16 #define NSEC_PER_SEC 1000000000L macro
/linux/tools/perf/jvmti/
H A Djvmti_agent.c104 #define NSEC_PER_SEC 1000000000 macro
/linux/tools/testing/selftests/ptp/
H A Dtestptp.c38 #define NSEC_PER_SEC 1000000000LL macro
/linux/tools/testing/selftests/net/tcp_ao/
H A Dbench-lookups.c89 #define NSEC_PER_SEC 1000000000ULL macro
/linux/tools/tracing/latency/
H A Dlatency-collector.c119 #define NSEC_PER_SEC (NSEC_PER_MSEC * MSEC_PER_SEC) macro