Home
last modified time | relevance | path

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

/linux-5.19.10/scripts/
Drecordmcount.h54 #undef _w
93 # define _w w8 macro
131 # define _w w macro
145 return ELF_R_SYM(_w(rp->r_info)); in fn_ELF_R_SYM()
151 rp->r_info = _w(ELF_R_INFO(sym, type)); in fn_ELF_R_INFO()
181 Elf_Addr current_r_offset = _w(rp->r_offset); in MIPS_is_fake_mcount()
272 uint_t const old_shoff = _w(ehdr->e_shoff); in append_func()
273 uint_t const old_shstr_sh_size = _w(shstr->sh_size); in append_func()
274 uint_t const old_shstr_sh_offset = _w(shstr->sh_offset); in append_func()
278 uint_t t = 1 + strlen(mc_name) + _w(shstr->sh_size); in append_func()
[all …]
Dsorttable.h42 #undef _w
67 # define _w w8 macro
91 # define _w w macro
/linux-5.19.10/drivers/md/bcache/
Dbtree.h330 bool _w = l <= (op)->lock; \
332 _w, b); \
335 rw_unlock(_w, _child); \
352 bool _w = insert_lock(op, _b); \
353 rw_lock(_w, _b, _b->level); \
355 _w == insert_lock(op, _b)) { \
358 rw_unlock(_w, _b); \
/linux-5.19.10/drivers/hwtracing/intel_th/
Dgth.c225 #define OUTPUT_PARM(_name, _mask, _r, _w, _what) \ argument
231 .writable = (_w) }
/linux-5.19.10/drivers/video/fbdev/omap/
Dhwa742.c410 #define ADD_PREQ(_x, _y, _w, _h, can_sleep) do {\ argument
416 req->par.update.width = _w; \
/linux-5.19.10/include/sound/
Dsoc.h1039 #define for_each_card_widgets_safe(card, w, _w) \ argument
1040 list_for_each_entry_safe(w, _w, &card->widgets, list)
/linux-5.19.10/drivers/usb/musb/
Dmusb_core.c2220 struct musb_pending_work *w, *_w; in musb_run_resume_work() local
2225 list_for_each_entry_safe(w, _w, &musb->pending_list, node) { in musb_run_resume_work()