Searched refs:_tmp (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | math64.h | 298 ({ u64 _tmp = (d); div64_u64((ll) + _tmp - 1, _tmp); }) 311 ({ u32 _tmp = (d); div_u64((ll) + _tmp - 1, _tmp); }) 324 ({ u64 _tmp = (divisor); div64_u64((dividend) + _tmp / 2, _tmp); }) 337 ({ 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-6.15/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-6.15/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-6.15/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-6.15/net/mac80211/ |
| H A D | sta_info.h | 843 #define for_each_sta_info(local, _addr, _sta, _tmp) \ argument 844 rhl_for_each_entry_rcu(_sta, _tmp, \ 850 #define for_each_link_sta_info(local, _addr, _sta, _tmp) \ argument 851 rhl_for_each_entry_rcu(_sta, _tmp, \
|
| /linux-6.15/drivers/pinctrl/spear/ |
| H A D | pinctrl-plgpio.c | 664 #define plgpio_prepare_reg(__reg, _off, _mask, _tmp) \ argument 666 regmap_read(plgpio->regmap, plgpio->regs.__reg + _off, &_tmp); \ 667 _tmp &= ~_mask; \ 669 _tmp | (plgpio->csave_regs[i].__reg & _mask); \
|
| /linux-6.15/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-6.15/drivers/gpu/drm/panthor/ |
| H A D | panthor_drv.c | 205 typeof(_dest_array) _tmp; \ 206 _tmp = panthor_get_uobj_array(_uobj_array, \ 209 if (!IS_ERR(_tmp)) \ 210 _dest_array = _tmp; \ 211 PTR_ERR_OR_ZERO(_tmp); \
|
| /linux-6.15/drivers/power/supply/ |
| H A D | ip5xxx_power.c | 778 struct regmap_field *_tmp = devm_regmap_field_alloc(dev, \ 780 if (!IS_ERR(_tmp)) \ 781 ip5xxx->regs._reg = _tmp; \
|
| /linux-6.15/arch/m68k/ifpsp060/ |
| H A D | ilsp.doc | 123 mov.w %cc,_tmp # save off condition codes
|