Searched refs:_w (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/scripts/ |
D | recordmcount.h | 50 #undef _w 84 # define _w w8 macro 117 # define _w w macro 131 return ELF_R_SYM(_w(rp->r_info)); in fn_ELF_R_SYM() 137 rp->r_info = _w(ELF_R_INFO(sym, type)); in fn_ELF_R_INFO() 167 Elf_Addr current_r_offset = _w(rp->r_offset); in MIPS_is_fake_mcount() 193 uint_t const old_shoff = _w(ehdr->e_shoff); in append_func() 194 uint_t const old_shstr_sh_size = _w(shstr->sh_size); in append_func() 195 uint_t const old_shstr_sh_offset = _w(shstr->sh_offset); in append_func() 196 uint_t t = 1 + strlen(mc_name) + _w(shstr->sh_size); in append_func() [all …]
|
D | sortextable.h | 34 #undef _w 56 # define _w w8 macro 77 # define _w w macro
|
/Linux-v4.19/arch/ia64/include/asm/sn/ |
D | shubio.h | 3270 #define IIO_IIWA_WIDGET(_w) ((u64)(1ULL << _w)) argument 3272 #define IIO_IOWA_WIDGET(_w) ((u64)(1ULL << _w)) argument
|
/Linux-v4.19/drivers/md/bcache/ |
D | btree.c | 125 bool _w = l <= (op)->lock; \ 127 _w, b); \ 130 rw_unlock(_w, _child); \ 147 bool _w = insert_lock(op, _b); \ 148 rw_lock(_w, _b, _b->level); \ 150 _w == insert_lock(op, _b)) { \ 153 rw_unlock(_w, _b); \
|
/Linux-v4.19/drivers/hwtracing/intel_th/ |
D | gth.c | 225 #define OUTPUT_PARM(_name, _mask, _r, _w, _what) \ argument 231 .writable = (_w) }
|
/Linux-v4.19/drivers/video/fbdev/omap/ |
D | hwa742.c | 415 #define ADD_PREQ(_x, _y, _w, _h) do { \ argument 421 req->par.update.width = _w; \
|
/Linux-v4.19/drivers/usb/musb/ |
D | musb_core.c | 2066 struct musb_pending_work *w, *_w; in musb_run_resume_work() local 2071 list_for_each_entry_safe(w, _w, &musb->pending_list, node) { in musb_run_resume_work()
|