Searched defs:list_for_each_entry_safe (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/sys/dev/usb/dwc2/
H A Dlist.h123 #define list_for_each_entry_safe(pos, n, head, member) \ macro
H A Ddwc2_hcd.c1646 list_for_each_entry_safe(qh, qh_tmp, qh_list, qh_list_entry) { function
1671 list_for_each_entry_safe(qh, qh_tmp, qh_list, qh_list_entry) { function
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dwait.h264 list_for_each_entry_safe(wqe, tmp, &wqh->head, entry) { function
280 list_for_each_entry_safe(wqe, tmp, &wqh->head, entry) { function
H A Dlist.h236 #define list_for_each_entry_safe(pos, n, head, member) \ macro
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_breadcrumbs.c148 list_for_each_entry_safe(cur, tmp, list, node) { function
H A Dintel_gtt.c119 list_for_each_entry_safe(vma, vn, list, vm_link) { function
/openbsd-current/sys/dev/pci/drm/i915/selftests/
H A Di915_gem_evict.c98 list_for_each_entry_safe(obj, on, list, st_link) { function
H A Di915_gem_gtt.c396 list_for_each_entry_safe(obj, on, objects, st_link) { function
H A Dintel_memory_region.c38 list_for_each_entry_safe(obj, on, objects, st_link) { function
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_buddy.c322 list_for_each_entry_safe(block, on, objects, link) { function
H A Ddrm_modes.c1807 list_for_each_entry_safe(mode, t, mode_list, head) { function
/openbsd-current/sys/dev/pci/drm/i915/gem/selftests/
H A Dhuge_pages.c702 list_for_each_entry_safe(obj, on, objects, st_link) { function
H A Di915_gem_mman.c1018 list_for_each_entry_safe(obj, on, objects, st_link) { function
/openbsd-current/sys/dev/pci/drm/amd/pm/
H A Damdgpu_pm.c2232 list_for_each_entry_safe(entry, entry_tmp, attr_list, entry) { function

Completed in 187 milliseconds