Searched refs:dbuf_list (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/xen/ |
H A D | xen_drm_front.c | 47 list_add(&dbuf->list, &front_info->dbuf_list); in dbuf_add_to_list() 50 static struct xen_drm_front_dbuf *dbuf_get(struct list_head *dbuf_list, in dbuf_get() argument 55 list_for_each_entry_safe(buf, q, dbuf_list, list) in dbuf_get() 62 static void dbuf_free(struct list_head *dbuf_list, u64 dbuf_cookie) in dbuf_free() argument 66 list_for_each_entry_safe(buf, q, dbuf_list, list) in dbuf_free() 76 static void dbuf_free_all(struct list_head *dbuf_list) in dbuf_free_all() argument 80 list_for_each_entry_safe(buf, q, dbuf_list, list) { in dbuf_free_all() 225 dbuf_free(&front_info->dbuf_list, dbuf_cookie); in xen_drm_front_dbuf_create() 249 dbuf_free(&front_info->dbuf_list, dbuf_cookie); in xen_drm_front_dbuf_destroy() 268 dbuf_free(&front_info->dbuf_list, dbuf_cookie); in xen_drm_front_dbuf_destroy() [all …]
|
H A D | xen_drm_front.h | 95 struct list_head dbuf_list; member
|