Symbol: _c
arch/alpha/include/asm/sfp-machine.h
59
R##_c = FP_CLS_NAN; \
arch/arm/mach-footbridge/dc21285.c
291
#define dc21285_request_irq(_a, _b, _c, _d, _e) \
arch/arm/mach-footbridge/dc21285.c
292
WARN_ON(request_irq(_a, _b, _c, _d, _e) < 0)
arch/powerpc/include/asm/perf_event_server.h
181
#define CACHE_EVENT_ATTR(_name, _id) EVENT_ATTR(_name, _id, _c)
arch/powerpc/include/asm/perf_event_server.h
182
#define CACHE_EVENT_PTR(_id) EVENT_PTR(_id, _c)
arch/powerpc/include/asm/sfp-machine.h
157
R##_c = FP_CLS_NAN; \
arch/powerpc/platforms/cell/spufs/switch.c
44
#define POLL_WHILE_TRUE(_c) { \
arch/powerpc/platforms/cell/spufs/switch.c
46
} while (_c); \
arch/powerpc/platforms/cell/spufs/switch.c
50
#define POLL_WHILE_TRUE(_c) { \
arch/powerpc/platforms/cell/spufs/switch.c
53
for (_i=0; _i<RELAX_SPIN_COUNT && (_c); _i++) { \
arch/powerpc/platforms/cell/spufs/switch.c
56
if (unlikely(_c)) yield(); \
arch/powerpc/platforms/cell/spufs/switch.c
58
} while (_c); \
arch/powerpc/platforms/cell/spufs/switch.c
62
#define POLL_WHILE_FALSE(_c) POLL_WHILE_TRUE(!(_c))
arch/powerpc/platforms/ps3/repository.c
39
#define dump_node_name(_a, _b, _c, _d, _e) \
arch/powerpc/platforms/ps3/repository.c
40
_dump_node_name(_a, _b, _c, _d, _e, __func__, __LINE__)
arch/powerpc/platforms/ps3/repository.c
51
#define dump_node(_a, _b, _c, _d, _e, _f, _g) \
arch/powerpc/platforms/ps3/repository.c
52
_dump_node(_a, _b, _c, _d, _e, _f, _g, __func__, __LINE__)
arch/powerpc/platforms/ps3/spu.c
121
#define dump_areas(_a, _b, _c, _d, _e) \
arch/powerpc/platforms/ps3/spu.c
122
_dump_areas(_a, _b, _c, _d, _e, __func__, __LINE__)
arch/sh/include/asm/sfp-machine.h
66
R##_c = FP_CLS_NAN; \
arch/sparc/include/asm/sfp-machine_32.h
74
R##_c = FP_CLS_NAN; \
arch/sparc/include/asm/sfp-machine_64.h
72
R##_c = FP_CLS_NAN; \
drivers/comedi/drivers/ni_660x.c
81
#define NI660X_DMA_CFG_SEL(_c, _s) (((_s) & 0x1f) << (8 * (_c)))
drivers/comedi/drivers/ni_660x.c
82
#define NI660X_DMA_CFG_SEL_MASK(_c) NI660X_DMA_CFG_SEL((_c), 0x1f)
drivers/comedi/drivers/ni_660x.c
83
#define NI660X_DMA_CFG_SEL_NONE(_c) NI660X_DMA_CFG_SEL((_c), 0x1f)
drivers/comedi/drivers/ni_660x.c
84
#define NI660X_DMA_CFG_RESET(_c) NI660X_DMA_CFG_SEL((_c), 0x80)
drivers/comedi/drivers/ni_660x.c
87
#define NI660X_IO_CFG_OUT_SEL(_c, _s) (((_s) & 0x3) << (((_c) % 2) ? 0 : 8))
drivers/comedi/drivers/ni_660x.c
88
#define NI660X_IO_CFG_OUT_SEL_MASK(_c) NI660X_IO_CFG_OUT_SEL((_c), 0x3)
drivers/comedi/drivers/ni_660x.c
89
#define NI660X_IO_CFG_IN_SEL(_c, _s) (((_s) & 0x7) << (((_c) % 2) ? 4 : 12))
drivers/comedi/drivers/ni_660x.c
90
#define NI660X_IO_CFG_IN_SEL_MASK(_c) NI660X_IO_CFG_IN_SEL((_c), 0x7)
drivers/comedi/drivers/ni_stc.h
256
#define NISTC_RTSI_TRIG_DIR(_c, _m) ((_m) ? BIT(8 + (_c)) : BIT(7 + (_c)))
drivers/comedi/drivers/ni_stc.h
433
#define NISTC_RTSI_TRIG(_c, _s) (((_s) & 0xf) << (((_c) % 4) * 4))
drivers/comedi/drivers/ni_stc.h
434
#define NISTC_RTSI_TRIG_MASK(_c) NISTC_RTSI_TRIG((_c), 0xf)
drivers/comedi/drivers/ni_stc.h
435
#define NISTC_RTSI_TRIG_TO_SRC(_c, _b) (((_b) >> (((_c) % 4) * 4)) & 0xf)
drivers/comedi/drivers/ni_stc.h
560
#define NI_E_DMA_G0_G1_SEL(_g, _c) (((_c) & 0xf) << ((_g) * 4))
drivers/comedi/drivers/ni_stc.h
761
#define NI_M_PFI_FILTER_SEL(_c, _f) (((_f) & 0x3) << ((_c) * 2))
drivers/comedi/drivers/ni_stc.h
762
#define NI_M_PFI_FILTER_SEL_MASK(_c) NI_M_PFI_FILTER_SEL((_c), 0x3)
drivers/comedi/drivers/ni_stc.h
805
#define NI_M_PFI_CHAN(_c) (((_c) % 3) * 5)
drivers/comedi/drivers/ni_stc.h
806
#define NI_M_PFI_OUT_SEL(_c, _s) (((_s) & 0x1f) << NI_M_PFI_CHAN(_c))
drivers/comedi/drivers/ni_stc.h
807
#define NI_M_PFI_OUT_SEL_MASK(_c) (0x1f << NI_M_PFI_CHAN(_c))
drivers/comedi/drivers/ni_stc.h
808
#define NI_M_PFI_OUT_SEL_TO_SRC(_c, _b) (((_b) >> NI_M_PFI_CHAN(_c)) & 0x1f)
drivers/dma/pch_dma.c
736
struct dma_chan *chan, *_c;
drivers/dma/pch_dma.c
744
list_for_each_entry_safe(chan, _c, &pd->dma.channels, device_node) {
drivers/dma/pch_dma.c
759
struct dma_chan *chan, *_c;
drivers/dma/pch_dma.c
767
list_for_each_entry_safe(chan, _c, &pd->dma.channels, device_node) {
drivers/dma/pch_dma.c
922
struct dma_chan *chan, *_c;
drivers/dma/pch_dma.c
929
list_for_each_entry_safe(chan, _c, &pd->dma.channels,
drivers/dma/ti/cppi41.c
480
struct cppi41_channel *c, *_c;
drivers/dma/ti/cppi41.c
482
list_for_each_entry_safe(c, _c, &cdd->pending, node) {
drivers/gpu/drm/msm/adreno/adreno_gpu.h
72
#define ADRENO_CHIPID_ARGS(_c) (_c)
drivers/gpu/drm/nouveau/include/nvkm/core/memory.h
107
u64 _a = (a), _c = (c), _d = (d), _o = _a >> s, _s = _c << s; \
drivers/gpu/drm/nouveau/include/nvkm/core/memory.h
111
while (_c--) \
drivers/gpu/drm/nouveau/include/nvkm/core/memory.h
117
for (; _c; _c--, _a += BIT(s)) \
drivers/hid/bpf/progs/hid_bpf_helpers.h
267
#define _ARG12(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c) _1; _2; _3; _4; _5; _6; _7; _8; _9; _a; _b; _c;
drivers/hid/bpf/progs/hid_bpf_helpers.h
268
#define _ARG13(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d) _1; _2; _3; _4; _5; _6; _7; _8; _9; _a; _b; _c; _d;
drivers/hid/bpf/progs/hid_bpf_helpers.h
269
#define _ARG14(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d, _e) _1; _2; _3; _4; _5; _6; _7; _8; _9; _a; _b; _c; _d; _e;
drivers/hid/bpf/progs/hid_bpf_helpers.h
270
#define _ARG15(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d, _e, _f) _1; _2; _3; _4; _5; _6; _7; _8; _9; _a; _b; _c; _d; _e; _f;
drivers/misc/sgi-xp/xp.h
256
#define XPC_CHANNEL_REGISTERED(_c) (xpc_registrations[_c].func != NULL)
drivers/net/wireless/ath/ath5k/desc.c
174
#define _TX_FLAGS(_c, _flag) \
drivers/net/wireless/ath/ath5k/desc.c
176
tx_ctl->tx_control_##_c |= \
drivers/net/wireless/ath/ath5k/desc.c
177
AR5K_2W_TX_DESC_CTL##_c##_##_flag; \
drivers/net/wireless/ath/ath5k/desc.c
179
#define _TX_FLAGS_5211(_c, _flag) \
drivers/net/wireless/ath/ath5k/desc.c
181
tx_ctl->tx_control_##_c |= \
drivers/net/wireless/ath/ath5k/desc.c
182
AR5K_2W_TX_DESC_CTL##_c##_##_flag##_5211; \
drivers/net/wireless/ath/ath5k/desc.c
318
#define _TX_FLAGS(_c, _flag) \
drivers/net/wireless/ath/ath5k/desc.c
320
txctl##_c |= AR5K_4W_TX_DESC_CTL##_c##_##_flag; \
drivers/net/wireless/ath/ath9k/hw.h
464
#define IS_CHAN_5GHZ(_c) (!!((_c)->channelFlags & CHANNEL_5GHZ))
drivers/net/wireless/ath/ath9k/hw.h
465
#define IS_CHAN_2GHZ(_c) (!IS_CHAN_5GHZ(_c))
drivers/net/wireless/ath/ath9k/hw.h
467
#define IS_CHAN_HALF_RATE(_c) (!!((_c)->channelFlags & CHANNEL_HALF))
drivers/net/wireless/ath/ath9k/hw.h
468
#define IS_CHAN_QUARTER_RATE(_c) (!!((_c)->channelFlags & CHANNEL_QUARTER))
drivers/net/wireless/ath/ath9k/hw.h
469
#define IS_CHAN_A_FAST_CLOCK(_ah, _c) \
drivers/net/wireless/ath/ath9k/hw.h
470
(IS_CHAN_5GHZ(_c) && ((_ah)->caps.hw_caps & ATH9K_HW_CAP_FASTCLOCK))
drivers/net/wireless/ath/ath9k/hw.h
472
#define IS_CHAN_HT(_c) ((_c)->channelFlags & CHANNEL_HT)
drivers/net/wireless/ath/ath9k/hw.h
474
#define IS_CHAN_HT20(_c) (IS_CHAN_HT(_c) && !IS_CHAN_HT40(_c))
drivers/net/wireless/ath/ath9k/hw.h
476
#define IS_CHAN_HT40(_c) \
drivers/net/wireless/ath/ath9k/hw.h
477
(!!((_c)->channelFlags & (CHANNEL_HT40PLUS | CHANNEL_HT40MINUS)))
drivers/net/wireless/ath/ath9k/hw.h
479
#define IS_CHAN_HT40PLUS(_c) ((_c)->channelFlags & CHANNEL_HT40PLUS)
drivers/net/wireless/ath/ath9k/hw.h
480
#define IS_CHAN_HT40MINUS(_c) ((_c)->channelFlags & CHANNEL_HT40MINUS)
drivers/net/wireless/intel/iwlwifi/fw/api/rs.h
760
#define LQ_FLAGS_COLOR_INC(_c) ((((_c) + 1) << LQ_FLAG_COLOR_POS) &\
drivers/net/wireless/intel/iwlwifi/fw/api/rs.h
762
#define LQ_FLAG_COLOR_SET(_f, _c) ((_c) | ((_f) & ~LQ_FLAG_COLOR_MSK))
drivers/net/wireless/intel/iwlwifi/mvm/rs.h
389
#define RS_DRV_DATA_PACK(_c, _p) ((void *)(uintptr_t)\
drivers/net/wireless/intel/iwlwifi/mvm/rs.h
391
((_c) << RS_DRV_DATA_LQ_COLOR_POS)))
drivers/ptp/ptp_vmclock.c
61
#define VMCLOCK_FIELD_PRESENT(_c, _f) \
drivers/ptp/ptp_vmclock.c
62
(le32_to_cpu((_c)->size) >= (offsetof(struct vmclock_abi, _f) + \
drivers/ptp/ptp_vmclock.c
63
sizeof((_c)->_f)))
drivers/rapidio/devices/tsi721_dma.c
1022
struct dma_chan *chan, *_c;
drivers/rapidio/devices/tsi721_dma.c
1028
list_for_each_entry_safe(chan, _c, &mport->dma.channels,
drivers/rapidio/rio_cm.c
1495
struct rio_channel *ch, *_c;
drivers/rapidio/rio_cm.c
1516
list_for_each_entry_safe(ch, _c, &list, ch_node) {
drivers/rapidio/rio_cm.c
1992
struct rio_channel *ch, *_c;
drivers/rapidio/rio_cm.c
2051
list_for_each_entry_safe(ch, _c, &list, ch_node) {
drivers/rapidio/rio_cm.c
2176
struct rio_channel *ch, *_c;
drivers/rapidio/rio_cm.c
2212
list_for_each_entry_safe(ch, _c, &list, ch_node) {
drivers/reset/sti/reset-syscfg.h
28
#define _SYSCFG_RST_CH(_c, _rr, _rb, _ar, _ab) \
drivers/reset/sti/reset-syscfg.h
29
{ .compatible = _c, \
drivers/reset/sti/reset-syscfg.h
33
#define _SYSCFG_RST_CH_NO_ACK(_c, _rr, _rb) \
drivers/reset/sti/reset-syscfg.h
34
{ .compatible = _c, \
drivers/s390/net/qeth_core.h
435
#define QETH_CARD_STAT_ADD(_c, _stat, _val) ((_c)->stats._stat += (_val))
drivers/s390/net/qeth_core.h
436
#define QETH_CARD_STAT_INC(_c, _stat) QETH_CARD_STAT_ADD(_c, _stat, 1)
drivers/scsi/fnic/fnic_trace.h
73
#define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \
drivers/scsi/fnic/fnic_trace.h
88
trace_buf->data[2] = (u64)(unsigned long)_c; \
drivers/soc/mediatek/mtk-pmic-wrap.c
77
#define HAS_CAP(_c, _x) (((_c) & (_x)) == (_x))
drivers/usb/gadget/udc/renesas_usbf.c
202
#define USBF_EPN_SET_DMACNT(_c) ((_c) << 16)
drivers/usb/gadget/udc/renesas_usbf.c
247
#define USBF_SYS_EPN_SET_DMACNT(_c) ((_c) << 16)
fs/jffs2/background.c
75
static int jffs2_garbage_collect_thread(void *_c)
fs/jffs2/background.c
77
struct jffs2_sb_info *c = _c;
include/linux/mroute.h
81
struct mr_mfc _c;
include/linux/mroute6.h
91
struct mr_mfc _c;
include/math-emu/op-1.h
293
if (S##_c != FP_CLS_NAN) \
include/math-emu/op-2.h
238
_FP_FRAC_DECL_4(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \
include/math-emu/op-2.h
268
_FP_FRAC_DECL_4(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \
include/math-emu/op-2.h
590
if (S##_c != FP_CLS_NAN) \
include/math-emu/op-4.h
241
_FP_FRAC_DECL_8(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \
include/math-emu/op-4.h
617
if (S##_c != FP_CLS_NAN) \
include/math-emu/op-4.h
627
if (S##_c != FP_CLS_NAN) \
include/math-emu/op-common.h
110
X##_c = FP_CLS_INF; \
include/math-emu/op-common.h
113
if (!X##_s) X##_c = FP_CLS_INF; \
include/math-emu/op-common.h
116
if (X##_s) X##_c = FP_CLS_INF; \
include/math-emu/op-common.h
119
if (X##_c == FP_CLS_INF) \
include/math-emu/op-common.h
231
switch (_FP_CLS_COMBINE(X##_c, Y##_c)) \
include/math-emu/op-common.h
259
R##_c = FP_CLS_NORMAL; \
include/math-emu/op-common.h
28
_FP_I_TYPE X##_c=0, X##_s=0, X##_e=0; \
include/math-emu/op-common.h
282
R##_c = FP_CLS_ZERO; \
include/math-emu/op-common.h
317
R##_c = X##_c; \
include/math-emu/op-common.h
328
R##_c = Y##_c; \
include/math-emu/op-common.h
337
R##_c = FP_CLS_NAN; \
include/math-emu/op-common.h
346
R##_c = FP_CLS_INF; \
include/math-emu/op-common.h
352
R##_c = FP_CLS_INF; \
include/math-emu/op-common.h
361
R##_c = FP_CLS_ZERO; \
include/math-emu/op-common.h
372
if (Y##_c != FP_CLS_NAN) Y##_s ^= 1; \
include/math-emu/op-common.h
385
R##_c = X##_c; \
include/math-emu/op-common.h
398
switch (_FP_CLS_COMBINE(X##_c, Y##_c)) \
include/math-emu/op-common.h
401
R##_c = FP_CLS_NORMAL; \
include/math-emu/op-common.h
427
R##_c = X##_c; \
include/math-emu/op-common.h
439
R##_c = Y##_c; \
include/math-emu/op-common.h
44
X##_c = FP_CLS_NORMAL; \
include/math-emu/op-common.h
445
R##_c = FP_CLS_NAN; \
include/math-emu/op-common.h
463
switch (_FP_CLS_COMBINE(X##_c, Y##_c)) \
include/math-emu/op-common.h
466
R##_c = FP_CLS_NORMAL; \
include/math-emu/op-common.h
481
R##_c = X##_c; \
include/math-emu/op-common.h
489
R##_c = Y##_c; \
include/math-emu/op-common.h
49
X##_c = FP_CLS_ZERO; \
include/math-emu/op-common.h
495
R##_c = FP_CLS_ZERO; \
include/math-emu/op-common.h
503
R##_c = FP_CLS_INF; \
include/math-emu/op-common.h
508
R##_c = FP_CLS_NAN; \
include/math-emu/op-common.h
515
R##_c = FP_CLS_NAN; \
include/math-emu/op-common.h
58
X##_c = FP_CLS_NORMAL; \
include/math-emu/op-common.h
595
switch (X##_c) \
include/math-emu/op-common.h
600
R##_c = FP_CLS_NAN; \
include/math-emu/op-common.h
606
R##_c = FP_CLS_NAN; /* NAN */ \
include/math-emu/op-common.h
613
R##_c = FP_CLS_INF; /* sqrt(+inf) = +inf */ \
include/math-emu/op-common.h
618
R##_c = FP_CLS_ZERO; /* sqrt(+-0) = +-0 */ \
include/math-emu/op-common.h
624
R##_c = FP_CLS_NAN; /* sNAN */ \
include/math-emu/op-common.h
63
X##_c = FP_CLS_ZERO; \
include/math-emu/op-common.h
630
R##_c = FP_CLS_NORMAL; \
include/math-emu/op-common.h
659
switch (X##_c) \
include/math-emu/op-common.h
677
if (X##_c != FP_CLS_NORMAL \
include/math-emu/op-common.h
70
X##_c = FP_CLS_INF; \
include/math-emu/op-common.h
73
X##_c = FP_CLS_NAN; \
include/math-emu/op-common.h
731
switch (X##_c) \
include/math-emu/op-common.h
800
X##_c = FP_CLS_NORMAL; \
include/math-emu/op-common.h
824
X##_c = FP_CLS_ZERO, X##_s = 0; \
include/math-emu/op-common.h
833
D##_c = S##_c; \
include/math-emu/op-common.h
91
switch (X##_c) \
include/scsi/libiscsi.h
462
#define iscsi_conn_printk(prefix, _c, fmt, a...) \
include/scsi/libiscsi.h
463
iscsi_cls_conn_printk(prefix, ((struct iscsi_conn *)_c)->cls_conn, \
net/ipv4/ipmr.c
1000
c->_c.mfc_un.res.minvif = MAXVIFS;
net/ipv4/ipmr.c
1001
c->_c.free = ipmr_cache_free_rcu;
net/ipv4/ipmr.c
1002
refcount_set(&c->_c.mfc_un.res.refcount, 1);
net/ipv4/ipmr.c
1012
skb_queue_head_init(&c->_c.mfc_un.unres.unresolved);
net/ipv4/ipmr.c
1013
c->_c.mfc_un.unres.expires = jiffies + 10 * HZ;
net/ipv4/ipmr.c
1026
while ((skb = __skb_dequeue(&uc->_c.mfc_un.unres.unresolved))) {
net/ipv4/ipmr.c
1031
if (mr_fill_mroute(mrt, skb, &c->_c,
net/ipv4/ipmr.c
1158
list_for_each_entry(c, &mrt->mfc_unres_queue, _c.list) {
net/ipv4/ipmr.c
1175
c->_c.mfc_parent = -1;
net/ipv4/ipmr.c
1186
list_add(&c->_c.list, &mrt->mfc_unres_queue);
net/ipv4/ipmr.c
1191
c->_c.mfc_un.unres.expires);
net/ipv4/ipmr.c
1195
if (c->_c.mfc_un.unres.unresolved.qlen > 3) {
net/ipv4/ipmr.c
1206
skb_queue_tail(&c->_c.mfc_un.unres.unresolved, skb);
net/ipv4/ipmr.c
1232
rhltable_remove(&mrt->mfc_hash, &c->_c.mnode, ipmr_rht_params);
net/ipv4/ipmr.c
1233
list_del_rcu(&c->_c.list);
net/ipv4/ipmr.c
1236
mr_cache_put(&c->_c);
net/ipv4/ipmr.c
1258
c->_c.mfc_parent = mfc->mfcc_parent;
net/ipv4/ipmr.c
1259
ipmr_update_thresholds(mrt, &c->_c, mfc->mfcc_ttls);
net/ipv4/ipmr.c
1261
c->_c.mfc_flags |= MFC_STATIC;
net/ipv4/ipmr.c
1279
c->_c.mfc_parent = mfc->mfcc_parent;
net/ipv4/ipmr.c
1280
ipmr_update_thresholds(mrt, &c->_c, mfc->mfcc_ttls);
net/ipv4/ipmr.c
1282
c->_c.mfc_flags |= MFC_STATIC;
net/ipv4/ipmr.c
1284
ret = rhltable_insert_key(&mrt->mfc_hash, &c->cmparg, &c->_c.mnode,
net/ipv4/ipmr.c
1291
list_add_tail_rcu(&c->_c.list, &mrt->mfc_cache_list);
net/ipv4/ipmr.c
1720
sr->pktcnt = atomic_long_read(&c->_c.mfc_un.res.pkt);
net/ipv4/ipmr.c
1721
sr->bytecnt = atomic_long_read(&c->_c.mfc_un.res.bytes);
net/ipv4/ipmr.c
1722
sr->wrong_if = atomic_long_read(&c->_c.mfc_un.res.wrong_if);
net/ipv4/ipmr.c
1792
sr.pktcnt = atomic_long_read(&c->_c.mfc_un.res.pkt);
net/ipv4/ipmr.c
1793
sr.bytecnt = atomic_long_read(&c->_c.mfc_un.res.bytes);
net/ipv4/ipmr.c
1794
sr.wrong_if = atomic_long_read(&c->_c.mfc_un.res.wrong_if);
net/ipv4/ipmr.c
2049
vif = c->_c.mfc_parent;
net/ipv4/ipmr.c
2050
atomic_long_inc(&c->_c.mfc_un.res.pkt);
net/ipv4/ipmr.c
2051
atomic_long_add(skb->len, &c->_c.mfc_un.res.bytes);
net/ipv4/ipmr.c
2052
WRITE_ONCE(c->_c.mfc_un.res.lastuse, jiffies);
net/ipv4/ipmr.c
2062
cache_proxy->_c.mfc_un.res.ttls[true_vifi] < 255)
net/ipv4/ipmr.c
2083
atomic_long_inc(&c->_c.mfc_un.res.wrong_if);
net/ipv4/ipmr.c
2092
c->_c.mfc_un.res.ttls[true_vifi] < 255) &&
net/ipv4/ipmr.c
2094
c->_c.mfc_un.res.last_assert +
net/ipv4/ipmr.c
2096
c->_c.mfc_un.res.last_assert = jiffies;
net/ipv4/ipmr.c
2115
true_vifi != c->_c.mfc_parent &&
net/ipv4/ipmr.c
2117
c->_c.mfc_un.res.ttls[c->_c.mfc_parent]) {
net/ipv4/ipmr.c
2122
psend = c->_c.mfc_parent;
net/ipv4/ipmr.c
2127
for (ct = c->_c.mfc_un.res.maxvif - 1;
net/ipv4/ipmr.c
2128
ct >= c->_c.mfc_un.res.minvif; ct--) {
net/ipv4/ipmr.c
2132
ip_hdr(skb)->ttl > c->_c.mfc_un.res.ttls[ct]) {
net/ipv4/ipmr.c
2293
atomic_long_inc(&c->_c.mfc_un.res.pkt);
net/ipv4/ipmr.c
2294
atomic_long_add(skb->len, &c->_c.mfc_un.res.bytes);
net/ipv4/ipmr.c
2295
WRITE_ONCE(c->_c.mfc_un.res.lastuse, jiffies);
net/ipv4/ipmr.c
2301
c->_c.mfc_un.res.ttls[c->_c.mfc_parent]) {
net/ipv4/ipmr.c
2306
psend = c->_c.mfc_parent;
net/ipv4/ipmr.c
2312
for (ct = c->_c.mfc_un.res.maxvif - 1;
net/ipv4/ipmr.c
2313
ct >= c->_c.mfc_un.res.minvif; ct--) {
net/ipv4/ipmr.c
2314
if (ip_hdr(skb)->ttl > c->_c.mfc_un.res.ttls[ct]) {
net/ipv4/ipmr.c
2379
vif = cache->_c.mfc_parent;
net/ipv4/ipmr.c
2501
err = mr_fill_mroute(mrt, skb, &cache->_c, rtm);
net/ipv4/ipmr.c
2528
if (c->_c.mfc_flags & MFC_STATIC)
net/ipv4/ipmr.c
2537
err = mr_fill_mroute(mrt, skb, &c->_c, rtm);
net/ipv4/ipmr.c
2586
skb = nlmsg_new(mroute_msgsize(mfc->_c.mfc_parent >= MAXVIFS),
net/ipv4/ipmr.c
3219
mfc->_c.mfc_parent);
net/ipv4/ipmr.c
3223
atomic_long_read(&mfc->_c.mfc_un.res.pkt),
net/ipv4/ipmr.c
3224
atomic_long_read(&mfc->_c.mfc_un.res.bytes),
net/ipv4/ipmr.c
3225
atomic_long_read(&mfc->_c.mfc_un.res.wrong_if));
net/ipv4/ipmr.c
3226
for (n = mfc->_c.mfc_un.res.minvif;
net/ipv4/ipmr.c
3227
n < mfc->_c.mfc_un.res.maxvif; n++) {
net/ipv4/ipmr.c
3229
mfc->_c.mfc_un.res.ttls[n] < 255)
net/ipv4/ipmr.c
3232
n, mfc->_c.mfc_un.res.ttls[n]);
net/ipv4/ipmr.c
677
&mfc->_c, tb_id, &net->ipv4.ipmr_seq);
net/ipv4/ipmr.c
752
call_rcu(&c->_c.rcu, ipmr_cache_free_rcu);
net/ipv4/ipmr.c
767
while ((skb = skb_dequeue(&c->_c.mfc_un.unres.unresolved))) {
net/ipv4/ipmr.c
999
c->_c.mfc_un.res.last_assert = jiffies - MFC_ASSERT_THRESH - 1;
net/ipv6/ip6mr.c
1030
c->_c.mfc_un.res.last_assert = jiffies - MFC_ASSERT_THRESH - 1;
net/ipv6/ip6mr.c
1031
c->_c.mfc_un.res.minvif = MAXMIFS;
net/ipv6/ip6mr.c
1032
c->_c.free = ip6mr_cache_free_rcu;
net/ipv6/ip6mr.c
1033
refcount_set(&c->_c.mfc_un.res.refcount, 1);
net/ipv6/ip6mr.c
1042
skb_queue_head_init(&c->_c.mfc_un.unres.unresolved);
net/ipv6/ip6mr.c
1043
c->_c.mfc_un.unres.expires = jiffies + 10 * HZ;
net/ipv6/ip6mr.c
1060
while ((skb = __skb_dequeue(&uc->_c.mfc_un.unres.unresolved))) {
net/ipv6/ip6mr.c
1065
if (mr_fill_mroute(mrt, skb, &c->_c,
net/ipv6/ip6mr.c
1198
list_for_each_entry(c, &mrt->mfc_unres_queue, _c.list) {
net/ipv6/ip6mr.c
1218
c->_c.mfc_parent = -1;
net/ipv6/ip6mr.c
1231
list_add(&c->_c.list, &mrt->mfc_unres_queue);
net/ipv6/ip6mr.c
1238
if (c->_c.mfc_un.unres.unresolved.qlen > 3) {
net/ipv6/ip6mr.c
1249
skb_queue_tail(&c->_c.mfc_un.unres.unresolved, skb);
net/ipv6/ip6mr.c
1277
rhltable_remove(&mrt->mfc_hash, &c->_c.mnode, ip6mr_rht_params);
net/ipv6/ip6mr.c
1278
list_del_rcu(&c->_c.list);
net/ipv6/ip6mr.c
1283
mr_cache_put(&c->_c);
net/ipv6/ip6mr.c
1498
c->_c.mfc_parent = mfc->mf6cc_parent;
net/ipv6/ip6mr.c
1499
ip6mr_update_thresholds(mrt, &c->_c, ttls);
net/ipv6/ip6mr.c
1501
c->_c.mfc_flags |= MFC_STATIC;
net/ipv6/ip6mr.c
1519
c->_c.mfc_parent = mfc->mf6cc_parent;
net/ipv6/ip6mr.c
1520
ip6mr_update_thresholds(mrt, &c->_c, ttls);
net/ipv6/ip6mr.c
1522
c->_c.mfc_flags |= MFC_STATIC;
net/ipv6/ip6mr.c
1524
err = rhltable_insert_key(&mrt->mfc_hash, &c->cmparg, &c->_c.mnode,
net/ipv6/ip6mr.c
1531
list_add_tail_rcu(&c->_c.list, &mrt->mfc_cache_list);
net/ipv6/ip6mr.c
1981
sr->pktcnt = atomic_long_read(&c->_c.mfc_un.res.pkt);
net/ipv6/ip6mr.c
1982
sr->bytecnt = atomic_long_read(&c->_c.mfc_un.res.bytes);
net/ipv6/ip6mr.c
1983
sr->wrong_if = atomic_long_read(&c->_c.mfc_un.res.wrong_if);
net/ipv6/ip6mr.c
2053
sr.pktcnt = atomic_long_read(&c->_c.mfc_un.res.pkt);
net/ipv6/ip6mr.c
2054
sr.bytecnt = atomic_long_read(&c->_c.mfc_un.res.bytes);
net/ipv6/ip6mr.c
2055
sr.wrong_if = atomic_long_read(&c->_c.mfc_un.res.wrong_if);
net/ipv6/ip6mr.c
2200
vif = c->_c.mfc_parent;
net/ipv6/ip6mr.c
2201
atomic_long_inc(&c->_c.mfc_un.res.pkt);
net/ipv6/ip6mr.c
2202
atomic_long_add(skb->len, &c->_c.mfc_un.res.bytes);
net/ipv6/ip6mr.c
2203
WRITE_ONCE(c->_c.mfc_un.res.lastuse, jiffies);
net/ipv6/ip6mr.c
2213
cache_proxy->_c.mfc_un.res.ttls[true_vifi] < 255)
net/ipv6/ip6mr.c
2221
atomic_long_inc(&c->_c.mfc_un.res.wrong_if);
net/ipv6/ip6mr.c
2230
c->_c.mfc_un.res.ttls[true_vifi] < 255) &&
net/ipv6/ip6mr.c
2232
c->_c.mfc_un.res.last_assert +
net/ipv6/ip6mr.c
2234
c->_c.mfc_un.res.last_assert = jiffies;
net/ipv6/ip6mr.c
2255
true_vifi != c->_c.mfc_parent &&
net/ipv6/ip6mr.c
2257
c->_c.mfc_un.res.ttls[c->_c.mfc_parent]) {
net/ipv6/ip6mr.c
2262
psend = c->_c.mfc_parent;
net/ipv6/ip6mr.c
2267
for (ct = c->_c.mfc_un.res.maxvif - 1;
net/ipv6/ip6mr.c
2268
ct >= c->_c.mfc_un.res.minvif; ct--) {
net/ipv6/ip6mr.c
2271
ipv6_hdr(skb)->hop_limit > c->_c.mfc_un.res.ttls[ct]) {
net/ipv6/ip6mr.c
2300
atomic_long_inc(&c->_c.mfc_un.res.pkt);
net/ipv6/ip6mr.c
2301
atomic_long_add(skb->len, &c->_c.mfc_un.res.bytes);
net/ipv6/ip6mr.c
2302
WRITE_ONCE(c->_c.mfc_un.res.lastuse, jiffies);
net/ipv6/ip6mr.c
2308
c->_c.mfc_un.res.ttls[c->_c.mfc_parent]) {
net/ipv6/ip6mr.c
2313
psend = c->_c.mfc_parent;
net/ipv6/ip6mr.c
2318
for (ct = c->_c.mfc_un.res.maxvif - 1;
net/ipv6/ip6mr.c
2319
ct >= c->_c.mfc_un.res.minvif; ct--) {
net/ipv6/ip6mr.c
2320
if (ipv6_hdr(skb)->hop_limit > c->_c.mfc_un.res.ttls[ct]) {
net/ipv6/ip6mr.c
2450
vif = cache->_c.mfc_parent;
net/ipv6/ip6mr.c
2528
err = mr_fill_mroute(mrt, skb, &cache->_c, rtm);
net/ipv6/ip6mr.c
2555
if (c->_c.mfc_flags & MFC_STATIC)
net/ipv6/ip6mr.c
2564
err = mr_fill_mroute(mrt, skb, &c->_c, rtm);
net/ipv6/ip6mr.c
2613
skb = nlmsg_new(mr6_msgsize(mfc->_c.mfc_parent >= MAXMIFS), GFP_ATOMIC);
net/ipv6/ip6mr.c
530
mfc->_c.mfc_parent);
net/ipv6/ip6mr.c
534
atomic_long_read(&mfc->_c.mfc_un.res.pkt),
net/ipv6/ip6mr.c
535
atomic_long_read(&mfc->_c.mfc_un.res.bytes),
net/ipv6/ip6mr.c
536
atomic_long_read(&mfc->_c.mfc_un.res.wrong_if));
net/ipv6/ip6mr.c
537
for (n = mfc->_c.mfc_un.res.minvif;
net/ipv6/ip6mr.c
538
n < mfc->_c.mfc_un.res.maxvif; n++) {
net/ipv6/ip6mr.c
540
mfc->_c.mfc_un.res.ttls[n] < 255)
net/ipv6/ip6mr.c
543
mfc->_c.mfc_un.res.ttls[n]);
net/ipv6/ip6mr.c
738
&mfc->_c, tb_id, &net->ipv6.ipmr_seq);
net/ipv6/ip6mr.c
808
call_rcu(&c->_c.rcu, ip6mr_cache_free_rcu);
net/ipv6/ip6mr.c
823
while ((skb = skb_dequeue(&c->_c.mfc_un.unres.unresolved)) != NULL) {
samples/seccomp/bpf-direct.c
163
#define payload(_c) (_c), sizeof((_c))
tools/lib/bpf/bpf_helpers.h
228
#define ___bpf_nth(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, N, ...) N
tools/lib/bpf/bpf_tracing.h
636
#define ___bpf_nth(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, N, ...) N
tools/testing/selftests/bpf/progs/test_perf_branches.c
19
__u64 _c;
usr/dummy-include/string.h
7
#define memset(_s, _c, _n) __builtin_memset(_s, _c, _n)