Home
last modified time | relevance | path

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

/kernel/
Dstatic_call_inline.c65 static int static_call_site_cmp(const void *_a, const void *_b) in static_call_site_cmp() argument
67 const struct static_call_site *a = _a; in static_call_site_cmp()
81 static void static_call_site_swap(void *_a, void *_b, int size) in static_call_site_swap() argument
83 long delta = (unsigned long)_a - (unsigned long)_b; in static_call_site_swap()
84 struct static_call_site *a = _a; in static_call_site_swap()
Dgroups.c76 static int gid_cmp(const void *_a, const void *_b) in gid_cmp() argument
78 kgid_t a = *(kgid_t *)_a; in gid_cmp()
/kernel/sched/
Dsched.h2295 #define sched_class_above(_a, _b) ((_a) < (_b)) argument
/kernel/bpf/
Dsyscall.c911 static int map_off_arr_cmp(const void *_a, const void *_b, const void *priv) in map_off_arr_cmp() argument
913 const u32 a = *(const u32 *)_a; in map_off_arr_cmp()
923 static void map_off_arr_swap(void *_a, void *_b, int size, const void *priv) in map_off_arr_swap() argument
927 u32 *a = _a, *b = _b; in map_off_arr_swap()