Searched refs:_n_ (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/arch/arc/include/asm/ |
D | cmpxchg.h | 46 __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/ |
D | u_ether_configfs.h | 166 #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/ |
D | cmpxchg.h | 238 __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/ |
D | cmpxchg.h | 702 __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/ |
D | cmpxchg.h | 72 __typeof__(*(ptr)) _n_ = (n); \ 74 (unsigned long)_n_, sizeof(*(ptr))); \
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | cmpxchg_32.h | 59 __typeof__(*(ptr)) _n_ = (n); \ 61 (unsigned long)_n_, sizeof(*(ptr))); \
|
D | cmpxchg_64.h | 174 __typeof__(*(ptr)) _n_ = (n); \ 176 (unsigned long)_n_, sizeof(*(ptr))); \
|
/linux-6.12.1/arch/parisc/include/asm/ |
D | cmpxchg.h | 82 __typeof__(*(ptr)) _n_ = (n); \ 84 (unsigned long)_n_, sizeof(*(ptr))); \
|
/linux-6.12.1/arch/xtensa/include/asm/ |
D | cmpxchg.h | 87 __typeof__(*(ptr)) _n_ = (n); \ 89 (unsigned long)_n_, sizeof (*(ptr))); \
|
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/ |
D | adf_gen4_ras.h | 574 #define ADF_GEN4_EXPRPSSMDCPR(_n_) (0x12000 + (_n_) * 0x80) argument
|
D | adf_gen4_ras.c | 8 #define BITS_PER_REG(_n_) (sizeof(_n_) * BITS_PER_BYTE) argument
|
/linux-6.12.1/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
D | vdec_av1_req_lat_if.c | 37 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/ |
D | rockchip_vpu981_hw_av1_dec.c | 69 typeof(n) _n_ = n; \ 71 (((_value_) < 0) ? -AV1_DIV_ROUND_UP_POW2(-(_value_), (_n_)) \ 72 : AV1_DIV_ROUND_UP_POW2((_value_), (_n_))); \
|