Searched refs:_a (Results 76 - 81 of 81) sorted by relevance

1234

/linux-master/tools/lib/bpf/
H A Dbpf_tracing.h629 #define ___bpf_nth(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, N, ...) N
H A Dlibbpf.c3213 static int compare_vsi_off(const void *_a, const void *_b) argument
3215 const struct btf_var_secinfo *a = _a;
3695 static int cmp_progs(const void *_a, const void *_b) argument
3697 const struct bpf_program *a = _a;
4024 static int cmp_externs(const void *_a, const void *_b) argument
4026 const struct extern_desc *a = _a;
6488 static int cmp_relocs(const void *_a, const void *_b) argument
6490 const struct reloc_desc *a = _a;
/linux-master/mm/
H A Dmemcontrol.c4464 const struct mem_cgroup_threshold *_a = a; local
4467 if (_a->threshold > _b->threshold)
4470 if (_a->threshold < _b->threshold)
/linux-master/sound/soc/codecs/
H A Dmadera.c4726 static bool madera_eq_filter_unstable(bool mode, __be16 _a, __be16 _b) argument
4728 s16 a = be16_to_cpu(_a);
/linux-master/drivers/acpi/nfit/
H A Dcore.c1132 static int nfit_mem_cmp(void *priv, const struct list_head *_a, argument
1135 struct nfit_mem *a = container_of(_a, typeof(*a), list);
/linux-master/kernel/bpf/
H A Dbtf.c3783 static int btf_field_cmp(const void *_a, const void *_b, const void *priv) argument
3785 const struct btf_field *a = (const struct btf_field *)_a;

Completed in 279 milliseconds

1234