Searched refs:_c (Results 26 - 50 of 58) sorted by relevance

123

/linux-master/fs/bcachefs/
H A Dchecksum.h41 #define csum_vstruct(_c, _type, _nonce, _i) \
45 bch2_checksum(_c, _type, _nonce, _start, vstruct_end(_i) - _start);\
H A Dbtree_update.h179 #define bch2_trans_run(_c, _do) \
181 struct btree_trans *trans = bch2_trans_get(_c); \
187 #define bch2_trans_do(_c, _disk_res, _journal_seq, _flags, _do) \
188 bch2_trans_run(_c, commit_do(trans, _disk_res, _journal_seq, _flags, _do))
H A Dutil.h103 size_t _c, _j = i; \
105 for (; _j * 2 + 1 < (h)->used; _j = _c) { \
106 _c = _j * 2 + 1; \
107 if (_c + 1 < (h)->used && \
108 cmp(h, (h)->data[_c], (h)->data[_c + 1]) >= 0) \
109 _c++; \
111 if (cmp(h, (h)->data[_c], (h)->data[_j]) >= 0) \
113 heap_swap(h, _c, _j, set_backpointer); \
H A Dalloc_foreground.h44 #define open_bucket_for_each(_c, _obs, _ob, _i) \
47 ((_ob) = (_c)->open_buckets + (_obs)->v[_i], true); \
H A Dinode.h138 #define inode_opt_get(_c, _inode, _name) \
139 ((_inode)->bi_##_name ? (_inode)->bi_##_name - 1 : (_c)->opts._name)
H A Dbkey_types.h137 bkey_i_to_##name##_c(const struct bkey_i *k) \
/linux-master/arch/sparc/include/asm/
H A Dsfp-machine_64.h72 R##_c = FP_CLS_NAN; \
H A Dsfp-machine_32.h74 R##_c = FP_CLS_NAN; \
/linux-master/include/linux/
H A Dmroute6.h84 struct mr_mfc _c; member in struct:mfc6_cache
/linux-master/drivers/gpu/drm/msm/adreno/
H A Dadreno_gpu.h64 #define ADRENO_CHIPID_ARGS(_c) \
65 (((_c) >> 24) & 0xff), \
66 (((_c) >> 16) & 0xff), \
67 (((_c) >> 8) & 0xff), \
68 ((_c) & 0xff)
/linux-master/arch/arm/mach-footbridge/
H A Ddc21285.c291 #define dc21285_request_irq(_a, _b, _c, _d, _e) \
292 WARN_ON(request_irq(_a, _b, _c, _d, _e) < 0)
/linux-master/include/scsi/
H A Dlibiscsi.h461 #define iscsi_conn_printk(prefix, _c, fmt, a...) \
462 iscsi_cls_conn_printk(prefix, ((struct iscsi_conn *)_c)->cls_conn, \
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.h393 #define RS_DRV_DATA_PACK(_c, _p) ((void *)(uintptr_t)\
395 ((_c) << RS_DRV_DATA_LQ_COLOR_POS)))
/linux-master/drivers/dma/
H A Dpch_dma.c741 struct dma_chan *chan, *_c; local
749 list_for_each_entry_safe(chan, _c, &pd->dma.channels, device_node) {
764 struct dma_chan *chan, *_c; local
772 list_for_each_entry_safe(chan, _c, &pd->dma.channels, device_node) {
927 struct dma_chan *chan, *_c; local
934 list_for_each_entry_safe(chan, _c, &pd->dma.channels,
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dswitch.c44 #define POLL_WHILE_TRUE(_c) { \
46 } while (_c); \
50 #define POLL_WHILE_TRUE(_c) { \
53 for (_i=0; _i<RELAX_SPIN_COUNT && (_c); _i++) { \
56 if (unlikely(_c)) yield(); \
58 } while (_c); \
62 #define POLL_WHILE_FALSE(_c) POLL_WHILE_TRUE(!(_c))
/linux-master/arch/powerpc/platforms/ps3/
H A Dspu.c121 #define dump_areas(_a, _b, _c, _d, _e) \
122 _dump_areas(_a, _b, _c, _d, _e, __func__, __LINE__)
H A Drepository.c39 #define dump_node_name(_a, _b, _c, _d, _e) \
40 _dump_node_name(_a, _b, _c, _d, _e, __func__, __LINE__)
51 #define dump_node(_a, _b, _c, _d, _e, _f, _g) \
52 _dump_node(_a, _b, _c, _d, _e, _f, _g, __func__, __LINE__)
/linux-master/arch/powerpc/include/asm/
H A Dsfp-machine.h157 R##_c = FP_CLS_NAN; \
/linux-master/drivers/s390/net/
H A Dqeth_core.h435 #define QETH_CARD_STAT_ADD(_c, _stat, _val) ((_c)->stats._stat += (_val))
436 #define QETH_CARD_STAT_INC(_c, _stat) QETH_CARD_STAT_ADD(_c, _stat, 1)
/linux-master/drivers/rapidio/
H A Drio_cm.c1498 struct rio_channel *ch, *_c; local
1519 list_for_each_entry_safe(ch, _c, &list, ch_node) {
1995 struct rio_channel *ch, *_c; local
2054 list_for_each_entry_safe(ch, _c, &list, ch_node) {
2179 struct rio_channel *ch, *_c; local
2215 list_for_each_entry_safe(ch, _c, &list, ch_node) {
/linux-master/include/math-emu/
H A Dop-1.h293 if (S##_c != FP_CLS_NAN) \
H A Dop-4.h241 _FP_FRAC_DECL_8(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \
617 if (S##_c != FP_CLS_NAN) \
627 if (S##_c != FP_CLS_NAN) \
H A Dop-2.h238 _FP_FRAC_DECL_4(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \
268 _FP_FRAC_DECL_4(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \
590 if (S##_c != FP_CLS_NAN) \
/linux-master/tools/lib/bpf/
H A Dbpf_helpers.h205 #define ___bpf_nth(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, N, ...) N
/linux-master/drivers/rapidio/devices/
H A Dtsi721_dma.c1023 struct dma_chan *chan, *_c; local
1029 list_for_each_entry_safe(chan, _c, &mport->dma.channels,

Completed in 220 milliseconds

123