Home
last modified time | relevance | path

Searched refs:_w (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/scripts/
Drecordmcount.h49 #undef _w
83 # define _w w8 macro
116 # define _w w macro
130 return ELF_R_SYM(_w(rp->r_info)); in fn_ELF_R_SYM()
136 rp->r_info = _w(ELF_R_INFO(sym, type)); in fn_ELF_R_INFO()
166 Elf_Addr current_r_offset = _w(rp->r_offset); in MIPS_is_fake_mcount()
192 uint_t const old_shoff = _w(ehdr->e_shoff); in append_func()
193 uint_t const old_shstr_sh_size = _w(shstr->sh_size); in append_func()
194 uint_t const old_shstr_sh_offset = _w(shstr->sh_offset); in append_func()
195 uint_t t = 1 + strlen(mc_name) + _w(shstr->sh_size); in append_func()
[all …]
Dsortextable.h32 #undef _w
54 # define _w w8 macro
75 # define _w w macro
/Linux-v5.4/drivers/md/bcache/
Dbtree.c125 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-v5.4/drivers/hwtracing/intel_th/
Dgth.c225 #define OUTPUT_PARM(_name, _mask, _r, _w, _what) \ argument
231 .writable = (_w) }
/Linux-v5.4/drivers/video/fbdev/omap/
Dhwa742.c402 #define ADD_PREQ(_x, _y, _w, _h) do { \ argument
408 req->par.update.width = _w; \
/Linux-v5.4/drivers/usb/musb/
Dmusb_core.c2060 struct musb_pending_work *w, *_w; in musb_run_resume_work() local
2065 list_for_each_entry_safe(w, _w, &musb->pending_list, node) { in musb_run_resume_work()