Searched defs:drm_fs_inode_free (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/
H A Ddrm_drv.c461 * The drm_fs_inode_new() function allocates a new inode, drm_fs_inode_free()
464 * drm_fs_inode_free() call (which does not have to be the last iput()).
467 * iget() + drm_fs_inode_free() directly after alloc and sometime later do an
517 static void drm_fs_inode_free(struct inode *inode) function
616 drm_fs_inode_free(dev->anon_inode);
633 drm_fs_inode_free(dev->anon_inode);

Completed in 389 milliseconds