Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/riscv/include/asm/
A Dcmpxchg.h205 __typeof__(*(ptr)) _n_ = (n); \
207 _o_, _n_, sizeof(*(ptr))); \
251 __typeof__(*(ptr)) _n_ = (n); \
253 _o_, _n_, sizeof(*(ptr))); \
297 __typeof__(*(ptr)) _n_ = (n); \
299 _o_, _n_, sizeof(*(ptr))); \
343 __typeof__(*(ptr)) _n_ = (n); \
345 _o_, _n_, sizeof(*(ptr))); \
/linux-6.3-rc2/arch/arc/include/asm/
A Dcmpxchg.h45 __typeof__(*(ptr)) _n_ = (new); \
50 _prev_ = __cmpxchg(_p_, _o_, _n_); \
64 __typeof__(*(ptr)) _n_ = (new); \
76 *_p_ = _n_; \
/linux-6.3-rc2/arch/alpha/include/asm/
A Dcmpxchg.h23 __typeof__(*(ptr)) _n_ = (n); \
25 (unsigned long)_n_, \
60 __typeof__(*(ptr)) _n_ = (n); \
63 (unsigned long)_o_, (unsigned long)_n_, sizeof(*(ptr)));\
/linux-6.3-rc2/drivers/usb/gadget/function/
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-6.3-rc2/arch/powerpc/include/asm/
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-6.3-rc2/arch/sh/include/asm/
A Dcmpxchg.h69 __typeof__(*(ptr)) _n_ = (n); \
71 (unsigned long)_n_, sizeof(*(ptr))); \
/linux-6.3-rc2/arch/sparc/include/asm/
A Dcmpxchg_32.h61 __typeof__(*(ptr)) _n_ = (n); \
63 (unsigned long)_n_, sizeof(*(ptr))); \
A Dcmpxchg_64.h174 __typeof__(*(ptr)) _n_ = (n); \
176 (unsigned long)_n_, sizeof(*(ptr))); \
/linux-6.3-rc2/arch/parisc/include/asm/
A Dcmpxchg.h84 __typeof__(*(ptr)) _n_ = (n); \
86 (unsigned long)_n_, sizeof(*(ptr))); \
/linux-6.3-rc2/arch/xtensa/include/asm/
A Dcmpxchg.h85 __typeof__(*(ptr)) _n_ = (n); \
87 (unsigned long)_n_, sizeof (*(ptr))); \

Completed in 10 milliseconds