Searched refs:p2 (Results 1 – 2 of 2) sorted by relevance
80 static int count_cmp(const void *p1, const void *p2) in count_cmp() argument82 return ((struct ipcount *)p1)->count - ((struct ipcount *)p2)->count; in count_cmp()
49 SEC("kprobe/spin_lock")PROG(p2)