Home
last modified time | relevance | path

Searched refs:uq (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/
H A Ddrm_ioc32.c136 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()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_userq.h85 void (*mqd_destroy)(struct amdgpu_usermode_queue *uq);
/linux/fs/xfs/
H A Dxfs_qm.c1860 struct xfs_dquot *uq = NULL; in xfs_qm_vop_dqalloc() local
1889 XFS_DQTYPE_USER, true, &uq); in xfs_qm_vop_dqalloc()
1900 uq = xfs_qm_dqhold(ip->i_udquot); in xfs_qm_vop_dqalloc()
1934 *O_udqpp = uq; in xfs_qm_vop_dqalloc()
1936 xfs_qm_dqrele(uq); in xfs_qm_vop_dqalloc()
1949 xfs_qm_dqrele(uq); in xfs_qm_vop_dqalloc()
/linux/fs/befs/
H A DChangeLog32 * Andrew Farnham <andrewfarnham@uq.net.au> pointed out that the module
/linux/Documentation/crypto/
H A Ddescore-readme.rst118 (code from eay@psych.psy.uq.oz.au via comp.sources.misc)