Home
last modified time | relevance | path

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

/Linux-v6.6/samples/bpf/
Dlwt_len_hist.bpf.c37 static unsigned int log2l(unsigned long v) in log2l() function
51 key = log2l(skb->len); in do_len_hist()
Dlathist_kern.c54 static unsigned int log2l(unsigned long v) in log2l() function
84 delta = log2l(cur_ts - *ts); in bpf_prog2()
Dtracex3.bpf.c39 static unsigned int log2l(unsigned long long n) in log2l() function
86 l = log2l(delta); in bpf_prog2()
Dtracex2.bpf.c56 static unsigned int log2l(unsigned long v) in log2l() function
86 key.index = log2l(count); in BPF_KSYSCALL()