Searched refs:uq (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/samples/bpf/ |
D | xdpsock_user.c | 282 static inline int xq_enq(struct xdp_uqueue *uq, in xq_enq() argument 286 struct xdp_desc *r = uq->ring; in xq_enq() 289 if (xq_nb_free(uq, ndescs) < ndescs) in xq_enq() 293 u32 idx = uq->cached_prod++ & uq->mask; in xq_enq() 301 *uq->producer = uq->cached_prod; in xq_enq() 305 static inline int xq_enq_tx_only(struct xdp_uqueue *uq, in xq_enq_tx_only() argument 308 struct xdp_desc *r = uq->ring; in xq_enq_tx_only() 311 if (xq_nb_free(uq, ndescs) < ndescs) in xq_enq_tx_only() 315 u32 idx = uq->cached_prod++ & uq->mask; in xq_enq_tx_only() 323 *uq->producer = uq->cached_prod; in xq_enq_tx_only() [all …]
|
/Linux-v4.19/fs/xfs/ |
D | xfs_qm.c | 1646 struct xfs_dquot *uq = NULL; in xfs_qm_vop_dqalloc() local 1685 error = xfs_qm_dqget(mp, uid, XFS_DQ_USER, true, &uq); in xfs_qm_vop_dqalloc() 1693 xfs_dqunlock(uq); in xfs_qm_vop_dqalloc() 1702 uq = xfs_qm_dqhold(ip->i_udquot); in xfs_qm_vop_dqalloc() 1738 if (uq) in xfs_qm_vop_dqalloc() 1743 *O_udqpp = uq; in xfs_qm_vop_dqalloc() 1745 xfs_qm_dqrele(uq); in xfs_qm_vop_dqalloc() 1758 xfs_qm_dqrele(uq); in xfs_qm_vop_dqalloc()
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_ioc32.c | 132 struct drm_unique uq; in compat_drm_getunique() local 137 uq = (struct drm_unique){ in compat_drm_getunique() 142 err = drm_ioctl_kernel(file, drm_getunique, &uq, DRM_UNLOCKED); in compat_drm_getunique() 146 uq32.unique_len = uq.unique_len; in compat_drm_getunique()
|
/Linux-v4.19/fs/befs/ |
D | ChangeLog | 32 * Andrew Farnham <andrewfarnham@uq.net.au> pointed out that the module
|
/Linux-v4.19/Documentation/crypto/ |
D | descore-readme.txt | 94 (code from eay@psych.psy.uq.oz.au via comp.sources.misc)
|