/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | firmware.h | 46 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; \
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | switch_to.h | 33 register void *_next __asm__ ("a1") = (next); \ 36 : "=a" (_prev), "=a" (_next), "=d" (_last) \ 37 : "0" (_prev), "1" (_next) \
|
/openbmc/pyphosphor/obmc/utils/ |
H A D | pathtree.py | 43 key, value = self._next() 52 def _next(self): member in PathTreeItemIterator 74 x = self._next()
|
/openbmc/linux/tools/testing/kunit/ |
H A D | kunit_parser.py | 153 _next: Tuple[int, str] 162 self._next = (0, '') 169 self._next = next(self._lines) 179 return self._next[1] 207 return self._next[0]
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | rtl8712_cmd.c | 275 _next: in r8712_cmd_thread() 345 goto _next; in r8712_cmd_thread() 348 goto _next; in r8712_cmd_thread()
|
/openbmc/linux/fs/afs/ |
H A D | write.c | 19 loff_t start, loff_t end, loff_t *_next, 705 loff_t start, loff_t end, loff_t *_next, in afs_writepages_region() argument 769 *_next = start; in afs_writepages_region() 771 _leave(" = 0 [%llx]", *_next); in afs_writepages_region() 796 *_next = start; in afs_writepages_region() 797 _leave(" = 0 [%llx]", *_next); in afs_writepages_region()
|
/openbmc/linux/include/linux/ |
H A D | bio.h | 279 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()
|
/openbmc/linux/drivers/dma/dw-edma/ |
H A D | dw-edma-core.c | 140 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()
|
/openbmc/qemu/include/migration/ |
H A D | vmstate.h | 775 #define VMSTATE_QTAILQ_V(_field, _state, _version, _vmsd, _type, _next) \ argument 783 .start = offsetof(_type, _next), \ 834 #define VMSTATE_QLIST_V(_field, _state, _version, _vmsd, _type, _next) \ argument 842 .start = offsetof(_type, _next), \
|
/openbmc/linux/drivers/cxl/ |
H A D | acpi.c | 624 struct resource *_next = next->sibling; in add_cxl_resources() local 628 next = _next; in add_cxl_resources()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | bpf_helpers.h | 344 (((cur) = bpf_iter_##type##_next(&___it))); \
|
/openbmc/linux/include/net/ |
H A D | dsa.h | 565 #define dsa_switch_for_each_port_safe(_dp, _next, _ds) \ argument 566 list_for_each_entry_safe((_dp), (_next), &(_ds)->dst->ports, list) \
|
/openbmc/linux/block/ |
H A D | mq-deadline.c | 1195 static void *deadline_dispatch##prio##_next(struct seq_file *m, \ 1216 .next = deadline_dispatch##prio##_next, \
|
/openbmc/linux/drivers/dma/dw/ |
H A D | core.c | 100 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()
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_cmd.c | 424 _next: in rtw_cmd_thread() 494 goto _next; in rtw_cmd_thread()
|