Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Drqspinlock.c692 #define REPORT_STR(ret) ({ (ret) == -ETIMEDOUT ? "Timeout detected" : "AA or ABBA deadlock detected… macro
703 bpf_prog_report_rqspinlock_violation(REPORT_STR(ret), lock, false); in bpf_res_spin_lock()
726 bpf_prog_report_rqspinlock_violation(REPORT_STR(ret), lock, true); in bpf_res_spin_lock_irqsave()