/linux/fs/bcachefs/ |
H 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
|
H A D | sb-members.h | 103 #define for_each_member_device_rcu(_c, _ca, _mask) \ argument 150 #define __for_each_member_device(_c, _ca) \ argument 153 #define for_each_member_device(_c, _ca) \ argument 174 #define __for_each_online_member(_c, _ca, state_mask) \ argument
|
H A D | bcachefs.h | 231 #define count_event(_c, _name) this_cpu_inc((_c)->counters[BCH_COUNTER_##_name]) argument 233 #define trace_and_count(_c, _name, ...) \ argument 252 #define bch2_log_msg(_c, fmt) "bcachefs (%s): " fmt, ((_c)->name) argument 255 #define bch2_fmt_inum(_c, _inum, fmt) "bcachefs (%s inum %llu): " fmt "\n", ((_c)->name), (_inum) argument 256 #define bch2_fmt_inum_offset(_c, _inum, _offset, fmt) \ argument 261 #define bch2_log_msg(_c, fmt) fmt argument 264 #define bch2_fmt_inum(_c, _inum, fmt) "inum %llu: " fmt "\n", (_inum) argument 265 #define bch2_fmt_inum_offset(_c, _inum, _offset, fmt) \ argument 270 #define bch2_fmt(_c, fmt) bch2_log_msg(_c, fmt "\n") argument 280 #define maybe_dev_to_fs(_c) _Generic((_c), \ argument [all …]
|
H A D | btree_cache.h | 81 #define for_each_cached_btree(_b, _c, _tbl, _iter, _pos) \ argument
|
H A D | checksum.h | 41 #define csum_vstruct(_c, _type, _nonce, _i) \ argument
|
H A D | alloc_foreground.h | 65 #define open_bucket_for_each(_c, _obs, _ob, _i) \ argument
|
H A D | btree_iter.h | 922 #define bch2_trans_run(_c, _do) \ argument 930 #define bch2_trans_do(_c, _do) bch2_trans_run(_c, lockrestart_do(trans, _do)) argument 940 #define bch2_trans_get(_c) \ argument
|
H A D | inode.h | 176 #define inode_opt_get(_c, _inode, _name) \ argument
|
H A D | error.h | 91 #define fsck_err_count(_c, _err) bch2_sb_err_count(_c, BCH_FSCK_ERR_##_err) argument
|
H A D | btree_update.h | 204 #define bch2_trans_commit_do(_c, _disk_res, _journal_seq, _flags, _do) \ argument
|
/linux/drivers/reset/sti/ |
H A D | reset-syscfg.h | 28 #define _SYSCFG_RST_CH(_c, _rr, _rb, _ar, _ab) \ argument 33 #define _SYSCFG_RST_CH_NO_ACK(_c, _rr, _rb) \ argument
|
/linux/drivers/comedi/drivers/ |
H 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
|
H 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 …]
|
/linux/drivers/net/wireless/ath/ath5k/ |
H A D | desc.c | 174 #define _TX_FLAGS(_c, _flag) \ in ath5k_hw_setup_2word_tx_desc() argument 179 #define _TX_FLAGS_5211(_c, _flag) \ in ath5k_hw_setup_2word_tx_desc() argument 318 #define _TX_FLAGS(_c, _flag) \ in ath5k_hw_setup_4word_tx_desc() argument
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_perf_branches.c | 18 __u64 _c; member
|
/linux/include/linux/ |
H A D | mroute.h | 81 struct mr_mfc _c; member
|
H A D | mroute6.h | 84 struct mr_mfc _c; member
|
/linux/samples/seccomp/ |
H A D | bpf-direct.c | 163 #define payload(_c) (_c), sizeof((_c)) argument
|
/linux/drivers/scsi/fnic/ |
H A D | fnic_trace.h | 73 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
|
/linux/arch/arm/mach-footbridge/ |
H A D | dc21285.c | 291 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument
|
/linux/drivers/ptp/ |
H A D | ptp_vmclock.c | 54 #define VMCLOCK_FIELD_PRESENT(_c, _f) \ argument
|
/linux/drivers/rapidio/ |
H A D | rio_cm.c | 1498 struct rio_channel *ch, *_c; in riocm_cdev_release() local 1995 struct rio_channel *ch, *_c; in riocm_remove_dev() local 2179 struct rio_channel *ch, *_c; in riocm_remove_mport() local
|
/linux/drivers/misc/sgi-xp/ |
H A D | xp.h | 256 #define XPC_CHANNEL_REGISTERED(_c) (xpc_registrations[_c].func != NULL) argument
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | rs.h | 711 #define LQ_FLAGS_COLOR_INC(_c) ((((_c) + 1) << LQ_FLAG_COLOR_POS) &\ argument 713 #define LQ_FLAG_COLOR_SET(_f, _c) ((_c) | ((_f) & ~LQ_FLAG_COLOR_MSK)) argument
|
/linux/drivers/rapidio/devices/ |
H A D | tsi721_dma.c | 1023 struct dma_chan *chan, *_c; in tsi721_unregister_dma() local
|