Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvkm/core/
A Dfirmware.h46 typeof(l[0]) *_list = (l), *_next, *_fwif = NULL; \
52 for (_next = _list; !_fwif && _next->load; _next++) { \
53 if (_next->version == _ver) \
54 _fwif = _next; \
63 for (_next = _fwif ? _fwif : _list; _next->load; _next++) { \
64 _fwv = (_ver >= 0) ? _ver : _next->version; \
65 _ret = _next->load(p, _fwv, _next); \
67 _fwif = _next; \
/linux-6.3-rc2/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-6.3-rc2/tools/testing/kunit/
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-6.3-rc2/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-6.3-rc2/fs/afs/
A Dwrite.c19 loff_t start, loff_t end, loff_t *_next,
703 loff_t start, loff_t end, loff_t *_next, in afs_writepages_region() argument
765 *_next = start; in afs_writepages_region()
766 _leave(" = 0 [%llx]", *_next); in afs_writepages_region()
791 *_next = start; in afs_writepages_region()
792 _leave(" = 0 [%llx]", *_next); in afs_writepages_region()
/linux-6.3-rc2/include/linux/
A Dbio.h274 struct folio *_next; member
289 fi->_next = folio_next(fi->folio); in bio_first_folio()
297 fi->folio = fi->_next; in bio_next_folio()
300 fi->_next = folio_next(fi->folio); in bio_next_folio()
/linux-6.3-rc2/drivers/dma/dw-edma/
A Ddw-edma-core.c139 struct dw_edma_burst *child, *_next; in dw_edma_free_burst() local
142 list_for_each_entry_safe(child, _next, &chunk->burst->list, list) { in dw_edma_free_burst()
155 struct dw_edma_chunk *child, *_next; in dw_edma_free_chunk() local
161 list_for_each_entry_safe(child, _next, &desc->chunk->list, list) { in dw_edma_free_chunk()
/linux-6.3-rc2/drivers/cxl/
A Dacpi.c589 struct resource *_next = next->sibling; in add_cxl_resources() local
593 next = _next; in add_cxl_resources()
/linux-6.3-rc2/block/
A Dmq-deadline.c1139 static void *deadline_dispatch##prio##_next(struct seq_file *m, \
1160 .next = deadline_dispatch##prio##_next, \
/linux-6.3-rc2/include/net/
A Ddsa.h572 #define dsa_switch_for_each_port_safe(_dp, _next, _ds) \ argument
573 list_for_each_entry_safe((_dp), (_next), &(_ds)->dst->ports, list) \
/linux-6.3-rc2/drivers/dma/dw/
A Dcore.c99 struct dw_desc *child, *_next; in dwc_desc_put() local
104 list_for_each_entry_safe(child, _next, &desc->tx_list, desc_node) { in dwc_desc_put()
/linux-6.3-rc2/drivers/staging/rtl8723bs/core/
A Drtw_cmd.c424 _next: in rtw_cmd_thread()
494 goto _next; in rtw_cmd_thread()
/linux-6.3-rc2/fs/cifs/
A Dfile.c2865 loff_t start, loff_t end, loff_t *_next) in cifs_writepages_region() argument
2934 *_next = start; in cifs_writepages_region()
2957 *_next = start; in cifs_writepages_region()

Completed in 34 milliseconds