Searched refs:_tmp (Results 1 – 12 of 12) sorted by relevance
| /linux/include/linux/ |
| H A D | math64.h | 341 ({ u64 _tmp = (d); mul_u64_add_u64_div_u64(a, b, _tmp - 1, _tmp); }) 355 ({ u64 _tmp = (d); div64_u64((ll) + _tmp - 1, _tmp); }) 368 ({ u32 _tmp = (d); div_u64((ll) + _tmp - 1, _tmp); }) 381 ({ u64 _tmp = (divisor); div64_u64((dividend) + _tmp / 2, _tmp); }) 394 ({ u32 _tmp = (divisor); div_u64((u64)(dividend) + _tmp / 2, _tmp); })
|
| H A D | math.h | 52 ({ unsigned long long _tmp = (ll); do_div(_tmp, d); _tmp; }) 116 unsigned long long _tmp = (x) + (__d) / 2; \ 117 do_div(_tmp, __d); \ 118 _tmp; \
|
| /linux/arch/m68k/include/asm/ |
| H A D | cacheflush_mm.h | 170 unsigned long _tmp; \ 174 : "=&d" (_tmp) \ 182 unsigned long _tmp; \ 186 : "=&d" (_tmp) \ 248 unsigned long _tmp; in __flush_pages_to_ram() local 252 : "=&d" (_tmp) in __flush_pages_to_ram()
|
| /linux/net/caif/ |
| H A D | chnl_net.c | 123 struct list_head *_tmp; in close_work() local 126 list_for_each_safe(list_node, _tmp, &chnl_net_list) { in close_work() 519 struct list_head *_tmp; in chnl_exit_module() local 522 list_for_each_safe(list_node, _tmp, &chnl_net_list) { in chnl_exit_module()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_seg6_loop.c | 13 ({ void *_tmp = _cursor; _cursor += _len; _tmp; })
|
| H A D | test_lwt_seg6local.c | 13 ({ void *_tmp = _cursor; _cursor += _len; _tmp; })
|
| /linux/net/mac80211/ |
| H A D | sta_info.h | 886 #define for_each_sta_info(local, _addr, _sta, _tmp) \ argument 887 rhl_for_each_entry_rcu(_sta, _tmp, \ 893 #define for_each_link_sta_info(local, _addr, _sta, _tmp) \ argument 894 rhl_for_each_entry_rcu(_sta, _tmp, \
|
| /linux/drivers/pinctrl/spear/ |
| H A D | pinctrl-plgpio.c | 667 #define plgpio_prepare_reg(__reg, _off, _mask, _tmp) \ argument 669 regmap_read(plgpio->regmap, plgpio->regs.__reg + _off, &_tmp); \ 670 _tmp &= ~_mask; \ 672 _tmp | (plgpio->csave_regs[i].__reg & _mask); \
|
| /linux/drivers/staging/media/sunxi/cedrus/ |
| H A D | cedrus_regs.h | 229 u32 _tmp = (a); \ 230 u32 _lo = _tmp & GENMASK(27, 4); \ 231 u32 _hi = (_tmp >> 28) & GENMASK(3, 0); \
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_drv.c | 208 typeof(_dest_array) _tmp; \ 209 _tmp = panthor_get_uobj_array(_uobj_array, \ 212 if (!IS_ERR(_tmp)) \ 213 _dest_array = _tmp; \ 214 PTR_ERR_OR_ZERO(_tmp); \
|
| /linux/tools/perf/util/ |
| H A D | synthetic-events.c | 2566 __u64 _tmp; \ in __synthesize_schedstat_cpu() 2567 ch = io__get_dec(io, &_tmp); \ in __synthesize_schedstat_cpu() 2570 cs->_ver._name = _tmp; \ in __synthesize_schedstat_cpu() 2628 __u64 _tmp; \ in __synthesize_schedstat_domain() 2629 ch = io__get_dec(io, &_tmp); \ in __synthesize_schedstat_domain() 2632 ds->_ver._name = _tmp; \ in __synthesize_schedstat_domain()
|
| /linux/arch/m68k/ifpsp060/ |
| H A D | ilsp.doc | 123 mov.w %cc,_tmp # save off condition codes
|