Searched refs:ktime_get_coarse_ns (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
| D | libbpf_probes.c | 103 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()
|
| /Linux-v6.6/include/linux/ |
| D | timekeeping.h | 124 static inline u64 ktime_get_coarse_ns(void) in ktime_get_coarse_ns() function
|
| /Linux-v6.6/Documentation/core-api/ |
| D | timekeeping.rst | 107 .. c:function:: u64 ktime_get_coarse_ns( void )
|
| /Linux-v6.6/tools/include/uapi/linux/ |
| D | bpf.h | 5807 FN(ktime_get_coarse_ns, 160, ##ctx) \
|
| /Linux-v6.6/include/uapi/linux/ |
| D | bpf.h | 5807 FN(ktime_get_coarse_ns, 160, ##ctx) \
|
| /Linux-v6.6/kernel/bpf/ |
| D | helpers.c | 196 return ktime_get_coarse_ns(); in BPF_CALL_0()
|
| /Linux-v6.6/lib/ |
| D | test_bpf.c | 15121 addr = (long)&ktime_get_coarse_ns; in prepare_tail_call_tests()
|