Home
last modified time | relevance | path

Searched refs:lhead (Results 1 – 3 of 3) sorted by relevance

/gfx-drm/usr/src/uts/common/io/drm/
H A Ddrm_fops.c198 INIT_LIST_HEAD(&priv->lhead); in drm_open_helper()
263 list_add(&priv->lhead, &dev->filelist, (caddr_t)priv); in drm_open_helper()
382 list_for_each_entry(temp, struct drm_file, &dev->filelist, lhead) { in drm_release()
409 list_del(&file_priv->lhead); in drm_release()
H A Ddrm_ioctl.c191 list_for_each_entry(pt, struct drm_file, &dev->filelist, lhead){ in drm_getclient()
/gfx-drm/usr/src/uts/common/drm/
H A DdrmP.h1042 struct list_head lhead; member