Home
last modified time | relevance | path

Searched defs:fctx (Results 1 – 25 of 25) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
Dmsm_fence.c16 struct msm_fence_context *fctx; in msm_fence_context_alloc() local
31 void msm_fence_context_free(struct msm_fence_context *fctx) in msm_fence_context_free()
36 static inline bool fence_completed(struct msm_fence_context *fctx, uint32_t fence) in fence_completed()
42 int msm_wait_fence(struct msm_fence_context *fctx, uint32_t fence, in msm_wait_fence()
81 void msm_update_fence(struct msm_fence_context *fctx, uint32_t fence) in msm_update_fence()
92 struct msm_fence_context *fctx; member
124 msm_fence_alloc(struct msm_fence_context *fctx) in msm_fence_alloc()
Dmsm_ringbuffer.h48 struct msm_fence_context *fctx; member
Dmsm_gem.c712 struct msm_fence_context *fctx, bool exclusive) in msm_gem_sync_object()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
Dnouveau_fence.c65 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); in nouveau_fence_signal() local
90 nouveau_fence_context_kill(struct nouveau_fence_chan *fctx, int error) in nouveau_fence_context_kill()
108 nouveau_fence_context_del(struct nouveau_fence_chan *fctx) in nouveau_fence_context_del()
128 nouveau_fence_context_free(struct nouveau_fence_chan *fctx) in nouveau_fence_context_free()
134 nouveau_fence_update(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) in nouveau_fence_update()
155 struct nouveau_fence_chan *fctx = in nouveau_fence_wait_uevent_handler() local
176 nouveau_fence_context_new(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) in nouveau_fence_context_new()
212 struct nouveau_fence_chan *fctx = chan->fence; in nouveau_fence_emit() local
248 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); in nouveau_fence_done() local
344 struct nouveau_fence_chan *fctx = chan->fence; in nouveau_fence_sync() local
[all …]
Dnv84_fence.c83 struct nv84_fence_chan *fctx = chan->fence; in nv84_fence_emit() local
93 struct nv84_fence_chan *fctx = chan->fence; in nv84_fence_sync() local
110 struct nv84_fence_chan *fctx = chan->fence; in nv84_fence_context_del() local
125 struct nv84_fence_chan *fctx; in nv84_fence_context_new() local
Dnv10_fence.c61 struct nv10_fence_chan *fctx = chan->fence; in nv10_fence_context_del() local
71 struct nv10_fence_chan *fctx; in nv10_fence_context_new() local
Dnv17_fence.c41 struct nv10_fence_chan *fctx = chan->fence; in nv17_fence_sync() local
80 struct nv10_fence_chan *fctx; in nv17_fence_context_new() local
Dnv04_fence.c70 struct nv04_fence_chan *fctx = chan->fence; in nv04_fence_context_del() local
79 struct nv04_fence_chan *fctx = kzalloc(sizeof(*fctx), GFP_KERNEL); in nv04_fence_context_new() local
Dnv50_fence.c39 struct nv10_fence_chan *fctx; in nv50_fence_context_new() local
Dnvc0_fence.c82 struct nv84_fence_chan *fctx = chan->fence; in nvc0_fence_context_new() local
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
Dnitrox_aead.c39 struct flexi_crypto_context *fctx; in nitrox_aes_gcm_setkey() local
63 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_aead_setauthsize() local
220 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_aes_gcm_enc() local
254 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_aes_gcm_dec() local
348 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_aead_exit() local
364 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_rfc4106_setkey() local
Dnitrox_skcipher.c153 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_skcipher_exit() local
171 struct flexi_crypto_context *fctx; in nitrox_skcipher_setkey() local
342 struct flexi_crypto_context *fctx; in nitrox_aes_xts_setkey() local
367 struct flexi_crypto_context *fctx; in nitrox_aes_ctr_rfc3686_setkey() local
Dnitrox_req.h205 struct flexi_crypto_context *fctx; member
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/
Dcptvf_algs.c101 struct fc_context *fctx = &rctx->fctx; in create_ctx_hdr() local
198 struct fc_context *fctx = &rctx->fctx; in cvm_enc_dec() local
Dcptvf_algs.h113 struct fc_context fctx; member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Ddmanv04.c79 struct nvkm_memory *fctx = device->imem->ramfc; in nv04_fifo_dma_fini() local
/kernel/linux/linux-5.10/security/apparmor/
Dfile.c484 static void update_file_ctx(struct aa_file_ctx *fctx, struct aa_label *label, in update_file_ctx()
599 struct aa_file_ctx *fctx; in aa_file_perm() local
Dlsm.c404 struct aa_file_ctx *fctx = file_ctx(file); in apparmor_file_open() local
/kernel/linux/linux-5.10/fs/
Duserfaultfd.c636 struct userfaultfd_fork_ctx *fctx; in dup_userfaultfd() local
681 static void dup_fctx(struct userfaultfd_fork_ctx *fctx) in dup_fctx()
696 struct userfaultfd_fork_ctx *fctx, *n; in dup_userfaultfd_complete() local
/kernel/linux/linux-5.10/fs/fuse/
Dcontrol.c331 static int fuse_ctl_fill_super(struct super_block *sb, struct fs_context *fctx) in fuse_ctl_fill_super()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/
Dcrtc.c1051 struct nouveau_fence_chan *fctx = chan->fence; in nv04_finish_page_flip() local
1107 struct nouveau_fence_chan *fctx = chan->fence; in nv04_page_flip_emit() local
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/
Dotx_cptvf_algs.c239 struct otx_cpt_fc_ctx *fctx = &rctx->fctx; in create_ctx_hdr() local
971 struct otx_cpt_fc_ctx *fctx = &rctx->fctx; in create_aead_ctx_hdr() local
Dotx_cptvf_algs.h162 struct otx_cpt_fc_ctx fctx; member
/kernel/linux/linux-5.10/drivers/block/
Drbd.c2544 struct rbd_img_fill_ctx *fctx) in rbd_img_fill_request_nocopy()
2586 struct rbd_img_fill_ctx *fctx) in rbd_img_fill_request()
2650 struct rbd_img_fill_ctx fctx = { in rbd_img_fill_nodata() local
2700 struct rbd_img_fill_ctx fctx = { in __rbd_img_fill_from_bio() local
2760 struct rbd_img_fill_ctx fctx = { in __rbd_img_fill_from_bvecs() local
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
Dcnic.c2349 struct fcoe_context *fctx; in cnic_bnx2x_fcoe_ofld1() local