Home
last modified time | relevance | path

Searched refs:ktime_get_coarse_ns (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlibbpf_probes.c103 CASE(KPROBE, ktime_get_coarse_ns, false), in test_libbpf_probe_helpers()
104 CASE(SOCKET_FILTER, ktime_get_coarse_ns, true), in test_libbpf_probe_helpers()
/openbmc/linux/include/linux/
H A Dtimekeeping.h124 static inline u64 ktime_get_coarse_ns(void) in ktime_get_coarse_ns() function
/openbmc/linux/Documentation/core-api/
H A Dtimekeeping.rst107 .. c:function:: u64 ktime_get_coarse_ns( void )
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h5832 FN(ktime_get_coarse_ns, 160, ##ctx) \
/openbmc/linux/include/uapi/linux/
H A Dbpf.h5832 FN(ktime_get_coarse_ns, 160, ##ctx) \
/openbmc/linux/kernel/bpf/
H A Dhelpers.c199 return ktime_get_coarse_ns(); in BPF_CALL_0()
/openbmc/linux/lib/
H A Dtest_bpf.c15121 addr = (long)&ktime_get_coarse_ns; in prepare_tail_call_tests()