Searched refs:__next (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/usb/gadget/ |
A D | u_f.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-6.3-rc2/arch/riscv/include/asm/ |
A D | switch_to.h | 69 #define __switch_to_aux(__prev, __next) do { } while (0) argument 78 struct task_struct *__next = (next); \ 80 __switch_to_aux(__prev, __next); \ 81 ((last) = __switch_to(__prev, __next)); \
|
/linux-6.3-rc2/arch/csky/include/asm/ |
A D | switch_to.h | 30 struct task_struct *__next = (next); \ 31 __switch_to_fpu(__prev, __next); \
|
/linux-6.3-rc2/include/linux/ |
A D | rculist.h | 353 struct list_head *__next = READ_ONCE(__ptr->next); \ 354 likely(__ptr != __next) ? list_entry_rcu(__next, type, member) : NULL; \ 373 struct list_head *__next = READ_ONCE(__ptr->next); \ 374 likely(__next != __head) ? list_entry_rcu(__next, type, \
|
/linux-6.3-rc2/include/kunit/ |
A D | test.h | 1407 typeof((array)[0]) *__next = prev ? ((typeof(__next)) prev) + 1 : (array); \ 1408 if (__next - (array) < ARRAY_SIZE((array))) { \ 1409 void (*__get_desc)(typeof(__next), char *) = get_desc; \ 1411 __get_desc(__next, desc); \ 1412 return __next; \
|
/linux-6.3-rc2/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 | 1305 __next(struct seq_file *m, void *v, loff_t *pos, int type) in __next() function 1321 return __next(m, v, pos, TRACE_PIDS); in p_next() 1327 return __next(m, v, pos, TRACE_NO_PIDS); in np_next()
|
/linux-6.3-rc2/drivers/pnp/isapnp/ |
A D | core.c | 326 goto __next; in isapnp_isolate() 335 __next: in isapnp_isolate()
|
/linux-6.3-rc2/sound/pci/ |
A D | es1938.c | 388 goto __next; in snd_es1938_reset() 393 __next: in snd_es1938_reset()
|
Completed in 30 milliseconds