Home
last modified time | relevance | path

Searched refs:_n (Results 1 – 58 of 58) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
Dregs.h34 #define E1000_EITR(_n) (0x01680 + (0x4 * (_n))) argument
50 #define E1000_RDBAL(_n) ((_n) < 4 ? (0x02800 + ((_n) * 0x100)) : \ argument
51 (0x0C000 + ((_n) * 0x40)))
52 #define E1000_RDBAH(_n) ((_n) < 4 ? (0x02804 + ((_n) * 0x100)) : \ argument
53 (0x0C004 + ((_n) * 0x40)))
54 #define E1000_RDLEN(_n) ((_n) < 4 ? (0x02808 + ((_n) * 0x100)) : \ argument
55 (0x0C008 + ((_n) * 0x40)))
56 #define E1000_SRRCTL(_n) ((_n) < 4 ? (0x0280C + ((_n) * 0x100)) : \ argument
57 (0x0C00C + ((_n) * 0x40)))
58 #define E1000_RDH(_n) ((_n) < 4 ? (0x02810 + ((_n) * 0x100)) : \ argument
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/igb/
De1000_regs.h51 #define E1000_EITR(_n) (0x01680 + (0x4 * (_n))) argument
118 #define E1000_SAQF(_n) (0x5980 + 4 * (_n)) argument
119 #define E1000_DAQF(_n) (0x59A0 + 4 * (_n)) argument
120 #define E1000_SPQF(_n) (0x59C0 + 4 * (_n)) argument
121 #define E1000_FTQF(_n) (0x59E0 + 4 * (_n)) argument
126 #define E1000_SYNQF(_n) (0x055FC + (4 * (_n))) /* SYN Packet Queue Fltr */ argument
127 #define E1000_ETQF(_n) (0x05CB0 + (4 * (_n))) /* EType Queue Fltr */ argument
129 #define E1000_RQDPC(_n) (0x0C030 + ((_n) * 0x40)) argument
162 #define E1000_RDBAL(_n) ((_n) < 4 ? (0x02800 + ((_n) * 0x100)) \ argument
163 : (0x0C000 + ((_n) * 0x40)))
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dregs.h96 #define E1000_RDBAL(_n) ((_n) < 4 ? (0x02800 + ((_n) * 0x100)) : \ argument
97 (0x0C000 + ((_n) * 0x40)))
98 #define E1000_RDBAH(_n) ((_n) < 4 ? (0x02804 + ((_n) * 0x100)) : \ argument
99 (0x0C004 + ((_n) * 0x40)))
100 #define E1000_RDLEN(_n) ((_n) < 4 ? (0x02808 + ((_n) * 0x100)) : \ argument
101 (0x0C008 + ((_n) * 0x40)))
102 #define E1000_RDH(_n) ((_n) < 4 ? (0x02810 + ((_n) * 0x100)) : \ argument
103 (0x0C010 + ((_n) * 0x40)))
104 #define E1000_RDT(_n) ((_n) < 4 ? (0x02818 + ((_n) * 0x100)) : \ argument
105 (0x0C018 + ((_n) * 0x40)))
[all …]
D82571.h35 #define E1000_EITR_82574(_n) (0x000E8 + (0x4 * (_n))) argument
Dich8lan.h283 #define E1000_PCH_RAICC(_n) (0x05F50 + ((_n) * 4)) argument
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_type.h135 #define FM10K_MAXHOLDQ(_n) ((_n) + 0x0020) argument
138 #define FM10K_SM_AREA(_n) ((_n) + 0x0028) argument
141 #define FM10K_DGLORTMAP(_n) ((_n) + 0x0030) argument
147 #define FM10K_DGLORTDEC(_n) ((_n) + 0x0038) argument
156 #define FM10K_SWPRI_MAP(_n) ((_n) + 0x0050) argument
158 #define FM10K_RSSRK(_n, _m) (((_n) * 0x10) + (_m) + 0x0800) argument
161 #define FM10K_RETA(_n, _m) (((_n) * 0x20) + (_m) + 0x1000) argument
167 #define FM10K_TC_CREDIT(_n) ((_n) + 0x2000) argument
169 #define FM10K_TC_MAXCREDIT(_n) ((_n) + 0x2040) argument
171 #define FM10K_TC_RATE(_n) ((_n) + 0x2080) argument
[all …]
Dfm10k_mbx.h31 #define FM10K_MBMEM(_n) ((_n) + 0x18000) argument
32 #define FM10K_MBMEM_VF(_n, _m) (((_n) * 0x10) + (_m) + 0x18000) argument
33 #define FM10K_MBMEM_SM(_n) ((_n) + 0x18400) argument
34 #define FM10K_MBMEM_PF(_n) ((_n) + 0x18600) argument
37 #define FM10K_MBX(_n) ((_n) + 0x18800) argument
44 #define FM10K_MBICR(_n) ((_n) + 0x18840) argument
49 #define FM10K_VFMBMEM(_n) ((_n) + 0x00020) argument
217 #define FM10K_MBX_ERR(_n) ((_n) - 512) argument
Dfm10k_ethtool.c127 #define FM10K_QUEUE_STATS_LEN(_n) \ argument
128 ( (_n) * 2 * (sizeof(struct fm10k_queue_stats) / sizeof(u64)))
/linux-4.4.14/drivers/net/wireless/ath/
Dreg.h43 #define AR_KEYTABLE(_n) (AR_KEYTABLE_0 + ((_n)*32)) argument
56 #define AR_KEYTABLE_KEY0(_n) (AR_KEYTABLE(_n) + 0) argument
57 #define AR_KEYTABLE_KEY1(_n) (AR_KEYTABLE(_n) + 4) argument
58 #define AR_KEYTABLE_KEY2(_n) (AR_KEYTABLE(_n) + 8) argument
59 #define AR_KEYTABLE_KEY3(_n) (AR_KEYTABLE(_n) + 12) argument
60 #define AR_KEYTABLE_KEY4(_n) (AR_KEYTABLE(_n) + 16) argument
61 #define AR_KEYTABLE_TYPE(_n) (AR_KEYTABLE(_n) + 20) argument
62 #define AR_KEYTABLE_MAC0(_n) (AR_KEYTABLE(_n) + 24) argument
63 #define AR_KEYTABLE_MAC1(_n) (AR_KEYTABLE(_n) + 28) argument
/linux-4.4.14/arch/mips/include/asm/sn/
Daddrs.h44 #define NASID_GET_META(_n) ((_n) >> NASID_LOCAL_BITS) argument
46 #define NASID_GET_LOCAL(_n) ((_n) & 0xf) argument
63 #define NODE_OFFSET(_n) (UINT64_CAST (_n) << NODE_SIZE_BITS) argument
65 #define NODE_CAC_BASE(_n) (CAC_BASE + NODE_OFFSET(_n)) argument
66 #define NODE_HSPEC_BASE(_n) (HSPEC_BASE + NODE_OFFSET(_n)) argument
67 #define NODE_IO_BASE(_n) (IO_BASE + NODE_OFFSET(_n)) argument
68 #define NODE_MSPEC_BASE(_n) (MSPEC_BASE + NODE_OFFSET(_n)) argument
69 #define NODE_UNCAC_BASE(_n) (UNCAC_BASE + NODE_OFFSET(_n)) argument
71 #define TO_NODE(_n, _x) (NODE_OFFSET(_n) | ((_x) )) argument
72 #define TO_NODE_CAC(_n, _x) (NODE_CAC_BASE(_n) | ((_x) & TO_PHYS_MASK)) argument
[all …]
Dklconfig.h183 #define KL_CONFIG_CH_MALLOC_HDR(_n) PTR_CH_MALLOC_HDR(KL_CONFIG_HDR(_n)) argument
188 #define KL_CONFIG_CH_CONS_INFO(_n) PTR_CH_CONS_INFO(KL_CONFIG_HDR(_n)) argument
/linux-4.4.14/drivers/scsi/aic94xx/
Daic94xx_dump.c220 #define PRINT_REG_8bit(_ha, _n, _r) asd_printk(STR_8BIT, #_n, _n, \ argument
222 #define PRINT_REG_16bit(_ha, _n, _r) asd_printk(STR_16BIT, #_n, _n, \ argument
224 #define PRINT_REG_32bit(_ha, _n, _r) asd_printk(STR_32BIT, #_n, _n, \ argument
227 #define PRINT_CREG_8bit(_ha, _n) asd_printk(STR_8BIT, #_n, _n, \ argument
228 asd_read_reg_byte(_ha, C##_n))
229 #define PRINT_CREG_16bit(_ha, _n) asd_printk(STR_16BIT, #_n, _n, \ argument
230 asd_read_reg_word(_ha, C##_n))
231 #define PRINT_CREG_32bit(_ha, _n) asd_printk(STR_32BIT, #_n, _n, \ argument
232 asd_read_reg_dword(_ha, C##_n))
238 #define PRINT_MREG_8bit(_ha, _m, _n, _r) asd_printk(MSTR_8BIT, _m, #_n, _n, \ argument
[all …]
/linux-4.4.14/lib/raid6/
Dneon.c32 #define RAID6_NEON_WRAPPER(_n) \ argument
33 static void raid6_neon ## _n ## _gen_syndrome(int disks, \
36 void raid6_neon ## _n ## _gen_syndrome_real(int, \
39 raid6_neon ## _n ## _gen_syndrome_real(disks, \
43 static void raid6_neon ## _n ## _xor_syndrome(int disks, \
47 void raid6_neon ## _n ## _xor_syndrome_real(int, \
50 raid6_neon ## _n ## _xor_syndrome_real(disks, \
54 struct raid6_calls const raid6_neonx ## _n = { \
55 raid6_neon ## _n ## _gen_syndrome, \
56 raid6_neon ## _n ## _xor_syndrome, \
[all …]
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/
Dregs.h43 #define MT_EFUSE_DATA(_n) (MT_EFUSE_DATA_BASE + ((_n) << 2)) argument
99 #define MT_INT_RX_DONE(_n) BIT(_n) argument
102 #define MT_INT_TX_DONE(_n) BIT(_n + 4) argument
133 #define MT_WMM_AIFSN_SHIFT(_n) ((_n) * 4) argument
137 #define MT_WMM_CWMIN_SHIFT(_n) ((_n) * 4) argument
141 #define MT_WMM_CWMAX_SHIFT(_n) ((_n) * 4) argument
144 #define MT_WMM_TXOP(_n) (MT_WMM_TXOP_BASE + (((_n) / 2) << 2)) argument
145 #define MT_WMM_TXOP_SHIFT(_n) ((_n & 1) * 16) argument
197 #define MT_BCN_OFFSET(_n) (MT_BCN_OFFSET_BASE + ((_n) << 2)) argument
287 #define MT_WCID_DROP(_n) (MT_WCID_DROP_BASE + ((_n) >> 5) * 4) argument
[all …]
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
Dreg.h833 #define AR5K_DCU_TX_FILTER_0(_n) (AR5K_DCU_TX_FILTER_0_BASE + (_n * 64)) argument
839 #define AR5K_DCU_TX_FILTER_1(_n) (AR5K_DCU_TX_FILTER_1_BASE + (_n * 64)) argument
1758 #define AR5K_MIC_QOS_CTL_OFF(_n) (1 << (_n * 2)) argument
1765 #define AR5K_MIC_QOS_SEL_OFF(_n) (1 << (_n * 4)) argument
1812 #define AR5K_RATE_ACKSIFS(_n) (AR5K_RATE_ACKSIFS_BSE + ((_n) << 2)) argument
1820 #define AR5K_RATE_DUR(_n) (AR5K_RATE_DUR_BASE + ((_n) << 2)) argument
1827 #define AR5K_RATE2DB(_n) (AR5K_RATE2DB_BASE + ((_n) << 2)) argument
1834 #define AR5K_DB2RATE(_n) (AR5K_DB2RATE_BASE + ((_n) << 2)) argument
1847 #define AR5K_PHY(_n) (AR5K_PHY_BASE + ((_n) << 2)) argument
2027 #define AR5K_PHY_NF_SVAL(_n) (((_n) & AR5K_PHY_NF_M) | (1 << 9)) argument
[all …]
Drfbuffer.h178 #define AR5K_RF5111_PWD(_n) { 1, (135 - _n), 3 } argument
296 #define AR5K_RF5112_PWD(_n) { 1, (302 - _n), 3 } argument
402 #define AR5K_RF5112A_PWD(_n) { 1, (306 - _n), 3 } argument
Ddesc.c408 #define _XTX_TRIES(_n) \ in ath5k_hw_setup_mrr_tx_desc() argument
409 if (tx_tries##_n) { \ in ath5k_hw_setup_mrr_tx_desc()
411 AR5K_REG_SM(tx_tries##_n, \ in ath5k_hw_setup_mrr_tx_desc()
412 AR5K_4W_TX_DESC_CTL2_XMIT_TRIES##_n); \ in ath5k_hw_setup_mrr_tx_desc()
414 AR5K_REG_SM(tx_rate##_n, \ in ath5k_hw_setup_mrr_tx_desc()
415 AR5K_4W_TX_DESC_CTL3_XMIT_RATE##_n); \ in ath5k_hw_setup_mrr_tx_desc()
Deeprom.h49 #define AR5K_EEPROM_INFO(_n) (AR5K_EEPROM_INFO_BASE + (_n)) argument
/linux-4.4.14/arch/ia64/include/asm/sn/
Dmodule.h60 #define RACK_CREATE_RACKID(_c, _g, _n) ((_c) * RACK_CLASS_DVDR + \ argument
61 (_g) * RACK_GROUP_DVDR + (_n) * RACK_NUM_DVDR)
94 #define RACK_ADD_NUM(_r, _n) \ argument
95 ((_r) |= ((_n) - 1) << RACK_NUM_SHFT(_r) & RACK_NUM_MASK(_r))
/linux-4.4.14/include/linux/
Dkmemcheck.h72 int _n; \
77 _n = (long) &((ptr)->name##_end) \
79 BUILD_BUG_ON(_n < 0); \
81 kmemcheck_mark_initialized(&((ptr)->name##_begin), _n); \
/linux-4.4.14/lib/842/
D842_compress.c132 struct sw842_hlist_node##b *_n; \
134 hash_for_each_possible(p->htable##b, _n, node, p->data##b[n]) { \
135 if (p->data##b[n] == _n->data) { \
136 p->index##b[n] = _n->index; \
149 struct sw842_hlist_node##b *_n = &(p)->node##b[(i)+(d)]; \
150 hash_del(&_n->node); \
151 _n->data = (p)->data##b[d]; \
153 (unsigned int)_n->index, \
155 (unsigned long)_n->data); \
156 hash_add((p)->htable##b, &_n->node, _n->data); \
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dphy.h25 #define AR_PHY(_n) (AR_PHY_BASE + ((_n)<<2)) argument
Ddebug.h197 #define PR_QNUM(_n) sc->tx.txq_map[_n]->axq_qnum argument
Dath9k.h130 #define ATH_BA_ISSET(_bm, _n) (((_n) < (WME_BA_BMP_SIZE)) && \ argument
131 ((_bm)[(_n) >> 5] & (1 << ((_n) & 31))))
Dreg.h2002 #define AR_RATE_DURATION(_n) (AR_RATE_DURATION_0 + ((_n)<<2)) argument
/linux-4.4.14/arch/sparc/include/asm/
Dstring_32.h25 #define memmove(_to, _from, _n) \ argument
28 __memmove(_t, (_from), (_n)); \
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe-common.h1145 #define XGMAC_MTL_IOREAD(_pdata, _n, _reg) \ argument
1147 MTL_Q_BASE + ((_n) * MTL_Q_INC) + _reg)
1149 #define XGMAC_MTL_IOREAD_BITS(_pdata, _n, _reg, _field) \ argument
1150 GET_BITS(XGMAC_MTL_IOREAD((_pdata), (_n), _reg), \
1154 #define XGMAC_MTL_IOWRITE(_pdata, _n, _reg, _val) \ argument
1156 MTL_Q_BASE + ((_n) * MTL_Q_INC) + _reg)
1158 #define XGMAC_MTL_IOWRITE_BITS(_pdata, _n, _reg, _field, _val) \ argument
1160 u32 reg_val = XGMAC_MTL_IOREAD((_pdata), (_n), _reg); \
1164 XGMAC_MTL_IOWRITE((_pdata), (_n), _reg, reg_val); \
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbfa_defs_mfg_comm.h38 #define STRSZ(_n) (((_n) + 4) & ~3) argument
/linux-4.4.14/drivers/regulator/
Dpcf50633-regulator.c27 #define PCF50633_REGULATOR(_name, _id, _min_uV, _uV_step, _min_sel, _n) \ argument
32 .n_voltages = _n, \
Dtps65217-regulator.c30 #define TPS65217_REGULATOR(_name, _id, _of_match, _ops, _n, _vr, _vm, _em, \ argument
38 .n_voltages = _n, \
Dtps65218-regulator.c32 #define TPS65218_REGULATOR(_name, _id, _ops, _n, _vr, _vm, _er, _em, \ argument
38 .n_voltages = _n, \
/linux-4.4.14/include/uapi/scsi/
Dcxlflash_ioctl.h161 #define CXL_IOWR(_n, _s) _IOWR(CXL_MAGIC, _n, struct _s) argument
/linux-4.4.14/fs/cachefiles/
Dnamei.c831 struct rb_node *_n; in cachefiles_check_active() local
864 _n = cache->active_nodes.rb_node; in cachefiles_check_active()
866 while (_n) { in cachefiles_check_active()
867 object = rb_entry(_n, struct cachefiles_object, active_node); in cachefiles_check_active()
870 _n = _n->rb_left; in cachefiles_check_active()
872 _n = _n->rb_right; in cachefiles_check_active()
Drdwr.c469 struct page *newpage = NULL, *netpage, *_n, *backpage = NULL; in cachefiles_read_backing_file() local
474 list_for_each_entry_safe(netpage, _n, list, lru) { in cachefiles_read_backing_file()
645 list_for_each_entry_safe(netpage, _n, list, lru) { in cachefiles_read_backing_file()
685 struct page *page, *_n; in cachefiles_read_or_alloc_pages() local
723 list_for_each_entry_safe(page, _n, pages, lru) { in cachefiles_read_or_alloc_pages()
/linux-4.4.14/net/rxrpc/
Dar-error.c212 struct rxrpc_call *call, *_n; in rxrpc_UDP_error_handler() local
219 list_for_each_entry_safe(call, _n, &trans->peer->error_targets, in rxrpc_UDP_error_handler()
/linux-4.4.14/samples/seccomp/
Dbpf-direct.c30 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) argument
/linux-4.4.14/drivers/clk/meson/
Dclkc.h50 #define PLL_RATE(_r, _m, _n, _od) \ argument
54 .n = (_n), \
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h481 #define IXGBE_FHFT(_n) (0x09000 + ((_n) * 0x100)) /* Flex host filter table */ argument
482 #define IXGBE_FHFT_EXT(_n) (0x09800 + ((_n) * 0x100)) /* Ext Flexible Host argument
589 #define IXGBE_LSECTXKEY0(_n) (0x08A1C + (4 * (_n))) /* 4 of these (0-3) */ argument
590 #define IXGBE_LSECTXKEY1(_n) (0x08A2C + (4 * (_n))) /* 4 of these (0-3) */ argument
596 #define IXGBE_LSECRXKEY(_n, _m) (0x08F20 + ((0x10 * (_n)) + (4 * (_m)))) argument
611 #define IXGBE_LSECRXOK(_n) (0x08F64 + (0x04 * (_n))) /* InPktsOk */ argument
612 #define IXGBE_LSECRXINV(_n) (0x08F6C + (0x04 * (_n))) /* InPktsInvalid */ argument
613 #define IXGBE_LSECRXNV(_n) (0x08F74 + (0x04 * (_n))) /* InPktsNotValid */ argument
Dixgbe_82599.c1291 #define IXGBE_COMPUTE_SIG_HASH_ITERATION(_n) \ argument
1293 u32 n = (_n); \
1435 #define IXGBE_COMPUTE_BKT_HASH_ITERATION(_n) \ argument
1437 u32 n = (_n); \
/linux-4.4.14/drivers/i2c/busses/
Di2c-parport.c265 struct i2c_par *adapter, *_n; in i2c_parport_detach() local
269 list_for_each_entry_safe(adapter, _n, &adapter_list, node) { in i2c_parport_detach()
Di2c-s3c2410.c926 #define freq_to_i2c(_n) container_of(_n, struct s3c24xx_i2c, freq_transition) argument
/linux-4.4.14/drivers/usb/wusbcore/
Dcrypto.c298 const u8 key[16], const struct aes_ccm_nonce *_n, in wusb_prf() argument
303 struct aes_ccm_nonce n = *_n; in wusb_prf()
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
Dphy.h25 #define AR9170_PHY_REG(_n) (AR9170_PHY_REG_BASE + \ argument
26 ((_n) << 2))
/linux-4.4.14/drivers/tty/serial/
Dioc4_serial.c34 #define GET_SIO_IR(_n) (_n == 0) ? (IOC4_SIO_IR_S0) : \ argument
35 (_n == 1) ? (IOC4_SIO_IR_S1) : \
36 (_n == 2) ? (IOC4_SIO_IR_S2) : \
39 #define GET_OTHER_IR(_n) (_n == 0) ? (IOC4_OTHER_IR_S0_MEMERR) : \ argument
40 (_n == 1) ? (IOC4_OTHER_IR_S1_MEMERR) : \
41 (_n == 2) ? (IOC4_OTHER_IR_S2_MEMERR) : \
/linux-4.4.14/include/linux/usb/
Dwusb.h313 const u8 key[16], const struct aes_ccm_nonce *_n,
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_pt.c56 #define PT_CAP(_n, _l, _r, _m) \ argument
57 [PT_CAP_ ## _n] = { .name = __stringify(_n), .leaf = _l, \
/linux-4.4.14/drivers/md/bcache/
Dutil.h467 typeof(n) _n = (n); \
469 _d ? _n / _d : zero; \
/linux-4.4.14/drivers/scsi/bfa/
Dbfa_defs.h25 #define STRSZ(_n) (((_n) + 4) & ~3) argument
/linux-4.4.14/fs/ocfs2/dlm/
Ddlmcommon.h50 #define dlm_lockid_hash(_n, _l) full_name_hash(_n, _l) argument
/linux-4.4.14/drivers/input/misc/
Dims-pcu.c173 #define IMS_PCU_DEVINFO(_n, _gamepad) \ argument
174 [_n] = { \
175 .keymap = ims_pcu_keymap_##_n, \
176 .keymap_len = ARRAY_SIZE(ims_pcu_keymap_##_n), \
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000_hw.h1096 #define E1000_82542_SRRCTL(_n) (0x280C + ((_n) << 8)) /* Split and Replication argument
1098 #define E1000_82542_DCA_RXCTRL(_n) (0x02814 + ((_n) << 8)) argument
/linux-4.4.14/include/math-emu/
Dop-4.h358 _FP_FRAC_DECL_4(_n); _FP_FRAC_DECL_4(_m); \
359 _FP_FRAC_SET_4(_n, _FP_ZEROFRAC_4); \
/linux-4.4.14/tools/testing/selftests/seccomp/
Dseccomp_bpf.c91 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) argument
93 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]) + sizeof(__u32)) argument
/linux-4.4.14/drivers/clk/qcom/
Dgcc-ipq806x.c143 #define NSS_PLL_RATE(f, _l, _m, _n, i) \ argument
148 .n = _n, \
Dmmcc-msm8960.c50 #define F_MN(f, s, _m, _n) { .freq = f, .src = s, .m = _m, .n = _n } argument
/linux-4.4.14/tools/perf/util/
Devsel.c1221 #define PRINT_ATTRn(_n, _f, _p) \ argument
1225 ret += attr__fprintf(fp, _n, buf, priv);\
/linux-4.4.14/drivers/i2c/
Di2c-core.c1726 struct i2c_client *client, *_n; in i2c_do_del_adapter() local
1730 list_for_each_entry_safe(client, _n, &driver->clients, detected) { in i2c_do_del_adapter()
/linux-4.4.14/fs/ocfs2/
Dxattr.c327 #define bucket_block(_b, _n) ((_b)->bu_bhs[(_n)]->b_data) argument