Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H 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))); \
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H 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)));\
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dcmpxchg.h473 __typeof__(*(ptr)) _n_ = (n); \
475 (unsigned long)_n_, sizeof(*(ptr))); \
482 __typeof__(*(ptr)) _n_ = (n); \
484 (unsigned long)_n_, sizeof(*(ptr))); \
490 __typeof__(*(ptr)) _n_ = (n); \
492 (unsigned long)_o_, (unsigned long)_n_, \
499 __typeof__(*(ptr)) _n_ = (n); \
501 (unsigned long)_o_, (unsigned long)_n_, \
/OK3568_Linux_fs/kernel/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_)
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dcmpxchg.h69 __typeof__(*(ptr)) _n_ = (n); \
71 (unsigned long)_n_, sizeof(*(ptr))); \
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dcmpxchg_32.h61 __typeof__(*(ptr)) _n_ = (n); \
63 (unsigned long)_n_, sizeof(*(ptr))); \
H A Dcmpxchg_64.h174 __typeof__(*(ptr)) _n_ = (n); \
176 (unsigned long)_n_, sizeof(*(ptr))); \
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dcmpxchg.h84 __typeof__(*(ptr)) _n_ = (n); \
86 (unsigned long)_n_, sizeof(*(ptr))); \
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dcmpxchg.h85 __typeof__(*(ptr)) _n_ = (n); \
87 (unsigned long)_n_, sizeof (*(ptr))); \
/OK3568_Linux_fs/u-boot/arch/sh/include/asm/
H A Dsystem.h254 __typeof__(*(ptr)) _n_ = (n); \
256 (unsigned long)_n_, sizeof(*(ptr))); \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/
H A Darm_neon.h531 vdup##__q##_n_##__size (__aarch64_vget_lane_any (__a, __b))