Home
last modified time | relevance | path

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

/Linux-v5.4/samples/bpf/
Dlwt_len_hist_kern.c57 static unsigned int log2l(unsigned long v) in log2l() function
71 key = log2l(skb->len); in do_len_hist()
Dtracex3_kern.c33 static unsigned int log2l(unsigned long long n) in log2l() function
75 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.c56 static unsigned int log2l(unsigned long v) in log2l() function
87 key.index = log2l(write_size); in bpf_prog3()