| /linux/fs/bcachefs/ |
| A D | siphash.h | 75 #define SipHash24_Init(_c, _k) SipHash_Init((_c), (_k)) argument 76 #define SipHash24_Update(_c, _p, _l) SipHash_Update((_c), 2, 4, (_p), (_l)) argument 78 #define SipHash24_Final(_d, _c) SipHash_Final((_d), (_c), 2, 4) argument 81 #define SipHash48_Init(_c, _k) SipHash_Init((_c), (_k)) argument 82 #define SipHash48_Update(_c, _p, _l) SipHash_Update((_c), 4, 8, (_p), (_l)) argument 84 #define SipHash48_Final(_d, _c) SipHash_Final((_d), (_c), 4, 8) argument
|
| A D | bcachefs.h | 229 #define count_event(_c, _name) this_cpu_inc((_c)->counters[BCH_COUNTER_##_name]) argument 233 count_event(_c, _name); \ 250 #define bch2_log_msg(_c, fmt) "bcachefs (%s): " fmt, ((_c)->name) argument 253 #define bch2_fmt_inum(_c, _inum, fmt) "bcachefs (%s inum %llu): " fmt "\n", ((_c)->name), (_inum) argument 259 #define bch2_log_msg(_c, fmt) fmt argument 268 #define bch2_fmt(_c, fmt) bch2_log_msg(_c, fmt "\n") argument 278 #define maybe_dev_to_fs(_c) _Generic((_c), \ argument 280 struct bch_fs *: (_c)) 282 #define bch2_print(_c, ...) __bch2_print(maybe_dev_to_fs(_c), __VA_ARGS__) argument 291 bch2_print(_c, __VA_ARGS__); \ [all …]
|
| A D | sb-members.h | 91 #define for_each_member_device_rcu(_c, _ca, _mask) \ argument 93 (_ca = __bch2_next_dev((_c), _ca, (_mask)));) 138 #define __for_each_member_device(_c, _ca) \ argument 139 for (; (_ca = bch2_get_next_dev(_c, _ca));) 141 #define for_each_member_device(_c, _ca) \ argument 143 (_ca = bch2_get_next_dev(_c, _ca));) 162 #define __for_each_online_member(_c, _ca, state_mask) \ argument 164 (_ca = bch2_get_next_online_dev(_c, _ca, state_mask));)
|
| A D | btree_cache.h | 81 #define for_each_cached_btree(_b, _c, _tbl, _iter, _pos) \ argument 82 for ((_tbl) = rht_dereference_rcu((_c)->btree_cache.table.tbl, \ 83 &(_c)->btree_cache.table), \
|
| A D | error.h | 112 #define fsck_err_count(_c, _err) bch2_sb_err_count(_c, BCH_FSCK_ERR_##_err) argument
|
| A D | checksum.h | 41 #define csum_vstruct(_c, _type, _nonce, _i) \ argument 45 bch2_checksum(_c, _type, _nonce, _start, vstruct_end(_i) - _start);\
|
| /linux/arch/arm/crypto/ |
| A D | sha1-armv7-neon.S | 49 #define _c r6 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, 591 add _c, RT2; [all …]
|
| /linux/include/math-emu/ |
| A D | op-common.h | 231 switch (_FP_CLS_COMBINE(X##_c, Y##_c)) \ 317 R##_c = X##_c; \ 328 R##_c = Y##_c; \ 385 R##_c = X##_c; \ 398 switch (_FP_CLS_COMBINE(X##_c, Y##_c)) \ 427 R##_c = X##_c; \ 439 R##_c = Y##_c; \ 463 switch (_FP_CLS_COMBINE(X##_c, Y##_c)) \ 481 R##_c = X##_c; \ 489 R##_c = Y##_c; \ [all …]
|
| /linux/drivers/reset/sti/ |
| A D | reset-syscfg.h | 28 #define _SYSCFG_RST_CH(_c, _rr, _rb, _ar, _ab) \ argument 29 { .compatible = _c, \ 33 #define _SYSCFG_RST_CH_NO_ACK(_c, _rr, _rb) \ argument 34 { .compatible = _c, \
|
| /linux/net/ipv6/ |
| A D | ip6mr.c | 491 mfc->_c.mfc_parent); in ipmr_mfc_seq_show() 495 mfc->_c.mfc_un.res.pkt, in ipmr_mfc_seq_show() 496 mfc->_c.mfc_un.res.bytes, in ipmr_mfc_seq_show() 1171 c->_c.mfc_parent = -1; in ip6mr_cache_unresolved() 1231 list_del_rcu(&c->_c.list); in ip6mr_mfc_delete() 1236 mr_cache_put(&c->_c); in ip6mr_mfc_delete() 2113 vif = c->_c.mfc_parent; in ip6_mr_forward() 2114 c->_c.mfc_un.res.pkt++; in ip6_mr_forward() 2134 c->_c.mfc_un.res.wrong_if++; in ip6_mr_forward() 2170 c->_c.mfc_un.res.ttls[c->_c.mfc_parent]) { in ip6_mr_forward() [all …]
|
| /linux/drivers/hid/bpf/progs/ |
| A D | hid_bpf_helpers.h | 159 …(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c) _1; _2; _3; _4; _5; _6; _7; _8; _9; _… argument 160 …(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d) _1; _2; _3; _4; _5; _6; _7; _8; _9; _… argument 161 …(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d, _e) _1; _2; _3; _4; _5; _6; _7; _8; _9; _… argument 162 …(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d, _e, _f) _1; _2; _3; _4; _5; _6; _7; _8; _9; _… argument
|
| /linux/drivers/comedi/drivers/ |
| A D | ni_stc.h | 256 #define NISTC_RTSI_TRIG_DIR(_c, _m) ((_m) ? BIT(8 + (_c)) : BIT(7 + (_c))) argument 433 #define NISTC_RTSI_TRIG(_c, _s) (((_s) & 0xf) << (((_c) % 4) * 4)) argument 434 #define NISTC_RTSI_TRIG_MASK(_c) NISTC_RTSI_TRIG((_c), 0xf) argument 435 #define NISTC_RTSI_TRIG_TO_SRC(_c, _b) (((_b) >> (((_c) % 4) * 4)) & 0xf) argument 560 #define NI_E_DMA_G0_G1_SEL(_g, _c) (((_c) & 0xf) << ((_g) * 4)) argument 761 #define NI_M_PFI_FILTER_SEL(_c, _f) (((_f) & 0x3) << ((_c) * 2)) argument 762 #define NI_M_PFI_FILTER_SEL_MASK(_c) NI_M_PFI_FILTER_SEL((_c), 0x3) argument 805 #define NI_M_PFI_CHAN(_c) (((_c) % 3) * 5) argument 806 #define NI_M_PFI_OUT_SEL(_c, _s) (((_s) & 0x1f) << NI_M_PFI_CHAN(_c)) argument 807 #define NI_M_PFI_OUT_SEL_MASK(_c) (0x1f << NI_M_PFI_CHAN(_c)) argument [all …]
|
| A D | ni_660x.c | 81 #define NI660X_DMA_CFG_SEL(_c, _s) (((_s) & 0x1f) << (8 * (_c))) argument 82 #define NI660X_DMA_CFG_SEL_MASK(_c) NI660X_DMA_CFG_SEL((_c), 0x1f) argument 83 #define NI660X_DMA_CFG_SEL_NONE(_c) NI660X_DMA_CFG_SEL((_c), 0x1f) argument 84 #define NI660X_DMA_CFG_RESET(_c) NI660X_DMA_CFG_SEL((_c), 0x80) argument 87 #define NI660X_IO_CFG_OUT_SEL(_c, _s) (((_s) & 0x3) << (((_c) % 2) ? 0 : 8)) argument 88 #define NI660X_IO_CFG_OUT_SEL_MASK(_c) NI660X_IO_CFG_OUT_SEL((_c), 0x3) argument 89 #define NI660X_IO_CFG_IN_SEL(_c, _s) (((_s) & 0x7) << (((_c) % 2) ? 4 : 12)) argument 90 #define NI660X_IO_CFG_IN_SEL_MASK(_c) NI660X_IO_CFG_IN_SEL((_c), 0x7) argument
|
| /linux/net/ipv4/ |
| A D | ipmr.c | 1131 c->_c.mfc_parent = -1; in ipmr_cache_unresolved() 1190 list_del_rcu(&c->_c.list); in ipmr_mfc_delete() 1193 mr_cache_put(&c->_c); in ipmr_mfc_delete() 1240 c->_c.mfc_flags |= MFC_STATIC; in ipmr_mfc_add() 1964 vif = c->_c.mfc_parent; in ip_mr_forward() 1965 c->_c.mfc_un.res.pkt++; in ip_mr_forward() 1998 c->_c.mfc_un.res.wrong_if++; in ip_mr_forward() 2032 c->_c.mfc_un.res.ttls[c->_c.mfc_parent]) { in ip_mr_forward() 2037 psend = c->_c.mfc_parent; in ip_mr_forward() 2998 mfc->_c.mfc_parent); in ipmr_mfc_seq_show() [all …]
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| A D | hw.h | 464 #define IS_CHAN_5GHZ(_c) (!!((_c)->channelFlags & CHANNEL_5GHZ)) argument 465 #define IS_CHAN_2GHZ(_c) (!IS_CHAN_5GHZ(_c)) argument 467 #define IS_CHAN_HALF_RATE(_c) (!!((_c)->channelFlags & CHANNEL_HALF)) argument 468 #define IS_CHAN_QUARTER_RATE(_c) (!!((_c)->channelFlags & CHANNEL_QUARTER)) argument 469 #define IS_CHAN_A_FAST_CLOCK(_ah, _c) \ argument 472 #define IS_CHAN_HT(_c) ((_c)->channelFlags & CHANNEL_HT) argument 474 #define IS_CHAN_HT20(_c) (IS_CHAN_HT(_c) && !IS_CHAN_HT40(_c)) argument 476 #define IS_CHAN_HT40(_c) \ argument 477 (!!((_c)->channelFlags & (CHANNEL_HT40PLUS | CHANNEL_HT40MINUS))) 479 #define IS_CHAN_HT40PLUS(_c) ((_c)->channelFlags & CHANNEL_HT40PLUS) argument [all …]
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| A D | desc.c | 174 #define _TX_FLAGS(_c, _flag) \ in ath5k_hw_setup_2word_tx_desc() argument 176 tx_ctl->tx_control_##_c |= \ in ath5k_hw_setup_2word_tx_desc() 177 AR5K_2W_TX_DESC_CTL##_c##_##_flag; \ in ath5k_hw_setup_2word_tx_desc() 179 #define _TX_FLAGS_5211(_c, _flag) \ in ath5k_hw_setup_2word_tx_desc() argument 181 tx_ctl->tx_control_##_c |= \ in ath5k_hw_setup_2word_tx_desc() 182 AR5K_2W_TX_DESC_CTL##_c##_##_flag##_5211; \ in ath5k_hw_setup_2word_tx_desc() 318 #define _TX_FLAGS(_c, _flag) \ in ath5k_hw_setup_4word_tx_desc() argument 320 txctl##_c |= AR5K_4W_TX_DESC_CTL##_c##_##_flag; \ in ath5k_hw_setup_4word_tx_desc()
|
| /linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
| A D | memory.h | 107 u64 _a = (a), _c = (c), _d = (d), _o = _a >> s, _s = _c << s; \ 111 while (_c--) \ 117 for (; _c; _c--, _a += BIT(s)) \
|
| /linux/samples/seccomp/ |
| A D | bpf-direct.c | 163 #define payload(_c) (_c), sizeof((_c)) argument
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| A D | rs.h | 659 #define LQ_FLAGS_COLOR_INC(_c) ((((_c) + 1) << LQ_FLAG_COLOR_POS) &\ argument 661 #define LQ_FLAG_COLOR_SET(_f, _c) ((_c) | ((_f) & ~LQ_FLAG_COLOR_MSK)) argument
|
| /linux/drivers/scsi/fnic/ |
| A D | fnic_trace.h | 73 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument 88 trace_buf->data[2] = (u64)(unsigned long)_c; \
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| A D | adreno_gpu.h | 64 #define ADRENO_CHIPID_ARGS(_c) \ argument 65 (((_c) >> 24) & 0xff), \ 66 (((_c) >> 16) & 0xff), \ 67 (((_c) >> 8) & 0xff), \ 68 ((_c) & 0xff)
|
| /linux/fs/jffs2/ |
| A D | background.c | 75 static int jffs2_garbage_collect_thread(void *_c) in jffs2_garbage_collect_thread() argument 77 struct jffs2_sb_info *c = _c; in jffs2_garbage_collect_thread()
|
| /linux/arch/powerpc/include/asm/ |
| A D | perf_event_server.h | 181 #define CACHE_EVENT_ATTR(_name, _id) EVENT_ATTR(_name, _id, _c) 182 #define CACHE_EVENT_PTR(_id) EVENT_PTR(_id, _c)
|
| /linux/drivers/misc/sgi-xp/ |
| A D | xp.h | 256 #define XPC_CHANNEL_REGISTERED(_c) (xpc_registrations[_c].func != NULL) argument
|
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | test_perf_branches.c | 18 __u64 _c; member
|