Searched refs:__next (Results 1 – 10 of 10) sorted by relevance
| /linux/include/linux/usb/ |
| A D | func_utils.h | 20 #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/riscv/include/asm/ |
| A D | switch_to.h | 70 #define __switch_to_fpu(__prev, __next) do { } while (0) argument 98 struct task_struct *__next = (next); \ 101 __switch_to_fpu(__prev, __next); \ 103 __switch_to_vector(__prev, __next); \ 104 if (switch_to_should_flush_icache(__next)) \ 106 ((last) = __switch_to(__prev, __next)); \
|
| A D | vector.h | 278 #define __switch_to_vector(__prev, __next) do {} while (0) argument
|
| /linux/arch/csky/include/asm/ |
| A D | switch_to.h | 30 struct task_struct *__next = (next); \ 31 __switch_to_fpu(__prev, __next); \
|
| /linux/include/kunit/ |
| A D | test.h | 1665 typeof((array)[0]) *__next = prev ? ((typeof(__next)) prev) + 1 : (array); \ 1666 if (__next - (array) < ARRAY_SIZE((array))) { \ 1667 void (*__get_desc)(typeof(__next), char *) = get_desc; \ 1669 __get_desc(__next, desc); \ 1670 return __next; \ 1686 typeof((array)[0]) *__next = prev ? ((typeof(__next)) prev) + 1 : (array); \ 1687 if (__next - (array) < ARRAY_SIZE((array))) { \ 1688 strscpy(desc, __next->desc_member, KUNIT_PARAM_DESC_SIZE); \ 1689 return __next; \
|
| /linux/include/linux/ |
| A D | rculist.h | 356 struct list_head *__next = READ_ONCE(__ptr->next); \ 357 likely(__ptr != __next) ? list_entry_rcu(__next, type, member) : NULL; \ 376 struct list_head *__next = READ_ONCE(__ptr->next); \ 377 likely(__next != __head) ? list_entry_rcu(__next, type, \
|
| /linux/kernel/trace/ |
| A D | trace_stack.c | 376 __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()
|
| A D | trace_events.c | 1310 __next(struct seq_file *m, void *v, loff_t *pos, int type) in __next() function 1326 return __next(m, v, pos, TRACE_PIDS); in p_next() 1332 return __next(m, v, pos, TRACE_NO_PIDS); in np_next()
|
| /linux/drivers/pnp/isapnp/ |
| A D | core.c | 326 goto __next; in isapnp_isolate() 335 __next: in isapnp_isolate()
|
| /linux/sound/pci/ |
| A D | es1938.c | 386 goto __next; in snd_es1938_reset() 391 __next: in snd_es1938_reset()
|
Completed in 46 milliseconds