Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/arch/riscv/include/asm/
Dswitch_to.h64 struct task_struct *__next = (next); \
65 __switch_to_aux(__prev, __next); \
66 ((last) = __switch_to(__prev, __next)); \
/Linux-v4.19/include/linux/
Drculist.h316 struct list_head *__next = READ_ONCE(__ptr->next); \
317 likely(__ptr != __next) ? list_entry_rcu(__next, type, member) : NULL; \
336 struct list_head *__next = READ_ONCE(__ptr->next); \
337 likely(__next != __head) ? list_entry_rcu(__next, type, \
/Linux-v4.19/kernel/trace/
Dtrace_stack.c285 __next(struct seq_file *m, loff_t *pos) in __next() function
300 return __next(m, pos); in t_next()
314 return __next(m, pos); in t_start()
/Linux-v4.19/drivers/pnp/isapnp/
Dcore.c340 goto __next; in isapnp_isolate()
349 __next: in isapnp_isolate()
/Linux-v4.19/sound/pci/
Des1938.c404 goto __next; in snd_es1938_reset()
409 __next: in snd_es1938_reset()