Searched refs:uq (Results 1 – 5 of 5) sorted by relevance
136 struct drm_unique uq; in compat_drm_getunique() local 142 memset(&uq, 0, sizeof(uq)); in compat_drm_getunique() 144 uq = (struct drm_unique){ in compat_drm_getunique() 149 err = drm_ioctl_kernel(file, drm_getunique, &uq, 0); in compat_drm_getunique() 153 uq32.unique_len = uq.unique_len; in compat_drm_getunique()
76 struct amdgpu_usermode_queue *uq);
1903 struct xfs_dquot *uq = NULL; in xfs_qm_vop_dqalloc() local 1946 XFS_DQTYPE_USER, true, &uq); in xfs_qm_vop_dqalloc() 1954 xfs_dqunlock(uq); in xfs_qm_vop_dqalloc() 1963 uq = xfs_qm_dqhold(ip->i_udquot); in xfs_qm_vop_dqalloc() 2006 *O_udqpp = uq; in xfs_qm_vop_dqalloc() 2008 xfs_qm_dqrele(uq); in xfs_qm_vop_dqalloc() 2021 xfs_qm_dqrele(uq); in xfs_qm_vop_dqalloc()
32 * Andrew Farnham <andrewfarnham@uq.net.au> pointed out that the module
118 (code from eay@psych.psy.uq.oz.au via comp.sources.misc)