| /src/sys/external/bsd/drm/dist/bsd-core/ |
| drm_linux_list.h | 95 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry 101 #define list_for_each_entry_safe(pos, n, head, member) \ macro
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
| list.h | 95 * list_for_each_entry_safe(iterator, next, &bar.list_of_foos, entry) { 308 * This macro is not safe for node deletion. Use list_for_each_entry_safe 328 #define list_for_each_entry_safe(pos, tmp, head, member) \ macro
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_cmdbuf_res.c | 132 list_for_each_entry_safe(entry, next, list, head) { function 170 list_for_each_entry_safe(entry, next, list, head) { function 327 list_for_each_entry_safe(entry, next, &man->list, head)
|
| vmwgfx_shader.c | 559 list_for_each_entry_safe(entry, next, list, cotable_head) { function
|
| vmwgfx_fence.c | 330 list_for_each_entry_safe(action, next_action, &list, head) { 407 list_for_each_entry_safe(action, next_action, list, head) { function 513 list_for_each_entry_safe(fence, next_fence, &fman->fence_list, head) {
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| intel_breadcrumbs.c | 137 list_for_each_entry_safe(cur, tmp, list, node) { function 169 list_for_each_entry_safe(ce, cn, &b->signalers, signal_link) {
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| intel_memory_region.c | 47 list_for_each_entry_safe(block, on, blocks, link) { function
|
| i915_buddy.c | 275 list_for_each_entry_safe(block, on, objects, link) { function
|
| /src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
| i915_gem_evict.c | 125 list_for_each_entry_safe(obj, on, list, st_link) { function
|
| intel_memory_region.c | 36 list_for_each_entry_safe(obj, on, objects, st_link) { function
|
| i915_gem_gtt.c | 333 list_for_each_entry_safe(obj, on, objects, st_link) { function 1420 list_for_each_entry_safe(obj, on, &objects, st_link) { 1467 list_for_each_entry_safe(obj, on, &objects, st_link) { 1599 list_for_each_entry_safe(obj, on, &objects, st_link) { 1684 list_for_each_entry_safe(obj, on, &objects, st_link) {
|
| /src/sys/external/bsd/drm2/dist/drm/xen/ |
| xen_drm_front.c | 61 list_for_each_entry_safe(buf, q, dbuf_list, list) 72 list_for_each_entry_safe(buf, q, dbuf_list, list) function 86 list_for_each_entry_safe(buf, q, dbuf_list, list) { function
|
| /src/sys/external/bsd/common/include/linux/ |
| list.h | 307 #define list_for_each_entry_safe(VAR, NEXT, HEAD, FIELD) \ macro
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/ |
| huge_pages.c | 677 list_for_each_entry_safe(obj, on, objects, st_link) { function
|
| /src/sys/external/bsd/dwc2/dist/ |
| dwc2_hcd.c | 149 list_for_each_entry_safe(qh, qh_tmp, qh_list, qh_list_entry) { function 150 list_for_each_entry_safe(qtd, qtd_tmp, &qh->qtd_list, 174 list_for_each_entry_safe(qh, qh_tmp, qh_list, qh_list_entry) { function 178 list_for_each_entry_safe(qtd, qtd_tmp, &qh->qtd_list, 570 list_for_each_entry_safe(chan, chan_tmp, &hsotg->free_hc_list,
|
| /src/sys/external/bsd/drm2/dist/drm/selftests/ |
| test-drm_mm.c | 1208 list_for_each_entry_safe(e, en, evict_list, link) { function
|
| /src/sys/external/bsd/drm2/dist/drm/ttm/ |
| ttm_page_alloc_dma.c | 380 list_for_each_entry_safe(d_page, tmp, d_pages, page_list) 392 list_for_each_entry_safe(d_page, tmp, d_pages, page_list) { function 659 list_for_each_entry_safe(pool, tmp, &dev->dma_pools, pools) 683 list_for_each_entry_safe(d_page, tmp, d_pages, page_list) { function 1013 list_for_each_entry_safe(d_page, next, &ttm_dma->pages_list, 1043 list_for_each_entry_safe(d_page, next, &ttm_dma->pages_list,
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_modes.c | 1315 list_for_each_entry_safe(mode, t, mode_list, head) { function 1394 list_for_each_entry_safe(pmode, pt, &connector->probed_modes, head) {
|