Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
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/
A Dswitch_to.h33 register void *_next __asm__ ("a1") = (next); \
36 : "=a" (_prev), "=a" (_next), "=d" (_last) \
37 : "0" (_prev), "1" (_next) \
/linux/fs/bcachefs/
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/tools/testing/kunit/
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/drivers/staging/rtl8712/
A Drtl8712_cmd.c275 _next: in r8712_cmd_thread()
345 goto _next; in r8712_cmd_thread()
348 goto _next; in r8712_cmd_thread()
/linux/include/linux/
A Dbio.h279 struct folio *_next; member
299 fi->_next = folio_next(fi->folio); in bio_first_folio()
307 fi->folio = fi->_next; in bio_next_folio()
310 fi->_next = folio_next(fi->folio); in bio_next_folio()
/linux/drivers/dma/dw-edma/
A Ddw-edma-core.c140 struct dw_edma_burst *child, *_next; in dw_edma_free_burst() local
143 list_for_each_entry_safe(child, _next, &chunk->burst->list, list) { in dw_edma_free_burst()
156 struct dw_edma_chunk *child, *_next; in dw_edma_free_chunk() local
162 list_for_each_entry_safe(child, _next, &desc->chunk->list, list) { in dw_edma_free_chunk()
/linux/tools/lib/bpf/
A Dbpf_helpers.h365 (((cur) = bpf_iter_##type##_next(&___it))); \
/linux/drivers/cxl/
A Dacpi.c778 struct resource *_next = next->sibling; in add_cxl_resources() local
782 next = _next; in add_cxl_resources()
/linux/block/
A Dmq-deadline.c1004 static void *deadline_dispatch##prio##_next(struct seq_file *m, \
1025 .next = deadline_dispatch##prio##_next, \
/linux/include/net/
A Ddsa.h584 #define dsa_switch_for_each_port_safe(_dp, _next, _ds) \ argument
585 list_for_each_entry_safe((_dp), (_next), &(_ds)->dst->ports, list) \
/linux/drivers/dma/dw/
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/drivers/staging/rtl8723bs/core/
A Drtw_cmd.c423 _next: in rtw_cmd_thread()
493 goto _next; in rtw_cmd_thread()
/linux/drivers/gpu/drm/i915/gvt/
A Dhandlers.c885 i915_reg_t _next, i915_reg_t _end) in calc_index() argument
888 u32 next = i915_mmio_reg_offset(_next); in calc_index()

Completed in 41 milliseconds