Home
last modified time | relevance | path

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

/openbmc/linux/arch/arc/include/asm/
H A Dcmpxchg.h45 __typeof__(*(ptr)) _n_ = (new); \
50 _prev_ = __cmpxchg(_p_, _o_, _n_); \
64 __typeof__(*(ptr)) _n_ = (new); \
76 *_p_ = _n_; \
/openbmc/linux/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))); \
/openbmc/linux/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)));\
/openbmc/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_)
/openbmc/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_, \
/openbmc/linux/arch/sh/include/asm/
H A Dcmpxchg.h69 __typeof__(*(ptr)) _n_ = (n); \
71 (unsigned long)_n_, sizeof(*(ptr))); \
/openbmc/linux/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))); \
/openbmc/linux/arch/parisc/include/asm/
H A Dcmpxchg.h84 __typeof__(*(ptr)) _n_ = (n); \
86 (unsigned long)_n_, sizeof(*(ptr))); \
/openbmc/linux/arch/xtensa/include/asm/
H A Dcmpxchg.h85 __typeof__(*(ptr)) _n_ = (n); \
87 (unsigned long)_n_, sizeof (*(ptr))); \
/openbmc/u-boot/arch/sh/include/asm/
H A Dsystem.h254 __typeof__(*(ptr)) _n_ = (n); \
256 (unsigned long)_n_, sizeof(*(ptr))); \
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_av1_req_lat_if.c37 typeof(n) _n_ = n; \
39 (((_value_) < 0) ? -AV1_DIV_ROUND_UP_POW2(-(_value_), (_n_)) \
40 : AV1_DIV_ROUND_UP_POW2((_value_), (_n_))); \
/openbmc/linux/drivers/media/platform/verisilicon/
H A Drockchip_vpu981_hw_av1_dec.c69 typeof(n) _n_ = n; \
71 (((_value_) < 0) ? -AV1_DIV_ROUND_UP_POW2(-(_value_), (_n_)) \
72 : AV1_DIV_ROUND_UP_POW2((_value_), (_n_))); \