Home
last modified time | relevance | path

Searched defs:dbuf_list (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/xen/
H A Dxen_drm_front.c56 static struct xen_drm_front_dbuf *dbuf_get(struct list_head *dbuf_list, in dbuf_get()
68 static void dbuf_free(struct list_head *dbuf_list, u64 dbuf_cookie) in dbuf_free()
82 static void dbuf_free_all(struct list_head *dbuf_list) in dbuf_free_all()
H A Dxen_drm_front.h106 struct list_head dbuf_list; member