Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/
Du_f.h20 #define vla_group(groupname) size_t groupname##__next = 0
21 #define vla_group_size(groupname) groupname##__next
26 size_t offset = (groupname##__next + align_mask) & ~align_mask;\
28 groupname##__next = offset + size; \
36 size_t offset = (groupname##__next + align_mask) & ~align_mask;\
38 groupname##__next = offset + size; \
/linux-4.4.14/include/linux/
Drculist.h288 struct list_head *__next = READ_ONCE(__ptr->next); \
289 likely(__ptr != __next) ? list_entry_rcu(__next, type, member) : NULL; \
/linux-4.4.14/kernel/trace/
Dtrace_stack.c285 __next(struct seq_file *m, loff_t *pos) in __next() function
300 return __next(m, pos); in t_next()
317 return __next(m, pos); in t_start()
/linux-4.4.14/drivers/pnp/isapnp/
Dcore.c343 goto __next; in isapnp_isolate()
352 __next: in isapnp_isolate()
/linux-4.4.14/sound/pci/
Des1938.c404 goto __next; in snd_es1938_reset()
409 __next: in snd_es1938_reset()