Home
last modified time | relevance | path

Searched defs:_c (Results 1 – 25 of 39) sorted by relevance

12

/linux/fs/bcachefs/
H A Dsiphash.h75 #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 Dbcachefs.h229 #define count_event(_c, _name) this_cpu_inc((_c)->counters[BCH_COUNTER_##_name]) argument
231 #define trace_and_count(_c, _name, ...) \ argument
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
254 #define bch2_fmt_inum_offset(_c, _inum, _offset, fmt) \ argument
259 #define bch2_log_msg(_c, fmt) fmt argument
262 #define bch2_fmt_inum(_c, _inum, fmt) "inum %llu: " fmt "\n", (_inum) argument
263 #define bch2_fmt_inum_offset(_c, _inum, _offset, 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
[all …]
H A Dbtree_cache.h79 #define for_each_cached_btree(_b, _c, _tbl, _iter, _pos) \ argument
H A Dchecksum.h41 #define csum_vstruct(_c, _type, _nonce, _i) \ argument
H A Dinode.h139 #define inode_opt_get(_c, _inode, _name) \ argument
H A Dalloc_foreground.h50 #define open_bucket_for_each(_c, _obs, _ob, _i) \ argument
H A Derror.h112 #define fsck_err_count(_c, _err) bch2_sb_err_count(_c, BCH_FSCK_ERR_##_err) argument
H A Dbtree_update.h195 #define bch2_trans_do(_c, _disk_res, _journal_seq, _flags, _do) \ argument
H A Dbtree_iter.h899 #define bch2_trans_run(_c, _do) \ argument
915 #define bch2_trans_get(_c) \ argument
/linux/drivers/reset/sti/
H A Dreset-syscfg.h28 #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 Dni_660x.c81 #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/drivers/net/wireless/ath/ath5k/
H A Ddesc.c174 #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/drivers/hid/bpf/progs/
H A Dhid_bpf_helpers.h159 #define _ARG12(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c) _1; _2; _3; _4; _5; _6; … argument
160 #define _ARG13(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d) _1; _2; _3; _4; _5; _6; … argument
161 #define _ARG14(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d, _e) _1; _2; _3; _4; _5; _6; … argument
162 #define _ARG15(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d, _e, _f) _1; _2; _3; _4; _5; _6; … argument
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_perf_branches.c18 __u64 _c; member
/linux/drivers/net/wireless/ath/ath9k/
H A Dhw.h464 #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
479 #define IS_CHAN_HT40PLUS(_c) ((_c)->channelFlags & CHANNEL_HT40PLUS) argument
480 #define IS_CHAN_HT40MINUS(_c) ((_c)->channelFlags & CHANNEL_HT40MINUS) argument
/linux/include/linux/
H A Dmroute.h81 struct mr_mfc _c; member
H A Dmroute6.h84 struct mr_mfc _c; member
/linux/samples/seccomp/
H A Dbpf-direct.c163 #define payload(_c) (_c), sizeof((_c)) argument
/linux/drivers/scsi/fnic/
H A Dfnic_trace.h73 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
/linux/arch/arm/mach-footbridge/
H A Ddc21285.c291 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Drs.h659 #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/rapidio/
H A Drio_cm.c1498 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 Dxp.h256 #define XPC_CHANNEL_REGISTERED(_c) (xpc_registrations[_c].func != NULL) argument
/linux/drivers/rapidio/devices/
H A Dtsi721_dma.c1023 struct dma_chan *chan, *_c; in tsi721_unregister_dma() local
/linux/arch/powerpc/platforms/ps3/
H A Drepository.c39 #define dump_node_name(_a, _b, _c, _d, _e) \ argument
51 #define dump_node(_a, _b, _c, _d, _e, _f, _g) \ argument

12