Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/gadget/
Du_f.h19 #define vla_group(groupname) size_t groupname##__next = 0
20 #define vla_group_size(groupname) groupname##__next
25 size_t offset = (groupname##__next + align_mask) & ~align_mask;\
27 groupname##__next = offset + size; \
35 size_t offset = (groupname##__next + align_mask) & ~align_mask;\
37 groupname##__next = offset + size; \
/Linux-v5.4/arch/riscv/include/asm/
Dswitch_to.h63 #define __switch_to_aux(__prev, __next) do { } while (0) argument
72 struct task_struct *__next = (next); \
74 __switch_to_aux(__prev, __next); \
75 ((last) = __switch_to(__prev, __next)); \
/Linux-v5.4/arch/csky/include/asm/
Dswitch_to.h31 struct task_struct *__next = (next); \
32 __switch_to_fpu(__prev, __next); \
/Linux-v5.4/include/linux/
Drculist.h334 struct list_head *__next = READ_ONCE(__ptr->next); \
335 likely(__ptr != __next) ? list_entry_rcu(__next, type, member) : NULL; \
354 struct list_head *__next = READ_ONCE(__ptr->next); \
355 likely(__next != __head) ? list_entry_rcu(__next, type, \
/Linux-v5.4/kernel/trace/
Dtrace_stack.c372 __next(struct seq_file *m, loff_t *pos) in __next() function
387 return __next(m, pos); in t_next()
401 return __next(m, pos); in t_start()
/Linux-v5.4/drivers/pnp/isapnp/
Dcore.c326 goto __next; in isapnp_isolate()
335 __next: in isapnp_isolate()
/Linux-v5.4/sound/pci/
Des1938.c389 goto __next; in snd_es1938_reset()
394 __next: in snd_es1938_reset()