Searched refs:batch_info_list (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_drv.c1098 struct batch_info_list *r_list, *list_temp;
1099 list_for_each_entry_safe(r_list, list_temp, struct batch_info_list, &dev_priv->batch_list, head) { argument
1102 drm_free(r_list, sizeof (struct batch_info_list), DRM_MEM_MAPS);
H A Di915_gem_execbuffer.c754 struct batch_info_list *node;
901 node = drm_alloc(sizeof (struct batch_info_list), DRM_MEM_MAPS);
H A Di915_dma.c1594 struct batch_info_list *r_list, *list_temp;
1595 list_for_each_entry_safe(r_list, list_temp, struct batch_info_list, &dev_priv->batch_list, head) { argument
1598 drm_free(r_list, sizeof (struct batch_info_list), DRM_MEM_MAPS);
H A Di915_drv.h736 struct batch_info_list { struct
/solaris-x11-s11/open-src/kernel/mdb/modules/
H A Di915.c951 struct batch_info_list batch_node;
989 if (mdb_vread(&batch_node, sizeof (struct batch_info_list),

Completed in 2573 milliseconds