unref_list        239 drivers/gpu/drm/v3d/v3d_drv.h 	struct list_head unref_list;
unref_list        386 drivers/gpu/drm/v3d/v3d_gem.c 	list_for_each_entry_safe(bo, save, &job->unref_list, unref_head) {
unref_list        549 drivers/gpu/drm/v3d/v3d_gem.c 	INIT_LIST_HEAD(&render->unref_list);
unref_list         68 drivers/gpu/drm/v3d/v3d_irq.c 	list_add_tail(&bo->unref_head, &v3d->bin_job->render->unref_list);
unref_list        521 drivers/gpu/drm/vc4/vc4_drv.h 	struct list_head unref_list;
unref_list        180 drivers/gpu/drm/vc4/vc4_gem.c 		list_for_each_entry(bo, &exec[i]->unref_list, unref_head)
unref_list        211 drivers/gpu/drm/vc4/vc4_gem.c 		list_for_each_entry(bo, &exec[i]->unref_list, unref_head) {
unref_list        549 drivers/gpu/drm/vc4/vc4_gem.c 	list_for_each_entry(bo, &exec->unref_list, unref_head) {
unref_list        899 drivers/gpu/drm/vc4/vc4_gem.c 		      &exec->unref_list);
unref_list        966 drivers/gpu/drm/vc4/vc4_gem.c 	while (!list_empty(&exec->unref_list)) {
unref_list        967 drivers/gpu/drm/vc4/vc4_gem.c 		struct vc4_bo *bo = list_first_entry(&exec->unref_list,
unref_list       1171 drivers/gpu/drm/vc4/vc4_gem.c 	INIT_LIST_HEAD(&exec->unref_list);
unref_list        335 drivers/gpu/drm/vc4/vc4_render_cl.c 		      &exec->unref_list);