Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/nouveau/include/nvkm/core/
Dfirmware.h21 typeof(l[0]) *_list = (l), *_next, *_fwif = NULL; \
27 for (_next = _list; !_fwif && _next->load; _next++) { \
28 if (_next->version == _ver) \
29 _fwif = _next; \
38 for (_next = _fwif ? _fwif : _list; _next->load; _next++) { \
39 _fwv = (_ver >= 0) ? _ver : _next->version; \
40 _ret = _next->load(p, _fwv, _next); \
42 _fwif = _next; \
/Linux-v5.15/arch/m68k/include/asm/
Dswitch_to.h33 register void *_next __asm__ ("a1") = (next); \
36 : "=a" (_prev), "=a" (_next), "=d" (_last) \
37 : "0" (_prev), "1" (_next) \
/Linux-v5.15/tools/testing/kunit/
Dkunit_parser.py54 _next: Tuple[int, str]
60 self._next = (0, '')
65 self._next = next(self._lines)
70 return self._next[1]
73 n = self._next
86 return self._next[0]
/Linux-v5.15/drivers/staging/rtl8712/
Drtl8712_cmd.c311 _next: in r8712_cmd_thread()
381 goto _next; in r8712_cmd_thread()
384 goto _next; in r8712_cmd_thread()
/Linux-v5.15/drivers/dma/dw-edma/
Ddw-edma-core.c129 struct dw_edma_burst *child, *_next; in dw_edma_free_burst() local
132 list_for_each_entry_safe(child, _next, &chunk->burst->list, list) { in dw_edma_free_burst()
145 struct dw_edma_chunk *child, *_next; in dw_edma_free_chunk() local
151 list_for_each_entry_safe(child, _next, &desc->chunk->list, list) { in dw_edma_free_chunk()
/Linux-v5.15/fs/afs/
Dwrite.c684 loff_t start, loff_t end, loff_t *_next) in afs_writepages_region() argument
751 *_next = start; in afs_writepages_region()
752 _leave(" = 0 [%llx]", *_next); in afs_writepages_region()
/Linux-v5.15/block/
Dmq-deadline.c998 static void *deadline_dispatch##prio##_next(struct seq_file *m, \
1019 .next = deadline_dispatch##prio##_next, \
/Linux-v5.15/drivers/dma/dw/
Dcore.c102 struct dw_desc *child, *_next; in dwc_desc_put() local
107 list_for_each_entry_safe(child, _next, &desc->tx_list, desc_node) { in dwc_desc_put()
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_cmd.c279 _next: in rtw_cmd_thread()
333 goto _next; in rtw_cmd_thread()
/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_cmd.c431 _next: in rtw_cmd_thread()
503 goto _next; in rtw_cmd_thread()