Home
last modified time | relevance | path

Searched defs:CREDIT_PER_NS (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_spin_lock.c47 #define CREDIT_PER_NS(delta, rate) (((delta) * rate) >> 20) macro
/linux/samples/bpf/
H A Dhbm_kern.h56 #define CREDIT_PER_NS(delta, rate) ((((u64)(delta)) * (rate)) >> 20) macro