Symbol: _w
drivers/hwtracing/intel_th/gth.c
225
#define OUTPUT_PARM(_name, _mask, _r, _w, _what) \
drivers/hwtracing/intel_th/gth.c
231
.writable = (_w) }
drivers/md/bcache/btree.h
331
bool _w = l <= (op)->lock; \
drivers/md/bcache/btree.h
333
_w, b); \
drivers/md/bcache/btree.h
336
rw_unlock(_w, _child); \
drivers/md/bcache/btree.h
353
bool _w = insert_lock(op, _b); \
drivers/md/bcache/btree.h
354
rw_lock(_w, _b, _b->level); \
drivers/md/bcache/btree.h
356
_w == insert_lock(op, _b)) { \
drivers/md/bcache/btree.h
359
rw_unlock(_w, _b); \
drivers/media/platform/chips-media/wave5/wave5-vpuapi.h
49
#define WAVE5_DEC_HEVC_BUF_SIZE(_w, _h) (DIV_ROUND_UP(_w, 64) * DIV_ROUND_UP(_h, 64) * 256 + 64)
drivers/media/platform/chips-media/wave5/wave5-vpuapi.h
50
#define WAVE5_DEC_AVC_BUF_SIZE(_w, _h) ((((ALIGN(_w, 256) / 16) * (ALIGN(_h, 16) / 16)) + 16) * 80)
drivers/media/platform/chips-media/wave5/wave5-vpuapi.h
52
#define WAVE5_FBC_LUMA_TABLE_SIZE(_w, _h) (ALIGN(_h, 64) * ALIGN(_w, 256) / 32)
drivers/media/platform/chips-media/wave5/wave5-vpuapi.h
53
#define WAVE5_FBC_CHROMA_TABLE_SIZE(_w, _h) (ALIGN((_h), 64) * ALIGN((_w) / 2, 256) / 32)
drivers/media/platform/chips-media/wave5/wave5-vpuapi.h
54
#define WAVE5_ENC_AVC_BUF_SIZE(_w, _h) (ALIGN(_w, 64) * ALIGN(_h, 64) / 32)
drivers/media/platform/chips-media/wave5/wave5-vpuapi.h
55
#define WAVE5_ENC_HEVC_BUF_SIZE(_w, _h) (ALIGN(_w, 64) / 64 * ALIGN(_h, 64) / 64 * 128)
drivers/media/platform/chips-media/wave5/wave5.h
11
#define WAVE5_SUBSAMPLED_ONE_SIZE(_w, _h) (ALIGN((_w) / 4, 16) * ALIGN((_h) / 4, 8))
drivers/media/platform/chips-media/wave5/wave5.h
12
#define WAVE5_SUBSAMPLED_ONE_SIZE_AVC(_w, _h) (ALIGN((_w) / 4, 32) * ALIGN((_h) / 4, 4))
drivers/net/wireless/microchip/wilc1000/netdev.h
35
struct wilc *_w = w; \
drivers/net/wireless/microchip/wilc1000/netdev.h
36
list_for_each_entry_srcu(v, &_w->vif_list, list, \
drivers/net/wireless/microchip/wilc1000/netdev.h
37
srcu_read_lock_held(&_w->srcu))
drivers/usb/musb/musb_core.c
2213
struct musb_pending_work *w, *_w;
drivers/usb/musb/musb_core.c
2218
list_for_each_entry_safe(w, _w, &musb->pending_list, node) {
drivers/video/fbdev/omap/hwa742.c
410
#define ADD_PREQ(_x, _y, _w, _h, can_sleep) do {\
drivers/video/fbdev/omap/hwa742.c
416
req->par.update.width = _w; \
include/sound/soc.h
1128
#define for_each_card_widgets_safe(card, w, _w) \
include/sound/soc.h
1129
list_for_each_entry_safe(w, _w, &card->widgets, list)
scripts/recordmcount.h
145
return ELF_R_SYM(_w(rp->r_info));
scripts/recordmcount.h
151
rp->r_info = _w(ELF_R_INFO(sym, type));
scripts/recordmcount.h
181
Elf_Addr current_r_offset = _w(rp->r_offset);
scripts/recordmcount.h
272
uint_t const old_shoff = _w(ehdr->e_shoff);
scripts/recordmcount.h
273
uint_t const old_shstr_sh_size = _w(shstr->sh_size);
scripts/recordmcount.h
274
uint_t const old_shstr_sh_offset = _w(shstr->sh_offset);
scripts/recordmcount.h
278
uint_t t = 1 + strlen(mc_name) + _w(shstr->sh_size);
scripts/recordmcount.h
281
shstr->sh_size = _w(t);
scripts/recordmcount.h
282
shstr->sh_offset = _w(sb.st_size);
scripts/recordmcount.h
310
mcsec.sh_flags = _w(SHF_ALLOC);
scripts/recordmcount.h
312
mcsec.sh_offset = _w(t);
scripts/recordmcount.h
313
mcsec.sh_size = _w((void *)mlocp - (void *)mloc0);
scripts/recordmcount.h
316
mcsec.sh_addralign = _w(_size);
scripts/recordmcount.h
317
mcsec.sh_entsize = _w(_size);
scripts/recordmcount.h
327
mcsec.sh_offset = _w((void *)mlocp - (void *)mloc0 + t);
scripts/recordmcount.h
328
mcsec.sh_size = _w((void *)mrelp - (void *)mrel0);
scripts/recordmcount.h
331
mcsec.sh_addralign = _w(_size);
scripts/recordmcount.h
332
mcsec.sh_entsize = _w(rel_entsize);
scripts/recordmcount.h
342
ehdr->e_shoff = _w(new_e_shoff);
scripts/recordmcount.h
378
Elf_Shdr *const shdr0 = (Elf_Shdr *)(_w(ehdr->e_shoff)
scripts/recordmcount.h
383
Elf_Rel const *const rel0 = (Elf_Rel const *)(_w(relhdr->sh_offset)
scripts/recordmcount.h
386
*sym0 = (Elf_Sym const *)(_w(symsec->sh_offset)
scripts/recordmcount.h
389
*str0 = (char const *)(_w(strsec->sh_offset)
scripts/recordmcount.h
414
unsigned rel_entsize = _w(relhdr->sh_entsize);
scripts/recordmcount.h
415
unsigned const nrel = _w(relhdr->sh_size) / rel_entsize;
scripts/recordmcount.h
428
_w(_w(relp->r_offset) - recval + mcount_adjust);
scripts/recordmcount.h
429
mrelp->r_offset = _w(offbase
scripts/recordmcount.h
455
Elf_Shdr *const shdr0 = (Elf_Shdr *)(_w(ehdr->e_shoff)
scripts/recordmcount.h
461
unsigned rel_entsize = _w(relhdr->sh_entsize);
scripts/recordmcount.h
462
unsigned const nrel = _w(relhdr->sh_size) / rel_entsize;
scripts/recordmcount.h
477
ret = make_nop((void *)ehdr, _w(shdr->sh_offset) + _w(relp->r_offset));
scripts/recordmcount.h
525
Elf_Sym const *const sym0 = (Elf_Sym const *)(_w(symhdr->sh_offset)
scripts/recordmcount.h
527
unsigned const nsym = _w(symhdr->sh_size) / _w(symhdr->sh_entsize);
scripts/recordmcount.h
542
*recvalp = _w(symp->st_value);
scripts/recordmcount.h
568
!(_w(txthdr->sh_flags) & SHF_EXECINSTR))
scripts/recordmcount.h
600
totrelsz += _w(shdrp->sh_size);
scripts/recordmcount.h
609
Elf_Shdr *const shdr0 = (Elf_Shdr *)(_w(ehdr->e_shoff)
scripts/recordmcount.h
613
char const *const shstrtab = (char const *)(_w(shstr->sh_offset)
scripts/recordmcount.h
675
rel_entsize = _w(relhdr->sh_entsize);
sound/soc/atmel/mchp-i2s-mcc.c
231
#define DMA_BURST_ALIGNED(_p, _s, _w) !(_p % (_s * _w))
sound/soc/atmel/mchp-pdmc.c
100
#define DMA_BURST_ALIGNED(_p, _s, _w) !(_p % (_s * _w))
tools/perf/builtin-sched.c
4089
#define DERIVED_AVG_FIELD(_name, _desc, _format, _x, _y, _z, _w, _ver) \
tools/perf/builtin-sched.c
4093
CALC_AVG(ds1->_ver._w, t1)); \
tools/perf/builtin-sched.c
4097
CALC_AVG(ds2->_ver._w, t2), \
tools/perf/builtin-sched.c
4098
PCT_CHNG(CALC_AVG(ds1->_ver._w, t1), \
tools/perf/builtin-sched.c
4099
CALC_AVG(ds2->_ver._w, t2))); \