Searched refs:ktime_get_coarse_ns (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | libbpf_probes.c | 107 CASE(KPROBE, ktime_get_coarse_ns, false), in test_libbpf_probe_helpers() 108 CASE(SOCKET_FILTER, ktime_get_coarse_ns, true), in test_libbpf_probe_helpers()
|
| /linux/include/linux/ |
| H A D | timekeeping.h | 137 static inline u64 ktime_get_coarse_ns(void) in ktime_get_coarse_ns() function
|
| /linux/Documentation/core-api/ |
| H A D | timekeeping.rst | 107 .. c:function:: u64 ktime_get_coarse_ns( void )
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 6035 FN(ktime_get_coarse_ns, 160, ##ctx) \
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 6035 FN(ktime_get_coarse_ns, 160, ##ctx) \
|
| /linux/kernel/bpf/ |
| H A D | helpers.c | 204 return ktime_get_coarse_ns(); in BPF_CALL_0()
|
| /linux/lib/ |
| H A D | test_bpf.c | 15535 addr = (long)&ktime_get_coarse_ns; in prepare_tail_call_tests()
|