Home
last modified time | relevance | path

Searched refs:bpf_ktime_get_boot_ns (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtimer.c302 bpf_timer_start(timer, bpf_ktime_get_boot_ns() + 1000, in timer_cb3()
306 bpf_timer_start(timer, bpf_ktime_get_boot_ns() + (1ull << 35), in timer_cb3()
326 bpf_timer_start(timer, bpf_ktime_get_boot_ns() + 1000, in BPF_PROG2()
/openbmc/linux/kernel/bpf/
H A Dhelpers.c185 BPF_CALL_0(bpf_ktime_get_boot_ns) in BPF_CALL_0() argument
192 .func = bpf_ktime_get_boot_ns,