Home
last modified time | relevance | path

Searched refs:_next (Results 1 – 9 of 9) sorted by relevance

/linux/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->version; \
69 _ret = _next->load(p, _fwv, _next); \
71 _fwif = _next; \
/linux/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/tools/testing/kunit/
H A Dkunit_parser.py154 _next: Tuple[int, str]
163 self._next = (0, '')
170 self._next = next(self._lines)
180 return self._next[1]
208 return self._next[0]
/linux/include/linux/
H A Dbio.h271 struct folio *_next; member
291 fi->_next = folio_next(fi->folio); in bio_first_folio()
299 fi->folio = fi->_next; in bio_next_folio()
302 fi->_next = folio_next(fi->folio); in bio_next_folio()
/linux/tools/verification/rvgen/rvgen/
H A Dltl2ba.py70 def __init__(self, incoming: set['GraphNode'], new, old, _next):
77 self.next = _next.copy()
72 __init__(self, incoming: set['GraphNode'], new, old, _next) global() argument
/linux/tools/lib/bpf/
H A Dbpf_helpers.h388 (((cur) = bpf_iter_##type##_next(&___it))); \
/linux/include/net/
H A Ddsa.h593 #define dsa_switch_for_each_port_safe(_dp, _next, _ds) \ argument
594 list_for_each_entry_safe((_dp), (_next), &(_ds)->dst->ports, list) \
/linux/drivers/dma/dw/
H A Dcore.c100 struct dw_desc *child, *_next; in dwc_desc_put() local
105 list_for_each_entry_safe(child, _next, &desc->tx_list, desc_node) { in dwc_desc_put()
/linux/tools/sched_ext/include/scx/
H A Dcommon.bpf.h482 static inline int *bpf_iter_##name##_next(struct bpf_iter_##name *it) { \