Searched refs:ktime_get_coarse_ns (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| 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/ |
| A D | timekeeping.h | 131 static inline u64 ktime_get_coarse_ns(void) in ktime_get_coarse_ns() function
|
| /linux/Documentation/core-api/ |
| A D | timekeeping.rst | 107 .. c:function:: u64 ktime_get_coarse_ns( void )
|
| /linux/tools/include/uapi/linux/ |
| A D | bpf.h | 5961 FN(ktime_get_coarse_ns, 160, ##ctx) \
|
| /linux/include/uapi/linux/ |
| A D | bpf.h | 5961 FN(ktime_get_coarse_ns, 160, ##ctx) \
|
| /linux/kernel/bpf/ |
| A D | helpers.c | 201 return ktime_get_coarse_ns(); in BPF_CALL_0()
|
| /linux/lib/ |
| A D | test_bpf.c | 15483 addr = (long)&ktime_get_coarse_ns; in prepare_tail_call_tests()
|
Completed in 80 milliseconds