Searched refs:_next (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/m68k/include/asm/
H A Dswitch_to.h33 register void *_next __asm__ ("a1") = (next); \
36 : "=a" (_prev), "=a" (_next), "=d" (_last) \
37 : "0" (_prev), "1" (_next) \
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dfirmware.h50 typeof(l[0]) *_list = (l), *_next, *_fwif = NULL; \
56 for (_next = _list; !_fwif && _next->load; _next++) { \
57 if (_next->version == _ver) \
58 _fwif = _next; \
67 for (_next = _fwif ? _fwif : _list; _next->load; _next++) { \
68 _fwv = (_ver >= 0) ? _ver : _next
[all...]
/linux-master/fs/bcachefs/
H A Dvstructs.h56 for (typeof(&(_s)->start[0]) _next, _i = (_s)->start; \
57 _i < vstruct_last(_s) && (_next = vstruct_next(_i), true); \
58 _i = _next)
/linux-master/tools/testing/kunit/
H A Dkunit_parser.py153 _next: Tuple[int, str]
162 self._next = (0, '')
169 self._next = next(self._lines)
179 return self._next[1]
207 return self._next[0]
/linux-master/drivers/staging/rtl8712/
H A Drtl8712_cmd.c275 _next:
345 goto _next;
348 goto _next;
/linux-master/include/linux/
H A Dbio.h279 struct folio *_next; member in struct:folio_iter
299 fi->_next = folio_next(fi->folio);
307 fi->folio = fi->_next;
310 fi->_next = folio_next(fi->folio);
/linux-master/drivers/dma/dw-edma/
H A Ddw-edma-core.c140 struct dw_edma_burst *child, *_next; local
143 list_for_each_entry_safe(child, _next, &chunk->burst->list, list) {
156 struct dw_edma_chunk *child, *_next; local
162 list_for_each_entry_safe(child, _next, &desc->chunk->list, list) {
/linux-master/tools/lib/bpf/
H A Dbpf_helpers.h352 (((cur) = bpf_iter_##type##_next(&___it))); \
/linux-master/include/net/
H A Ddsa.h565 #define dsa_switch_for_each_port_safe(_dp, _next, _ds) \
566 list_for_each_entry_safe((_dp), (_next), &(_ds)->dst->ports, list) \
/linux-master/drivers/cxl/
H A Dacpi.c765 struct resource *_next = next->sibling; local
769 next = _next;
/linux-master/drivers/dma/dw/
H A Dcore.c99 struct dw_desc *child, *_next; local
104 list_for_each_entry_safe(child, _next, &desc->tx_list, desc_node) {
/linux-master/block/
H A Dmq-deadline.c1181 static void *deadline_dispatch##prio##_next(struct seq_file *m, \
1202 .next = deadline_dispatch##prio##_next, \
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_cmd.c424 _next:
494 goto _next;

Completed in 196 milliseconds