Symbol: __next
arch/csky/include/asm/switch_to.h
30
struct task_struct *__next = (next); \
arch/csky/include/asm/switch_to.h
31
__switch_to_fpu(__prev, __next); \
arch/riscv/include/asm/switch_to.h
116
struct task_struct *__next = (next); \
arch/riscv/include/asm/switch_to.h
119
__switch_to_fpu(__prev, __next); \
arch/riscv/include/asm/switch_to.h
121
__switch_to_vector(__prev, __next); \
arch/riscv/include/asm/switch_to.h
122
if (switch_to_should_flush_icache(__next)) \
arch/riscv/include/asm/switch_to.h
124
__switch_to_envcfg(__next); \
arch/riscv/include/asm/switch_to.h
125
((last) = __switch_to(__prev, __next)); \
arch/riscv/include/asm/switch_to.h
70
#define __switch_to_fpu(__prev, __next) do { } while (0)
arch/riscv/include/asm/vector.h
421
#define __switch_to_vector(__prev, __next) do {} while (0)
drivers/gpu/drm/drm_gpusvm.c
489
struct drm_gpusvm_range *range, *__next;
drivers/gpu/drm/drm_gpusvm.c
497
drm_gpusvm_for_each_range_safe(range, __next, notifier, 0,
drivers/gpu/drm/xe/xe_svm.c
1414
struct drm_gpusvm_range *range, *__next;
drivers/gpu/drm/xe/xe_svm.c
1416
drm_gpusvm_for_each_range_safe(range, __next, notifier, start, end) {
drivers/pnp/isapnp/core.c
327
goto __next;
drivers/pnp/isapnp/core.c
336
__next:
include/kunit/test.h
1733
typeof((array)[0]) *__next = prev ? ((typeof(__next)) prev) + 1 : (array); \
include/kunit/test.h
1736
if (__next - (array) < ARRAY_SIZE((array))) { \
include/kunit/test.h
1737
void (*__get_desc)(typeof(__next), char *) = get_desc; \
include/kunit/test.h
1739
__get_desc(__next, desc); \
include/kunit/test.h
1740
return __next; \
include/kunit/test.h
1757
typeof((array)[0]) *__next = prev ? ((typeof(__next)) prev) + 1 : (array); \
include/kunit/test.h
1760
if (__next - (array) < ARRAY_SIZE((array))) { \
include/kunit/test.h
1761
strscpy(desc, __next->desc_member, KUNIT_PARAM_DESC_SIZE); \
include/kunit/test.h
1762
return __next; \
include/linux/rculist.h
410
struct list_head *__next = READ_ONCE(__ptr->next); \
include/linux/rculist.h
411
likely(__ptr != __next) ? list_entry_rcu(__next, type, member) : NULL; \
include/linux/rculist.h
430
struct list_head *__next = READ_ONCE(__ptr->next); \
include/linux/rculist.h
431
likely(__next != __head) ? list_entry_rcu(__next, type, \
include/linux/usb/func_utils.h
20
#define vla_group(groupname) size_t groupname##__next = 0
include/linux/usb/func_utils.h
21
#define vla_group_size(groupname) groupname##__next
include/linux/usb/func_utils.h
26
if (groupname##__next != SIZE_MAX) { \
include/linux/usb/func_utils.h
29
offset = (groupname##__next + align_mask) & \
include/linux/usb/func_utils.h
32
&groupname##__next)) { \
include/linux/usb/func_utils.h
33
groupname##__next = SIZE_MAX; \
include/linux/usb/func_utils.h
44
if (groupname##__next != SIZE_MAX) { \
include/linux/usb/func_utils.h
46
offset = (groupname##__next + align_mask) & \
include/linux/usb/func_utils.h
49
&groupname##__next)) { \
include/linux/usb/func_utils.h
50
groupname##__next = SIZE_MAX; \
kernel/trace/trace_events.c
1818
return __next(m, v, pos, TRACE_PIDS);
kernel/trace/trace_events.c
1824
return __next(m, v, pos, TRACE_NO_PIDS);
kernel/trace/trace_stack.c
391
return __next(m, pos);
kernel/trace/trace_stack.c
405
return __next(m, pos);
sound/pci/es1938.c
378
goto __next;
sound/pci/es1938.c
383
__next: