Home
last modified time | relevance | path

Searched refs:drm_file_cmp (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/pci/drm/
Ddrm_drv.c127 int drm_file_cmp(struct drm_file *, struct drm_file *);
128 SPLAY_PROTOTYPE(drm_file_tree, drm_file, link, drm_file_cmp);
1600 drm_file_cmp(struct drm_file *f1, struct drm_file *f2) in drm_file_cmp() function
1605 SPLAY_GENERATE(drm_file_tree, drm_file, link, drm_file_cmp);
/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Damdgpu_gem.c211 int drm_file_cmp(struct drm_file *, struct drm_file *);
212 SPLAY_PROTOTYPE(drm_file_tree, drm_file, link, drm_file_cmp);