Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dhelpers.c1369 struct bpf_hrtimer *t, *cur_t; in BPF_CALL_1() local
1383 cur_t = this_cpu_read(hrtimer_running); in BPF_CALL_1()
1384 if (cur_t == t) { in BPF_CALL_1()
1398 if (!cur_t) in BPF_CALL_1()
1404 if (atomic_read(&cur_t->cancelling)) { in BPF_CALL_1()