Home
last modified time | relevance | path

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

/linux/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/arch/csky/include/asm/
H A Dswitch_to.h30 struct task_struct *__next = (next); \
31 __switch_to_fpu(__prev, __next); \
/linux/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/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.c1684 __next(struct seq_file *m, void *v, loff_t *pos, int type) in __next() function
1700 return __next(m, v, pos, TRACE_PIDS); in p_next()
1706 return __next(m, v, pos, TRACE_NO_PIDS); in np_next()
/linux/drivers/pnp/isapnp/
H A Dcore.c326 goto __next; in isapnp_isolate()
335 __next: in isapnp_isolate()
/linux/sound/pci/
H A Des1938.c386 goto __next; in snd_es1938_reset()
391 __next: in snd_es1938_reset()