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
71
#define ADRENO_CHIPID_ARGS(_c) \
drivers/gpu/drm/msm/adreno/adreno_gpu.h
72
(((_c) >> 24) & 0xff), \
drivers/gpu/drm/msm/adreno/adreno_gpu.h
73
(((_c) >> 16) & 0xff), \
drivers/gpu/drm/msm/adreno/adreno_gpu.h
74
(((_c) >> 8) & 0xff), \
drivers/gpu/drm/msm/adreno/adreno_gpu.h
75
((_c) & 0xff)
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
176
#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
177
#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
178
#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
179
#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
791
#define LQ_FLAGS_COLOR_INC(_c) ((((_c) + 1) << LQ_FLAG_COLOR_POS) &\
drivers/net/wireless/intel/iwlwifi/fw/api/rs.h
793
#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
203
#define USBF_EPN_SET_DMACNT(_c) ((_c) << 16)
drivers/usb/gadget/udc/renesas_usbf.c
248
#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
1005
while ((skb = __skb_dequeue(&uc->_c.mfc_un.unres.unresolved))) {
net/ipv4/ipmr.c
1010
if (mr_fill_mroute(mrt, skb, &c->_c,
net/ipv4/ipmr.c
1129
list_for_each_entry(c, &mrt->mfc_unres_queue, _c.list) {
net/ipv4/ipmr.c
1148
c->_c.mfc_parent = -1;
net/ipv4/ipmr.c
1167
list_add(&c->_c.list, &mrt->mfc_unres_queue);
net/ipv4/ipmr.c
1172
c->_c.mfc_un.unres.expires);
net/ipv4/ipmr.c
1176
if (c->_c.mfc_un.unres.unresolved.qlen > 3) {
net/ipv4/ipmr.c
1184
skb_queue_tail(&c->_c.mfc_un.unres.unresolved, skb);
net/ipv4/ipmr.c
1206
rhltable_remove(&mrt->mfc_hash, &c->_c.mnode, ipmr_rht_params);
net/ipv4/ipmr.c
1207
list_del_rcu(&c->_c.list);
net/ipv4/ipmr.c
1210
mr_cache_put(&c->_c);
net/ipv4/ipmr.c
1233
c->_c.mfc_parent = mfc->mfcc_parent;
net/ipv4/ipmr.c
1234
ipmr_update_thresholds(mrt, &c->_c, mfc->mfcc_ttls);
net/ipv4/ipmr.c
1236
c->_c.mfc_flags |= MFC_STATIC;
net/ipv4/ipmr.c
1254
c->_c.mfc_parent = mfc->mfcc_parent;
net/ipv4/ipmr.c
1255
ipmr_update_thresholds(mrt, &c->_c, mfc->mfcc_ttls);
net/ipv4/ipmr.c
1257
c->_c.mfc_flags |= MFC_STATIC;
net/ipv4/ipmr.c
1259
ret = rhltable_insert_key(&mrt->mfc_hash, &c->cmparg, &c->_c.mnode,
net/ipv4/ipmr.c
1266
list_add_tail_rcu(&c->_c.list, &mrt->mfc_cache_list);
net/ipv4/ipmr.c
1675
sr->pktcnt = atomic_long_read(&c->_c.mfc_un.res.pkt);
net/ipv4/ipmr.c
1676
sr->bytecnt = atomic_long_read(&c->_c.mfc_un.res.bytes);
net/ipv4/ipmr.c
1677
sr->wrong_if = atomic_long_read(&c->_c.mfc_un.res.wrong_if);
net/ipv4/ipmr.c
1747
sr.pktcnt = atomic_long_read(&c->_c.mfc_un.res.pkt);
net/ipv4/ipmr.c
1748
sr.bytecnt = atomic_long_read(&c->_c.mfc_un.res.bytes);
net/ipv4/ipmr.c
1749
sr.wrong_if = atomic_long_read(&c->_c.mfc_un.res.wrong_if);
net/ipv4/ipmr.c
2004
vif = c->_c.mfc_parent;
net/ipv4/ipmr.c
2005
atomic_long_inc(&c->_c.mfc_un.res.pkt);
net/ipv4/ipmr.c
2006
atomic_long_add(skb->len, &c->_c.mfc_un.res.bytes);
net/ipv4/ipmr.c
2007
WRITE_ONCE(c->_c.mfc_un.res.lastuse, jiffies);
net/ipv4/ipmr.c
2017
cache_proxy->_c.mfc_un.res.ttls[true_vifi] < 255)
net/ipv4/ipmr.c
2038
atomic_long_inc(&c->_c.mfc_un.res.wrong_if);
net/ipv4/ipmr.c
2047
c->_c.mfc_un.res.ttls[true_vifi] < 255) &&
net/ipv4/ipmr.c
2049
c->_c.mfc_un.res.last_assert +
net/ipv4/ipmr.c
2051
c->_c.mfc_un.res.last_assert = jiffies;
net/ipv4/ipmr.c
2070
true_vifi != c->_c.mfc_parent &&
net/ipv4/ipmr.c
2072
c->_c.mfc_un.res.ttls[c->_c.mfc_parent]) {
net/ipv4/ipmr.c
2077
psend = c->_c.mfc_parent;
net/ipv4/ipmr.c
2082
for (ct = c->_c.mfc_un.res.maxvif - 1;
net/ipv4/ipmr.c
2083
ct >= c->_c.mfc_un.res.minvif; ct--) {
net/ipv4/ipmr.c
2087
ip_hdr(skb)->ttl > c->_c.mfc_un.res.ttls[ct]) {
net/ipv4/ipmr.c
2248
atomic_long_inc(&c->_c.mfc_un.res.pkt);
net/ipv4/ipmr.c
2249
atomic_long_add(skb->len, &c->_c.mfc_un.res.bytes);
net/ipv4/ipmr.c
2250
WRITE_ONCE(c->_c.mfc_un.res.lastuse, jiffies);
net/ipv4/ipmr.c
2256
c->_c.mfc_un.res.ttls[c->_c.mfc_parent]) {
net/ipv4/ipmr.c
2261
psend = c->_c.mfc_parent;
net/ipv4/ipmr.c
2267
for (ct = c->_c.mfc_un.res.maxvif - 1;
net/ipv4/ipmr.c
2268
ct >= c->_c.mfc_un.res.minvif; ct--) {
net/ipv4/ipmr.c
2269
if (ip_hdr(skb)->ttl > c->_c.mfc_un.res.ttls[ct]) {
net/ipv4/ipmr.c
2334
vif = cache->_c.mfc_parent;
net/ipv4/ipmr.c
2456
err = mr_fill_mroute(mrt, skb, &cache->_c, rtm);
net/ipv4/ipmr.c
2483
if (c->_c.mfc_flags & MFC_STATIC)
net/ipv4/ipmr.c
2492
err = mr_fill_mroute(mrt, skb, &c->_c, rtm);
net/ipv4/ipmr.c
2541
skb = nlmsg_new(mroute_msgsize(mfc->_c.mfc_parent >= MAXVIFS,
net/ipv4/ipmr.c
3146
mfc->_c.mfc_parent);
net/ipv4/ipmr.c
3150
atomic_long_read(&mfc->_c.mfc_un.res.pkt),
net/ipv4/ipmr.c
3151
atomic_long_read(&mfc->_c.mfc_un.res.bytes),
net/ipv4/ipmr.c
3152
atomic_long_read(&mfc->_c.mfc_un.res.wrong_if));
net/ipv4/ipmr.c
3153
for (n = mfc->_c.mfc_un.res.minvif;
net/ipv4/ipmr.c
3154
n < mfc->_c.mfc_un.res.maxvif; n++) {
net/ipv4/ipmr.c
3156
mfc->_c.mfc_un.res.ttls[n] < 255)
net/ipv4/ipmr.c
3159
n, mfc->_c.mfc_un.res.ttls[n]);
net/ipv4/ipmr.c
657
&mfc->_c, tb_id, &net->ipv4.ipmr_seq);
net/ipv4/ipmr.c
732
call_rcu(&c->_c.rcu, ipmr_cache_free_rcu);
net/ipv4/ipmr.c
746
while ((skb = skb_dequeue(&c->_c.mfc_un.unres.unresolved))) {
net/ipv4/ipmr.c
978
c->_c.mfc_un.res.last_assert = jiffies - MFC_ASSERT_THRESH - 1;
net/ipv4/ipmr.c
979
c->_c.mfc_un.res.minvif = MAXVIFS;
net/ipv4/ipmr.c
980
c->_c.free = ipmr_cache_free_rcu;
net/ipv4/ipmr.c
981
refcount_set(&c->_c.mfc_un.res.refcount, 1);
net/ipv4/ipmr.c
991
skb_queue_head_init(&c->_c.mfc_un.unres.unresolved);
net/ipv4/ipmr.c
992
c->_c.mfc_un.unres.expires = jiffies + 10 * HZ;
net/ipv6/ip6mr.c
1004
c->_c.mfc_un.res.last_assert = jiffies - MFC_ASSERT_THRESH - 1;
net/ipv6/ip6mr.c
1005
c->_c.mfc_un.res.minvif = MAXMIFS;
net/ipv6/ip6mr.c
1006
c->_c.free = ip6mr_cache_free_rcu;
net/ipv6/ip6mr.c
1007
refcount_set(&c->_c.mfc_un.res.refcount, 1);
net/ipv6/ip6mr.c
1016
skb_queue_head_init(&c->_c.mfc_un.unres.unresolved);
net/ipv6/ip6mr.c
1017
c->_c.mfc_un.unres.expires = jiffies + 10 * HZ;
net/ipv6/ip6mr.c
1034
while ((skb = __skb_dequeue(&uc->_c.mfc_un.unres.unresolved))) {
net/ipv6/ip6mr.c
1039
if (mr_fill_mroute(mrt, skb, &c->_c,
net/ipv6/ip6mr.c
1167
list_for_each_entry(c, &mrt->mfc_unres_queue, _c.list) {
net/ipv6/ip6mr.c
1189
c->_c.mfc_parent = -1;
net/ipv6/ip6mr.c
1209
list_add(&c->_c.list, &mrt->mfc_unres_queue);
net/ipv6/ip6mr.c
1216
if (c->_c.mfc_un.unres.unresolved.qlen > 3) {
net/ipv6/ip6mr.c
1224
skb_queue_tail(&c->_c.mfc_un.unres.unresolved, skb);
net/ipv6/ip6mr.c
1248
rhltable_remove(&mrt->mfc_hash, &c->_c.mnode, ip6mr_rht_params);
net/ipv6/ip6mr.c
1249
list_del_rcu(&c->_c.list);
net/ipv6/ip6mr.c
1254
mr_cache_put(&c->_c);
net/ipv6/ip6mr.c
1468
c->_c.mfc_parent = mfc->mf6cc_parent;
net/ipv6/ip6mr.c
1469
ip6mr_update_thresholds(mrt, &c->_c, ttls);
net/ipv6/ip6mr.c
1471
c->_c.mfc_flags |= MFC_STATIC;
net/ipv6/ip6mr.c
1489
c->_c.mfc_parent = mfc->mf6cc_parent;
net/ipv6/ip6mr.c
1490
ip6mr_update_thresholds(mrt, &c->_c, ttls);
net/ipv6/ip6mr.c
1492
c->_c.mfc_flags |= MFC_STATIC;
net/ipv6/ip6mr.c
1494
err = rhltable_insert_key(&mrt->mfc_hash, &c->cmparg, &c->_c.mnode,
net/ipv6/ip6mr.c
1501
list_add_tail_rcu(&c->_c.list, &mrt->mfc_cache_list);
net/ipv6/ip6mr.c
1938
sr->pktcnt = atomic_long_read(&c->_c.mfc_un.res.pkt);
net/ipv6/ip6mr.c
1939
sr->bytecnt = atomic_long_read(&c->_c.mfc_un.res.bytes);
net/ipv6/ip6mr.c
1940
sr->wrong_if = atomic_long_read(&c->_c.mfc_un.res.wrong_if);
net/ipv6/ip6mr.c
2010
sr.pktcnt = atomic_long_read(&c->_c.mfc_un.res.pkt);
net/ipv6/ip6mr.c
2011
sr.bytecnt = atomic_long_read(&c->_c.mfc_un.res.bytes);
net/ipv6/ip6mr.c
2012
sr.wrong_if = atomic_long_read(&c->_c.mfc_un.res.wrong_if);
net/ipv6/ip6mr.c
2157
vif = c->_c.mfc_parent;
net/ipv6/ip6mr.c
2158
atomic_long_inc(&c->_c.mfc_un.res.pkt);
net/ipv6/ip6mr.c
2159
atomic_long_add(skb->len, &c->_c.mfc_un.res.bytes);
net/ipv6/ip6mr.c
2160
WRITE_ONCE(c->_c.mfc_un.res.lastuse, jiffies);
net/ipv6/ip6mr.c
2170
cache_proxy->_c.mfc_un.res.ttls[true_vifi] < 255)
net/ipv6/ip6mr.c
2178
atomic_long_inc(&c->_c.mfc_un.res.wrong_if);
net/ipv6/ip6mr.c
2187
c->_c.mfc_un.res.ttls[true_vifi] < 255) &&
net/ipv6/ip6mr.c
2189
c->_c.mfc_un.res.last_assert +
net/ipv6/ip6mr.c
2191
c->_c.mfc_un.res.last_assert = jiffies;
net/ipv6/ip6mr.c
2212
true_vifi != c->_c.mfc_parent &&
net/ipv6/ip6mr.c
2214
c->_c.mfc_un.res.ttls[c->_c.mfc_parent]) {
net/ipv6/ip6mr.c
2219
psend = c->_c.mfc_parent;
net/ipv6/ip6mr.c
2224
for (ct = c->_c.mfc_un.res.maxvif - 1;
net/ipv6/ip6mr.c
2225
ct >= c->_c.mfc_un.res.minvif; ct--) {
net/ipv6/ip6mr.c
2228
ipv6_hdr(skb)->hop_limit > c->_c.mfc_un.res.ttls[ct]) {
net/ipv6/ip6mr.c
2257
atomic_long_inc(&c->_c.mfc_un.res.pkt);
net/ipv6/ip6mr.c
2258
atomic_long_add(skb->len, &c->_c.mfc_un.res.bytes);
net/ipv6/ip6mr.c
2259
WRITE_ONCE(c->_c.mfc_un.res.lastuse, jiffies);
net/ipv6/ip6mr.c
2265
c->_c.mfc_un.res.ttls[c->_c.mfc_parent]) {
net/ipv6/ip6mr.c
2270
psend = c->_c.mfc_parent;
net/ipv6/ip6mr.c
2275
for (ct = c->_c.mfc_un.res.maxvif - 1;
net/ipv6/ip6mr.c
2276
ct >= c->_c.mfc_un.res.minvif; ct--) {
net/ipv6/ip6mr.c
2277
if (ipv6_hdr(skb)->hop_limit > c->_c.mfc_un.res.ttls[ct]) {
net/ipv6/ip6mr.c
2407
vif = cache->_c.mfc_parent;
net/ipv6/ip6mr.c
2485
err = mr_fill_mroute(mrt, skb, &cache->_c, rtm);
net/ipv6/ip6mr.c
2512
if (c->_c.mfc_flags & MFC_STATIC)
net/ipv6/ip6mr.c
2521
err = mr_fill_mroute(mrt, skb, &c->_c, rtm);
net/ipv6/ip6mr.c
2570
skb = nlmsg_new(mr6_msgsize(mfc->_c.mfc_parent >= MAXMIFS, mrt->maxvif),
net/ipv6/ip6mr.c
509
mfc->_c.mfc_parent);
net/ipv6/ip6mr.c
513
atomic_long_read(&mfc->_c.mfc_un.res.pkt),
net/ipv6/ip6mr.c
514
atomic_long_read(&mfc->_c.mfc_un.res.bytes),
net/ipv6/ip6mr.c
515
atomic_long_read(&mfc->_c.mfc_un.res.wrong_if));
net/ipv6/ip6mr.c
516
for (n = mfc->_c.mfc_un.res.minvif;
net/ipv6/ip6mr.c
517
n < mfc->_c.mfc_un.res.maxvif; n++) {
net/ipv6/ip6mr.c
519
mfc->_c.mfc_un.res.ttls[n] < 255)
net/ipv6/ip6mr.c
522
mfc->_c.mfc_un.res.ttls[n]);
net/ipv6/ip6mr.c
713
&mfc->_c, tb_id, &net->ipv6.ipmr_seq);
net/ipv6/ip6mr.c
783
call_rcu(&c->_c.rcu, ip6mr_cache_free_rcu);
net/ipv6/ip6mr.c
797
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;