Home
last modified time | relevance | path

Searched refs:p2 (Results 1 – 2 of 2) sorted by relevance

/samples/bpf/
Dsampleip_user.c80 static int count_cmp(const void *p1, const void *p2) in count_cmp() argument
82 return ((struct ipcount *)p1)->count - ((struct ipcount *)p2)->count; in count_cmp()
Dspintest_kern.c49 SEC("kprobe/spin_lock")PROG(p2)