Home
last modified time | relevance | path

Searched refs:__next (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/include/linux/usb/
H A Dfunc_utils.h20 #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-6.15/arch/riscv/include/asm/
H A Dswitch_to.h70 #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 Dvector.h404 #define __switch_to_vector(__prev, __next) do {} while (0) argument
/linux-6.15/arch/csky/include/asm/
H A Dswitch_to.h30 struct task_struct *__next = (next); \
31 __switch_to_fpu(__prev, __next); \
/linux-6.15/include/kunit/
H A Dtest.h1667 typeof((array)[0]) *__next = prev ? ((typeof(__next)) prev) + 1 : (array); \
1668 if (__next - (array) < ARRAY_SIZE((array))) { \
1669 void (*__get_desc)(typeof(__next), char *) = get_desc; \
1671 __get_desc(__next, desc); \
1672 return __next; \
1688 typeof((array)[0]) *__next = prev ? ((typeof(__next)) prev) + 1 : (array); \
1689 if (__next - (array) < ARRAY_SIZE((array))) { \
1690 strscpy(desc, __next->desc_member, KUNIT_PARAM_DESC_SIZE); \
1691 return __next; \
/linux-6.15/include/linux/
H A Drculist.h400 struct list_head *__next = READ_ONCE(__ptr->next); \
401 likely(__ptr != __next) ? list_entry_rcu(__next, type, member) : NULL; \
420 struct list_head *__next = READ_ONCE(__ptr->next); \
421 likely(__next != __head) ? list_entry_rcu(__next, type, \
/linux-6.15/kernel/trace/
H A Dtrace_stack.c376 __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 Dtrace_events.c1693 __next(struct seq_file *m, void *v, loff_t *pos, int type) in __next() function
1709 return __next(m, v, pos, TRACE_PIDS); in p_next()
1715 return __next(m, v, pos, TRACE_NO_PIDS); in np_next()
/linux-6.15/drivers/pnp/isapnp/
H A Dcore.c326 goto __next; in isapnp_isolate()
335 __next: in isapnp_isolate()
/linux-6.15/drivers/gpu/drm/
H A Ddrm_gpusvm.c661 struct drm_gpusvm_range *range, *__next; in drm_gpusvm_fini() local
669 drm_gpusvm_for_each_range_safe(range, __next, notifier, 0, in drm_gpusvm_fini()
/linux-6.15/sound/pci/
H A Des1938.c386 goto __next; in snd_es1938_reset()
391 __next: in snd_es1938_reset()