Home
last modified time | relevance | path

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

/Linux-v6.1/samples/bpf/
Dlwt_len_hist_kern.c50 static unsigned int log2l(unsigned long v) in log2l() function
64 key = log2l(skb->len); in do_len_hist()
Dtracex3_kern.c34 static unsigned int log2l(unsigned long long n) in log2l() function
76 l = log2l(delta); in bpf_prog2()
Dlathist_kern.c54 static unsigned int log2l(unsigned long v) in log2l() function
84 delta = log2l(cur_ts - *ts); in bpf_prog2()
Dtracex2_kern.c58 static unsigned int log2l(unsigned long v) in log2l() function
89 key.index = log2l(write_size); in SYSCALL()