Searched refs:_w (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/scripts/ |
A D | recordmcount.h | 54 #undef _w 93 # define _w w8 macro 131 # define _w w macro 281 shstr->sh_size = _w(t); in append_func() 310 mcsec.sh_flags = _w(SHF_ALLOC); in append_func() 312 mcsec.sh_offset = _w(t); in append_func() 317 mcsec.sh_entsize = _w(_size); in append_func() 428 _w(_w(relp->r_offset) - recval + mcount_adjust); in sift_rel_mcount() 429 mrelp->r_offset = _w(offbase in sift_rel_mcount() 477 ret = make_nop((void *)ehdr, _w(shdr->sh_offset) + _w(relp->r_offset)); in nop_mcount() [all …]
|
A D | sorttable.h | 42 #undef _w 67 # define _w w8 macro 91 # define _w w macro
|
/linux-6.3-rc2/drivers/md/bcache/ |
A D | btree.h | 330 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-6.3-rc2/drivers/hwtracing/intel_th/ |
A D | gth.c | 225 #define OUTPUT_PARM(_name, _mask, _r, _w, _what) \ argument 231 .writable = (_w) }
|
/linux-6.3-rc2/drivers/video/fbdev/omap/ |
A D | hwa742.c | 410 #define ADD_PREQ(_x, _y, _w, _h, can_sleep) do {\ argument 416 req->par.update.width = _w; \
|
/linux-6.3-rc2/include/sound/ |
A D | soc.h | 1052 #define for_each_card_widgets_safe(card, w, _w) \ argument 1053 list_for_each_entry_safe(w, _w, &card->widgets, list)
|
/linux-6.3-rc2/drivers/usb/musb/ |
A D | musb_core.c | 2215 struct musb_pending_work *w, *_w; in musb_run_resume_work() local 2220 list_for_each_entry_safe(w, _w, &musb->pending_list, node) { in musb_run_resume_work()
|
Completed in 31 milliseconds