Searched refs:__next (Results 1 – 9 of 9) sorted by relevance
| /linux/include/linux/usb/ |
| H A D | func_utils.h | 20 #define vla_group(groupname) size_t groupname##__next = 0 21 #define vla_group_size(groupname) groupname##__next 26 if (groupname##__next != SIZE_MAX) { \ 29 offset = (groupname##__next + align_mask) & \ 32 &groupname##__next)) { \ 33 groupname##__next = SIZE_MAX; \ 44 if (groupname##__next != SIZE_MAX) { \ 46 offset = (groupname##__next + align_mask) & \ 49 &groupname##__next)) { \ 50 groupname##__next = SIZE_MAX; \
|
| /linux/arch/riscv/include/asm/ |
| H A D | switch_to.h | 70 #define __switch_to_fpu(__prev, __next) do { } while (0) argument 116 struct task_struct *__next = (next); \ 119 __switch_to_fpu(__prev, __next); \ 121 __switch_to_vector(__prev, __next); \ 122 if (switch_to_should_flush_icache(__next)) \ 124 __switch_to_envcfg(__next); \ 125 ((last) = __switch_to(__prev, __next)); \
|
| H A D | vector.h | 421 #define __switch_to_vector(__prev, __next) do {} while (0) argument
|
| /linux/arch/csky/include/asm/ |
| H A D | switch_to.h | 30 struct task_struct *__next = (next); \ 31 __switch_to_fpu(__prev, __next); \
|
| /linux/kernel/trace/ |
| H A D | trace_stack.c | 376 __next(struct seq_file *m, loff_t *pos) in __next() function 391 return __next(m, pos); in t_next() 405 return __next(m, pos); in t_start()
|
| H A D | trace_events.c | 1802 __next(struct seq_file *m, void *v, loff_t *pos, int type) in __next() function 1818 return __next(m, v, pos, TRACE_PIDS); in p_next() 1824 return __next(m, v, pos, TRACE_NO_PIDS); in np_next()
|
| /linux/drivers/pnp/isapnp/ |
| H A D | core.c | 327 goto __next; in isapnp_isolate() 336 __next: in isapnp_isolate()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_gpusvm.c | 489 struct drm_gpusvm_range *range, *__next; in drm_gpusvm_fini() local 497 drm_gpusvm_for_each_range_safe(range, __next, notifier, 0, in drm_gpusvm_fini()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_svm.c | 1414 struct drm_gpusvm_range *range, *__next; in xe_svm_unmap_address_range() local 1416 drm_gpusvm_for_each_range_safe(range, __next, notifier, start, end) { in xe_svm_unmap_address_range()
|