Searched refs:__next (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/usb/gadget/ |
D | u_f.h | 19 #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/ |
D | switch_to.h | 63 #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/ |
D | switch_to.h | 31 struct task_struct *__next = (next); \ 32 __switch_to_fpu(__prev, __next); \
|
/Linux-v5.4/include/linux/ |
D | rculist.h | 334 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/ |
D | trace_stack.c | 372 __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/ |
D | core.c | 326 goto __next; in isapnp_isolate() 335 __next: in isapnp_isolate()
|
/Linux-v5.4/sound/pci/ |
D | es1938.c | 389 goto __next; in snd_es1938_reset() 394 __next: in snd_es1938_reset()
|