Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/samples/bpf/
H A Dlwt_len_hist.bpf.c37 static unsigned int log2l(unsigned long v) in log2l() function
51 key = log2l(skb->len); in do_len_hist()
H A Dlathist_kern.c54 static unsigned int log2l(unsigned long v) in log2l() function
84 delta = log2l(cur_ts - *ts); in bpf_prog2()
H A Dtracex2.bpf.c56 static unsigned int log2l(unsigned long v) in log2l() function
86 key.index = log2l(count); in BPF_KSYSCALL()
H A Dtracex3.bpf.c39 static unsigned int log2l(unsigned long long n) in log2l() function
86 l = log2l(delta); in bpf_prog2()
/kernel/linux/linux-5.10/samples/bpf/
H A Dlathist_kern.c54 static unsigned int log2l(unsigned long v) in log2l() function
84 delta = log2l(cur_ts - *ts); in bpf_prog2()
H A Dtracex2_kern.c58 static unsigned int log2l(unsigned long v) in log2l() function
89 key.index = log2l(write_size); in bpf_prog3()
H A Dtracex3_kern.c34 static unsigned int log2l(unsigned long long n) in log2l() function
76 l = log2l(delta); in bpf_prog2()
H A Dlwt_len_hist_kern.c57 static unsigned int log2l(unsigned long v) in log2l() function
71 key = log2l(skb->len); in do_len_hist()

Completed in 3 milliseconds