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

/linux-master/samples/bpf/
H A Dlwt_len_hist.bpf.c37 static unsigned int log2l(unsigned long v) function
51 key = log2l(skb->len);
H A Dlathist_kern.c54 static unsigned int log2l(unsigned long v) function
84 delta = log2l(cur_ts - *ts);
H A Dtracex2.bpf.c56 static unsigned int log2l(unsigned long v) function
86 key.index = log2l(count);
H A Dtracex3.bpf.c39 static unsigned int log2l(unsigned long long n) function
86 l = log2l(delta);

Completed in 131 milliseconds