Home
last modified time | relevance | path

Searched refs:_n_ (Results 1 – 10 of 10) sorted by relevance

/linux/arch/arc/include/asm/
H A Dcmpxchg.h46 __typeof__(*(ptr)) _n_ = (new); \
51 … = (__typeof__(*(ptr)))cmpxchg_emu_u8((volatile u8 *__force)_p_, (uintptr_t)_o_, (uintptr_t)_n_); \
54 _prev_ = __cmpxchg(_p_, _o_, _n_); \
68 __typeof__(*(ptr)) _n_ = (new); \
78 *_p_ = _n_; \
/linux/drivers/usb/gadget/function/
H A Du_ether_configfs.h166 #define USB_ETHER_CONFIGFS_ITEM_ATTR_U8_RW(_f_, _n_) \ argument
167 static ssize_t _f_##_opts_##_n_##_show(struct config_item *item,\
174 ret = sprintf(page, "%02x\n", opts->_n_); \
180 static ssize_t _f_##_opts_##_n_##_store(struct config_item *item,\
190 opts->_n_ = val; \
198 CONFIGFS_ATTR(_f_##_opts_, _n_)
/linux/arch/alpha/include/asm/
H A Dcmpxchg.h238 __typeof__(*(ptr)) _n_ = (n); \
240 (unsigned long)_n_, \
269 __typeof__(*(ptr)) _n_ = (n); \
272 (unsigned long)_o_, (unsigned long)_n_, sizeof(*(ptr)));\
/linux/arch/powerpc/include/asm/
H A Dcmpxchg.h702 __typeof__(*(ptr)) _n_ = (n); \
704 (unsigned long)_n_, sizeof(*(ptr))); \
711 __typeof__(*(ptr)) _n_ = (n); \
713 (unsigned long)_n_, sizeof(*(ptr))); \
719 __typeof__(*(ptr)) _n_ = (n); \
721 (unsigned long)_o_, (unsigned long)_n_, \
728 __typeof__(*(ptr)) _n_ = (n); \
730 (unsigned long)_o_, (unsigned long)_n_, \
/linux/arch/sh/include/asm/
H A Dcmpxchg.h72 __typeof__(*(ptr)) _n_ = (n); \
74 (unsigned long)_n_, sizeof(*(ptr))); \
/linux/arch/sparc/include/asm/
H A Dcmpxchg_32.h59 __typeof__(*(ptr)) _n_ = (n); \
61 (unsigned long)_n_, sizeof(*(ptr))); \
H A Dcmpxchg_64.h174 __typeof__(*(ptr)) _n_ = (n); \
176 (unsigned long)_n_, sizeof(*(ptr))); \
/linux/arch/parisc/include/asm/
H A Dcmpxchg.h82 __typeof__(*(ptr)) _n_ = (n); \
84 (unsigned long)_n_, sizeof(*(ptr))); \
/linux/arch/xtensa/include/asm/
H A Dcmpxchg.h87 __typeof__(*(ptr)) _n_ = (n); \
89 (unsigned long)_n_, sizeof (*(ptr))); \
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen4_ras.h574 #define ADF_GEN4_EXPRPSSMDCPR(_n_) (0x12000 + (_n_) * 0x80) argument