/kernel/linux/linux-5.10/scripts/ |
H A D | recordmcount.h | 54 #undef _w macro 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(shst in append_func() [all...] |
H A D | sorttable.h | 39 #undef _w macro 61 # define _w w8 macro 82 # define _w w macro
|
/kernel/linux/linux-6.6/scripts/ |
H A D | recordmcount.h | 54 #undef _w macro 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(shst in append_func() [all...] |
H A D | sorttable.h | 42 #undef _w macro 67 # define _w w8 macro 91 # define _w w macro
|
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | btree.h | 331 bool _w = l <= (op)->lock; \ 333 _w, b); \ 336 rw_unlock(_w, _child); \ 353 bool _w = insert_lock(op, _b); \ 354 rw_lock(_w, _b, _b->level); \ 356 _w == insert_lock(op, _b)) { \ 359 rw_unlock(_w, _b); \
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | btree.h | 331 bool _w = l <= (op)->lock; \ 333 _w, b); \ 336 rw_unlock(_w, _child); \ 353 bool _w = insert_lock(op, _b); \ 354 rw_lock(_w, _b, _b->level); \ 356 _w == insert_lock(op, _b)) { \ 359 rw_unlock(_w, _b); \
|
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/ |
H A D | gth.c | 225 #define OUTPUT_PARM(_name, _mask, _r, _w, _what) \ 231 .writable = (_w) }
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap/ |
H A D | hwa742.c | 402 #define ADD_PREQ(_x, _y, _w, _h) do { \ 408 req->par.update.width = _w; \
|
/kernel/linux/linux-6.6/drivers/hwtracing/intel_th/ |
H A D | gth.c | 225 #define OUTPUT_PARM(_name, _mask, _r, _w, _what) \ 231 .writable = (_w) }
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap/ |
H A D | hwa742.c | 410 #define ADD_PREQ(_x, _y, _w, _h, can_sleep) do {\ 416 req->par.update.width = _w; \
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | soc.h | 1129 #define for_each_card_widgets_safe(card, w, _w) \ 1130 list_for_each_entry_safe(w, _w, &card->widgets, list)
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | soc.h | 1092 #define for_each_card_widgets_safe(card, w, _w) \ 1093 list_for_each_entry_safe(w, _w, &card->widgets, list)
|
/kernel/linux/linux-5.10/drivers/usb/musb/ |
H A D | musb_core.c | 2209 struct musb_pending_work *w, *_w; in musb_run_resume_work() local 2214 list_for_each_entry_safe(w, _w, &musb->pending_list, node) { in musb_run_resume_work()
|
/kernel/linux/linux-6.6/drivers/usb/musb/ |
H 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()
|