Home
last modified time | relevance | path

Searched refs:list_for_each_prev (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_gt_buffer_pool.c54 list_for_each_prev(pos, list) { in pool_free_older_than()
H A Dintel_breadcrumbs.c383 list_for_each_prev(pos, &ce->signals) { in insert_breadcrumb()
/openbsd/sys/dev/pci/drm/include/linux/
H A Dlist.h179 #define list_for_each_prev(entry, head) \ macro