Searched refs:_b (Results 76 - 84 of 84) sorted by relevance

1234

/linux-master/drivers/md/bcache/
H A Dbtree.c566 const struct lockdep_map *_b)
569 const struct btree *b = container_of(_b, struct btree, lock.dep_map);
565 btree_lock_cmp_fn(const struct lockdep_map *_a, const struct lockdep_map *_b) argument
/linux-master/kernel/sched/
H A Dsched.h2362 #define sched_class_above(_a, _b) ((_a) < (_b))
/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
3216 const struct btf_var_secinfo *b = _b;
3695 static int cmp_progs(const void *_a, const void *_b) argument
3698 const struct bpf_program *b = _b;
4024 static int cmp_externs(const void *_a, const void *_b) argument
4027 const struct extern_desc *b = _b;
6488 static int cmp_relocs(const void *_a, const void *_b) argument
6491 const struct reloc_desc *b = _b;
/linux-master/mm/
H A Dmemcontrol.c4465 const struct mem_cgroup_threshold *_b = b; 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
4729 s16 b = be16_to_cpu(_b);
/linux-master/drivers/acpi/nfit/
H A Dcore.c1133 const struct list_head *_b)
1136 struct nfit_mem *b = container_of(_b, typeof(*b), list);
1132 nfit_mem_cmp(void *priv, const struct list_head *_a, const struct list_head *_b) argument
/linux-master/drivers/scsi/cxlflash/
H A Dmain.c1516 #define ASTATUS_FC(_a, _b, _c, _d) \
1517 { SISL_ASTATUS_FC##_a##_##_b, _c, _a, (_d) }
/linux-master/kernel/bpf/
H A Dbtf.c3783 static int btf_field_cmp(const void *_a, const void *_b, const void *priv) argument
3786 const struct btf_field *b = (const struct btf_field *)_b;

Completed in 439 milliseconds

1234