Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arc/include/asm/
Dcmpxchg.h46 __typeof__(*(ptr)) _n_ = (new); \
51 _prev_ = (__typeof__(*(ptr)))cmpxchg_emu_u8((volatile u8 *)_p_, (uintptr_t)_o_, (uintptr_t)_n_); \
54 _prev_ = __cmpxchg(_p_, _o_, _n_); \
68 __typeof__(*(ptr)) _n_ = (new); \
78 *_p_ = _n_; \
/linux-6.12.1/drivers/usb/gadget/function/
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.12.1/arch/alpha/include/asm/
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-6.12.1/arch/powerpc/include/asm/
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.12.1/arch/sh/include/asm/
Dcmpxchg.h72 __typeof__(*(ptr)) _n_ = (n); \
74 (unsigned long)_n_, sizeof(*(ptr))); \
/linux-6.12.1/arch/sparc/include/asm/
Dcmpxchg_32.h59 __typeof__(*(ptr)) _n_ = (n); \
61 (unsigned long)_n_, sizeof(*(ptr))); \
Dcmpxchg_64.h174 __typeof__(*(ptr)) _n_ = (n); \
176 (unsigned long)_n_, sizeof(*(ptr))); \
/linux-6.12.1/arch/parisc/include/asm/
Dcmpxchg.h82 __typeof__(*(ptr)) _n_ = (n); \
84 (unsigned long)_n_, sizeof(*(ptr))); \
/linux-6.12.1/arch/xtensa/include/asm/
Dcmpxchg.h87 __typeof__(*(ptr)) _n_ = (n); \
89 (unsigned long)_n_, sizeof (*(ptr))); \
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/
Dadf_gen4_ras.h574 #define ADF_GEN4_EXPRPSSMDCPR(_n_) (0x12000 + (_n_) * 0x80) argument
Dadf_gen4_ras.c8 #define BITS_PER_REG(_n_) (sizeof(_n_) * BITS_PER_BYTE) argument
/linux-6.12.1/drivers/media/platform/mediatek/vcodec/decoder/vdec/
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_))); \
/linux-6.12.1/drivers/media/platform/verisilicon/
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_))); \