Searched refs:_b (Results 1 - 25 of 84) sorted by last modified time

1234

/linux-master/kernel/sched/
H A Dsched.h2362 #define sched_class_above(_a, _b) ((_a) < (_b))
/linux-master/fs/bcachefs/
H A Dbtree_types.h617 #define btree_bkey_first(_b, _t) \
619 EBUG_ON(bset(_b, _t)->start != \
620 __btree_node_offset_to_key(_b, btree_bkey_first_offset(_t)));\
622 bset(_b, _t)->start; \
625 #define btree_bkey_last(_b, _t) \
627 EBUG_ON(__btree_node_offset_to_key(_b, (_t)->end_offset) != \
628 vstruct_last(bset(_b, _t))); \
630 __btree_node_offset_to_key(_b, (_t)->end_offset); \
H A Dbuckets.h39 #define for_each_bucket(_b, _buckets) \
40 for (_b = (_buckets)->b + (_buckets)->first_bucket; \
41 _b < (_buckets)->b + (_buckets)->nbuckets; _b++)
H A Dbtree_iter.h181 #define trans_for_each_path_with_node(_trans, _b, _path, _iter) \
183 (_path = __trans_next_path_with_node((_trans), (_b), &_iter));\
607 _locks_want, _depth, _flags, _b, _ret) \
610 (_b) = bch2_btree_iter_peek_node_and_restart(&(_iter)), \
611 !((_ret) = PTR_ERR_OR_ZERO(_b)) && (_b); \
612 (_b) = bch2_btree_iter_next_node(&(_iter)))
615 _flags, _b, _ret) \
617 0, 0, _flags, _b, _ret)
H A Dbset.h208 #define for_each_bset(_b, _t) \
209 for (_t = (_b)->set; _t < (_b)->set + (_b)->nsets; _t++)
211 #define bset_tree_for_each_key(_b, _t, _k) \
212 for (_k = btree_bkey_first(_b, _t); \
213 _k != btree_bkey_last(_b, _t); \
492 #define btree_account_key_add(_b, _k) \
493 btree_keys_account_key(&(_b)->nr, \
494 bch2_bkey_to_bset(_b, _
[all...]
/linux-master/net/ipv4/netfilter/
H A Darp_tables.c60 * Unfortunately, _b and _mask are not aligned to an int (or long int)
64 static unsigned long ifname_compare(const char *_a, const char *_b, const char *_mask) argument
67 unsigned long ret = ifname_compare_aligned(_a, _b, _mask);
71 const u16 *b = (const u16 *)_b;
/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/tools/lib/bpf/
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;
H A Dbpf_helpers.h205 #define ___bpf_nth(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, N, ...) N
/linux-master/lib/
H A Doverflow_kunit.c302 typeof(b + 0) _b = b; \
309 _a_sym sym _b; \
310 _r = wrapping_ ## op(_a, _b); \
/linux-master/drivers/sh/intc/
H A Dinternals.h109 const struct intc_handle_int *_b = b; local
111 return _a->irq - _b->irq;
/linux-master/drivers/memory/tegra/
H A Dtegra30-emc.c942 static int cmp_timings(const void *_a, const void *_b) argument
945 const struct emc_timing *b = _b;
H A Dtegra20-emc.c396 static int cmp_timings(const void *_a, const void *_b) argument
399 const struct emc_timing *b = _b;
H A Dtegra124-emc.c978 static int cmp_timings(const void *_a, const void *_b) argument
981 const struct emc_timing *b = _b;
/linux-master/arch/loongarch/kernel/
H A Dunwind_orc.c202 static void orc_sort_swap(void *_a, void *_b, int size) argument
204 int delta = _b - _a;
205 int *a = _a, *b = _b, tmp;
219 static int orc_sort_cmp(const void *_a, const void *_b) argument
221 const int *a = _a, *b = _b;
/linux-master/drivers/thermal/
H A Drcar_gen3_thermal.c131 #define FIXPT_DIV(_a, _b) DIV_ROUND_CLOSEST(((_a) << FIXPT_SHIFT), (_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/drivers/media/usb/msi2500/
H A Dmsi2500.c640 #define msi2500_dbg_usb_control_msg(_dev, _r, _t, _v, _i, _b, _l) { \
648 _l & 0xff, _l >> 8, _direction, _l, _b); \
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_engine_heartbeat.c196 static int cmp_u32(const void *_a, const void *_b) argument
198 const u32 *a = _a, *b = _b;
/linux-master/drivers/base/regmap/
H A Dregcache.c686 const struct reg_default *_b = b; local
688 return _a->reg - _b->reg;
/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/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;
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dphy.h23 #define phy_div(a, b) ({typeof(b) _b = (b); (_b) ? ((a) / (_b)) : 0; })
/linux-master/drivers/block/xen-blkback/
H A Dcommon.h365 #define xen_blkif_get(_b) (atomic_inc(&(_b)->refcnt))
366 #define xen_blkif_put(_b) \
368 if (atomic_dec_and_test(&(_b)->refcnt)) \
369 schedule_work(&(_b)->free_work);\
/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);

Completed in 380 milliseconds

1234