Searched refs:_w (Results 1 – 9 of 9) sorted by relevance
| /linux/scripts/ |
| H A D | recordmcount.h | 54 #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 …]
|
| /linux/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); \
|
| /linux/drivers/net/wireless/microchip/wilc1000/ |
| H A D | netdev.h | 35 struct wilc *_w = w; \ 36 list_for_each_entry_srcu(v, &_w->vif_list, list, \ 37 srcu_read_lock_held(&_w->srcu))
|
| /linux/rust/kernel/ |
| H A D | debugfs.rs | 289 _w: &'static W, in write_only_file() 345 _w: &'static W, in scoped_dir() 639 _w: &'static W, 687 pub fn write_only_callback_file<T, W>(&self, name: &CStr, data: &'data T, _w: &'static W)
|
| /linux/sound/soc/atmel/ |
| H A D | mchp-i2s-mcc.c | 231 #define DMA_BURST_ALIGNED(_p, _s, _w) !(_p % (_s * _w)) argument
|
| H A D | mchp-pdmc.c | 100 #define DMA_BURST_ALIGNED(_p, _s, _w) !(_p % (_s * _w)) argument
|
| /linux/drivers/video/fbdev/omap/ |
| H A D | hwa742.c | 410 #define ADD_PREQ(_x, _y, _w, _h, can_sleep) do {\ argument 416 req->par.update.width = _w; \
|
| /linux/tools/perf/ |
| H A D | builtin-sched.c | 4089 #define DERIVED_AVG_FIELD(_name, _desc, _format, _x, _y, _z, _w, _ver) \ in print_domain_stats() argument 4093 CALC_AVG(ds1->_ver._w, t1)); \ in print_domain_stats() 4097 CALC_AVG(ds2->_ver._w, t2), \ in print_domain_stats() 4098 PCT_CHNG(CALC_AVG(ds1->_ver._w, t1), \ in print_domain_stats() 4099 CALC_AVG(ds2->_ver._w, t2))); \ in print_domain_stats()
|
| /linux/drivers/usb/musb/ |
| H A D | musb_core.c | 2213 struct musb_pending_work *w, *_w; in musb_run_resume_work() local 2218 list_for_each_entry_safe(w, _w, &musb->pending_list, node) { in musb_run_resume_work()
|