/linux/drivers/input/mouse/ |
H A D | alps.h | 60 #define IS_SS4PLUS_DEV(_b) (((_b[0]) == 0x73) && \ argument 61 ((_b[1]) == 0x03) && \ 62 ((_b[2]) == 0x28) \ 65 #define SS4_IS_IDLE_V2(_b) (((_b[0]) == 0x18) && \ argument 66 ((_b[1]) == 0x10) && \ 67 ((_b[2]) == 0x00) && \ 68 ((_b[3] & 0x88) == 0x08) && \ 69 ((_b[4]) == 0x10) && \ 70 ((_b[5]) == 0x00) \ 73 #define SS4_1F_X_V2(_b) (((_b[0]) & 0x0007) | \ argument [all …]
|
/linux/arch/arm/crypto/ |
H A D | sha1-armv7-neon.S | 48 #define _b r5 macro 328 _R( _a, _b, _c, _d, _e, F1, 0, 331 _R( _e, _a, _b, _c, _d, F1, 1, 334 _R( _d, _e, _a, _b, _c, F1, 2, 337 _R( _c, _d, _e, _a, _b, F1, 3, 343 _R( _b, _c, _d, _e, _a, F1, 4, 346 _R( _a, _b, _c, _d, _e, F1, 5, 349 _R( _e, _a, _b, _c, _d, F1, 6, 352 _R( _d, _e, _a, _b, _c, F1, 7, 356 _R( _c, _d, _e, _a, _b, F1, 8, [all …]
|
/linux/fs/bcachefs/ |
H A D | bset.h | 208 #define for_each_bset(_b, _t) \ argument 209 for (struct bset_tree *_t = (_b)->set; _t < (_b)->set + (_b)->nsets; _t++) 211 #define for_each_bset_c(_b, _t) \ argument 212 for (const struct bset_tree *_t = (_b)->set; _t < (_b)->set + (_b)->nsets; _t++) 214 #define bset_tree_for_each_key(_b, _t, _k) \ argument 215 for (_k = btree_bkey_first(_b, _t); \ 216 _k != btree_bkey_last(_b, _t); \ 494 #define btree_account_key_add(_b, _k) \ argument 495 btree_keys_account_key(&(_b)->nr, \ 496 bch2_bkey_to_bset(_b, _k) - (_b)->set, _k, 1) [all …]
|
H A D | btree_types.h | 702 #define btree_bkey_first(_b, _t) \ argument 704 EBUG_ON(bset(_b, _t)->start != \ 705 __btree_node_offset_to_key(_b, btree_bkey_first_offset(_t)));\ 707 bset(_b, _t)->start; \ 710 #define btree_bkey_last(_b, _t) \ argument 712 EBUG_ON(__btree_node_offset_to_key(_b, (_t)->end_offset) != \ 713 vstruct_last(bset(_b, _t))); \ 715 __btree_node_offset_to_key(_b, (_t)->end_offset); \
|
H A D | buckets.h | 38 #define for_each_bucket(_b, _buckets) \ argument 39 for (_b = (_buckets)->b + (_buckets)->first_bucket; \ 40 _b < (_buckets)->b + (_buckets)->nbuckets; _b++)
|
H A D | btree_iter.h | 199 #define trans_for_each_path_with_node(_trans, _b, _path, _iter) \ argument 201 (_path = __trans_next_path_with_node((_trans), (_b), &_iter));\ 637 _locks_want, _depth, _flags, _b, _do) \ 647 struct btree *_b = bch2_btree_iter_peek_node(&_iter); \ 648 if (!_b) \ 651 PTR_ERR_OR_ZERO(_b) ?: (_do); \ 662 _flags, _b, _do) \ 664 0, 0, _flags, _b, _do)
|
/linux/drivers/iio/adc/ |
H A D | ad7793.c | 615 #define DECLARE_AD7793_CHANNELS(_name, _b, _sb, _s) \ argument 617 AD7793_DIFF_CHANNEL(0, 0, 0, AD7793_CH_AIN1P_AIN1M, (_b), (_sb), (_s)), \ 618 AD7793_DIFF_CHANNEL(1, 1, 1, AD7793_CH_AIN2P_AIN2M, (_b), (_sb), (_s)), \ 619 AD7793_DIFF_CHANNEL(2, 2, 2, AD7793_CH_AIN3P_AIN3M, (_b), (_sb), (_s)), \ 620 AD7793_SHORTED_CHANNEL(3, 0, AD7793_CH_AIN1M_AIN1M, (_b), (_sb), (_s)), \ 621 AD7793_TEMP_CHANNEL(4, AD7793_CH_TEMP, (_b), (_sb), (_s)), \ 622 AD7793_SUPPLY_CHANNEL(5, 3, AD7793_CH_AVDD_MONITOR, (_b), (_sb), (_s)), \ 626 #define DECLARE_AD7795_CHANNELS(_name, _b, _sb) \ argument 628 AD7793_DIFF_CHANNEL(0, 0, 0, AD7793_CH_AIN1P_AIN1M, (_b), (_sb), 0), \ 629 AD7793_DIFF_CHANNEL(1, 1, 1, AD7793_CH_AIN2P_AIN2M, (_b), (_sb), 0), \ [all …]
|
/linux/scripts/kconfig/ |
H A D | nconf.h | 27 typeof(b) _b = b;\ 28 _a > _b ? _a : _b; }) 32 typeof(b) _b = b;\ 33 _a < _b ? _a : _b; })
|
/linux/drivers/hid/bpf/progs/ |
H A D | hid_bpf_helpers.h | 158 …RG11(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b) _1; _2; _3; _4; _5; _6; _7; _8; _… argument 159 …RG12(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c) _1; _2; _3; _4; _5; _6; _7; _8; _… argument 160 …RG13(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d) _1; _2; _3; _4; _5; _6; _7; _8; _… argument 161 …RG14(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d, _e) _1; _2; _3; _4; _5; _6; _7; _8; _… argument 162 …RG15(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d, _e, _f) _1; _2; _3; _4; _5; _6; _7; _8; _… argument
|
/linux/include/linux/ |
H A D | sh_clk.h | 126 #define SH_CLK_MSTP32(_p, _r, _b, _f) \ argument 127 SH_CLK_MSTP(_p, _r, _b, 0, _f | CLK_ENABLE_REG_32BIT) 129 #define SH_CLK_MSTP32_STS(_p, _r, _b, _s, _f) \ argument 130 SH_CLK_MSTP(_p, _r, _b, _s, _f | CLK_ENABLE_REG_32BIT) 132 #define SH_CLK_MSTP16(_p, _r, _b, _f) \ argument 133 SH_CLK_MSTP(_p, _r, _b, 0, _f | CLK_ENABLE_REG_16BIT) 135 #define SH_CLK_MSTP8(_p, _r, _b, _f) \ argument 136 SH_CLK_MSTP(_p, _r, _b, 0, _f | CLK_ENABLE_REG_8BIT)
|
H A D | slab.h | 803 #define DECL_BUCKET_PARAMS(_size, _b) size_t (_size), kmem_buckets *(_b) argument 804 #define PASS_BUCKET_PARAMS(_size, _b) (_size), (_b) argument 805 #define PASS_BUCKET_PARAM(_b) (_b) argument 807 #define DECL_BUCKET_PARAMS(_size, _b) size_t (_size) argument 808 #define PASS_BUCKET_PARAMS(_size, _b) (_size) argument 809 #define PASS_BUCKET_PARAM(_b) NULL argument 909 #define kmem_buckets_alloc(_b, _size, _flags) \ argument 910 alloc_hooks(__kmalloc_node_noprof(PASS_BUCKET_PARAMS(_size, _b), _flags, NUMA_NO_NODE)) 912 #define kmem_buckets_alloc_track_caller(_b, _size, _flags) \ argument 913 …alloc_hooks(__kmalloc_node_track_caller_noprof(PASS_BUCKET_PARAMS(_size, _b), _flags, NUMA_NO_NODE… [all …]
|
/linux/drivers/gpu/drm/i915/gvt/ |
H A D | reg.h | 93 #define IS_MASKED_BITS_ENABLED(_val, _b) \ argument 94 (((_val) & _MASKED_BIT_ENABLE(_b)) == _MASKED_BIT_ENABLE(_b)) 95 #define IS_MASKED_BITS_DISABLED(_val, _b) \ argument 96 ((_val) & _MASKED_BIT_DISABLE(_b))
|
/linux/drivers/md/bcache/ |
H A D | btree.h | 352 struct btree *_b = (c)->root; \ 353 bool _w = insert_lock(op, _b); \ 354 rw_lock(_w, _b, _b->level); \ 355 if (_b == (c)->root && \ 356 _w == insert_lock(op, _b)) { \ 357 _r = bch_btree_ ## fn(_b, op, ##__VA_ARGS__); \ 359 rw_unlock(_w, _b); \
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | get_func_args_test.c | 71 int BPF_PROG(fmod_ret_test, int _a, int *_b, int _ret) in BPF_PROG() argument 84 test3_result &= err == 0 && ((int *) b == _b); in BPF_PROG() 100 int BPF_PROG(fexit_test, int _a, int *_b, int _ret) in BPF_PROG() argument 113 test4_result &= err == 0 && ((int *) b == _b); in BPF_PROG()
|
/linux/fs/afs/ |
H A D | vl_list.c | 78 static u16 afs_extract_le16(const u8 **_b) in afs_extract_le16() argument 82 val = (u16)*(*_b)++ << 0; in afs_extract_le16() 83 val |= (u16)*(*_b)++ << 8; in afs_extract_le16() 91 const u8 **_b, const u8 *end, in afs_extract_vl_addrs() argument 95 const u8 *b = *_b; in afs_extract_vl_addrs() 147 *_b = b; in afs_extract_vl_addrs() 151 *_b = b; in afs_extract_vl_addrs()
|
/linux/drivers/block/xen-blkback/ |
H A D | common.h | 365 #define xen_blkif_get(_b) (atomic_inc(&(_b)->refcnt)) argument 366 #define xen_blkif_put(_b) \ argument 368 if (atomic_dec_and_test(&(_b)->refcnt)) \ 369 schedule_work(&(_b)->free_work);\
|
/linux/drivers/soc/fsl/qbman/ |
H A D | qman_priv.h | 135 const u32 *_b = b->q.state; in qman_cgrs_and() local 138 *_d++ = *_a++ & *_b++; in qman_cgrs_and() 147 const u32 *_b = b->q.state; in qman_cgrs_xor() local 150 *_d++ = *_a++ ^ *_b++; in qman_cgrs_xor()
|
/linux/drivers/gpu/drm/imagination/ |
H A D | pvr_rogue_meta.h | 321 u32 _a = (a), _b = (b); \ 323 ((_a) < (ROGUE_META_COREMEM_CODE_ADDR + (_b))); \ 327 u32 _a = (a), _b = (b); \ 329 ((_a) < (ROGUE_META_COREMEM_DATA_ADDR + (_b))); \
|
/linux/arch/mips/include/asm/sn/sn0/ |
H A D | hubmd.h | 148 #define MMC_BANK_SHFT(_b) ((_b) * 3) argument 149 #define MMC_BANK_MASK(_b) (UINT64_CAST 7 << MMC_BANK_SHFT(_b)) argument 266 #define MD_BANK_OFFSET(_b) (UINT64_CAST (_b) << MD_BANK_SHFT) argument
|
/linux/tools/testing/selftests/net/ |
H A D | pmtu.sh | 443 …run_cmd ${ns_b} ip link add ${encap}_b type ${type} ${mode} local ${b_addr} remote ${a_addr} encap… 447 run_cmd ${ns_b} ip addr add ${tunnel4_b_addr}/${tunnel4_mask} dev ${encap}_b 450 run_cmd ${ns_b} ip addr add ${tunnel6_b_addr}/${tunnel6_mask} dev ${encap}_b 454 run_cmd ${ns_b} ip link set ${encap}_b up 584 …run_cmd ${ns_b} ip link add vti${proto}_b type ${vti_type} local ${veth_b_addr} remote ${veth_a_ad… 587 run_cmd ${ns_b} ip addr add ${vti_b_addr}/${vti_mask} dev vti${proto}_b 590 run_cmd ${ns_b} ip link set vti${proto}_b up 626 run_cmd ${ns_b} ip link add ${type}_b type ${type} id 1 ${opts_b} remote ${a_addr} ${opts} 637 run_cmd ${ns_b} ip addr add ${tunnel4_b_addr}/${tunnel4_mask} dev ${type}_b 638 run_cmd ${ns_b} ip addr add ${tunnel6_b_addr}/${tunnel6_mask} dev ${type}_b [all …]
|
/linux/kernel/ |
H A D | static_call_inline.c | 76 static int static_call_site_cmp(const void *_a, const void *_b) in static_call_site_cmp() argument 79 const struct static_call_site *b = _b; in static_call_site_cmp() 92 static void static_call_site_swap(void *_a, void *_b, int size) in static_call_site_swap() argument 94 long delta = (unsigned long)_a - (unsigned long)_b; in static_call_site_swap() 96 struct static_call_site *b = _b; in static_call_site_swap()
|
/linux/arch/loongarch/kernel/ |
H A D | unwind_orc.c | 202 static void orc_sort_swap(void *_a, void *_b, int size) in orc_sort_swap() argument 204 int delta = _b - _a; in orc_sort_swap() 205 int *a = _a, *b = _b, tmp; in orc_sort_swap() 219 static int orc_sort_cmp(const void *_a, const void *_b) in orc_sort_cmp() argument 221 const int *a = _a, *b = _b; in orc_sort_cmp()
|
/linux/drivers/scsi/fnic/ |
H A D | fnic_trace.h | 73 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument 87 trace_buf->data[1] = (u64)(unsigned long)_b; \
|
/linux/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-isp.h | 107 #define to_isp_video_buf(_b) container_of(_b, struct isp_video_buf, vb) argument
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_dump.c | 307 #define TEST_BTF_DUMP_DATA(_b, _d, _prefix, _str, _type, _flags, \ argument 315 (void) btf_dump_data(_b, _d, _ptrtype, _prefix, _flags, \ 321 #define TEST_BTF_DUMP_DATA_C(_b, _d, _prefix, _str, _type, _flags, \ argument 323 TEST_BTF_DUMP_DATA(_b, _d, _prefix, _str, _type, _flags, \ 327 #define TEST_BTF_DUMP_DATA_OVER(_b, _d, _prefix, _str, _type, _type_sz, \ argument 335 (void) btf_dump_data(_b, _d, _ptrtype, _prefix, 0, \ 339 #define TEST_BTF_DUMP_VAR(_b, _d, _prefix, _str, _var, _type, _flags, \ argument 345 (void) btf_dump_data(_b, _d, _var, _prefix, _flags, \
|