Home
last modified time | relevance | path

Searched defs:fctx (Results 26 - 50 of 63) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A 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() argument
108 nouveau_fence_context_del(struct nouveau_fence_chan *fctx) in nouveau_fence_context_del() argument
128 nouveau_fence_context_free(struct nouveau_fence_chan *fctx) nouveau_fence_context_free() argument
134 nouveau_fence_update(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) nouveau_fence_update() argument
155 struct nouveau_fence_chan *fctx = nouveau_fence_wait_uevent_handler() local
176 nouveau_fence_context_new(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) nouveau_fence_context_new() argument
212 struct nouveau_fence_chan *fctx = chan->fence; nouveau_fence_emit() local
248 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); nouveau_fence_done() local
344 struct nouveau_fence_chan *fctx = chan->fence; nouveau_fence_sync() local
444 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); nouveau_fence_get_timeline_name() local
458 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); nouveau_fence_is_signaled() local
499 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); nouveau_fence_release() local
517 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); nouveau_fence_enable_signaling() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/
H A Dnitrox_aead.c38 struct flexi_crypto_context *fctx; in nitrox_aes_gcm_setkey() local
62 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_aead_setauthsize() local
219 struct flexi_crypto_context *fctx = nctx->u.fctx; nitrox_aes_gcm_enc() local
253 struct flexi_crypto_context *fctx = nctx->u.fctx; nitrox_aes_gcm_dec() local
347 struct flexi_crypto_context *fctx = nctx->u.fctx; nitrox_aead_exit() local
363 struct flexi_crypto_context *fctx = nctx->u.fctx; nitrox_rfc4106_setkey() local
[all...]
H A 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
341 struct flexi_crypto_context *fctx; in nitrox_aes_xts_setkey() local
365 struct flexi_crypto_context *fctx; nitrox_aes_ctr_rfc3686_setkey() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.c101 struct fc_context *fctx = &rctx->fctx; in create_ctx_hdr() local
198 struct fc_context *fctx = &rctx->fctx; cvm_enc_dec() local
[all...]
H A Dcptvf_algs.h113 struct fc_context fctx; member
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H A Dmsm_ringbuffer.h70 struct msm_fence_context *fctx; member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c63 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); in nouveau_fence_signal() local
84 nouveau_fence_context_kill(struct nouveau_fence_chan *fctx, int error) in nouveau_fence_context_kill() argument
104 nouveau_fence_context_del(struct nouveau_fence_chan *fctx) in nouveau_fence_context_del() argument
125 nouveau_fence_context_free(struct nouveau_fence_chan *fctx) nouveau_fence_context_free() argument
131 nouveau_fence_update(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) nouveau_fence_update() argument
152 struct nouveau_fence_chan *fctx = container_of(work, struct nouveau_fence_chan, nouveau_fence_uevent_work() local
176 struct nouveau_fence_chan *fctx = container_of(event, typeof(*fctx), event); nouveau_fence_wait_uevent_handler() local
182 nouveau_fence_context_new(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) nouveau_fence_context_new() argument
223 struct nouveau_fence_chan *fctx = chan->fence; nouveau_fence_emit() local
263 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); nouveau_fence_done() local
360 struct nouveau_fence_chan *fctx = chan->fence; nouveau_fence_sync() local
461 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); nouveau_fence_get_timeline_name() local
475 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); nouveau_fence_is_signaled() local
516 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); nouveau_fence_release() local
534 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); nouveau_fence_enable_signaling() local
[all...]
/third_party/ffmpeg/doc/examples/
H A Dtranscoding.c237 static int init_filter(FilteringContext* fctx, AVCodecContext *dec_ctx, in init_filter() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_flush.c157 struct debug_flush_ctx *fctx = CALLOC_STRUCT(debug_flush_ctx); in debug_flush_ctx_create() local
248 struct debug_flush_ctx *fctx; in debug_flush_map() local
301 debug_flush_cb_reference(struct debug_flush_ctx *fctx, struct debug_flush_buf *fbuf) debug_flush_cb_reference() argument
370 debug_flush_might_flush(struct debug_flush_ctx *fctx) debug_flush_might_flush() argument
398 debug_flush_flush(struct debug_flush_ctx *fctx) debug_flush_flush() argument
413 debug_flush_ctx_destroy(struct debug_flush_ctx *fctx) debug_flush_ctx_destroy() argument
[all...]
/kernel/linux/linux-5.10/security/apparmor/
H A Dfile.c484 static void update_file_ctx(struct aa_file_ctx *fctx, struct aa_label *label, in update_file_ctx() argument
599 struct aa_file_ctx *fctx; in aa_file_perm() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dnv04.c45 struct nvkm_memory *fctx = device->imem->ramfc; in nv04_chan_stop() local
/kernel/linux/linux-6.6/security/apparmor/
H A Dfile.c463 static void update_file_ctx(struct aa_file_ctx *fctx, struct aa_label *label, in update_file_ctx() argument
588 struct aa_file_ctx *fctx; in aa_file_perm() local
[all...]
/third_party/ffmpeg/libavformat/
H A Ddv.c56 AVFormatContext* fctx; member
/third_party/ffmpeg/libavutil/
H A Dhwcontext_videotoolbox.c164 VTFramesContext *fctx = ctx->internal->priv; in vt_pool_alloc() local
224 VTFramesContext *fctx = ctx->internal->priv; in vt_pool_alloc_buffer() local
247 VTFramesContext *fctx = ctx->internal->priv; in vt_frames_uninit() local
/third_party/ffmpeg/libavfilter/
H A Dvf_overlay_qsv.c164 AVHWFramesContext *fctx; in have_alpha_planar() local
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.h162 struct otx_cpt_fc_ctx fctx; member
H A 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; create_aead_ctx_hdr() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.h148 struct otx2_cpt_fc_ctx fctx; member
H A Dotx2_cptvf_algs.c225 struct otx2_cpt_fc_ctx *fctx = &rctx->fctx; in create_ctx_hdr() local
1020 struct otx2_cpt_fc_ctx *fctx = &rctx->fctx; create_aead_ctx_hdr() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.h162 struct otx_cpt_fc_ctx fctx; member
/third_party/ffmpeg/libavcodec/
H A Dpthread_frame.c163 static void async_lock(FrameThreadContext *fctx) in async_lock() argument
172 static void async_unlock(FrameThreadContext *fctx) in async_unlock() argument
402 FrameThreadContext *fctx = p->parent; release_delayed_buffers() local
424 FrameThreadContext *fctx = p->parent; submit_packet() local
529 FrameThreadContext *fctx = avctx->internal->thread_ctx; ff_thread_decode_frame() local
692 park_frame_worker_threads(FrameThreadContext *fctx, int thread_count) park_frame_worker_threads() argument
727 FrameThreadContext *fctx = avctx->internal->thread_ctx; ff_frame_thread_free() local
789 init_thread(PerThreadContext *p, int *threads_to_free, FrameThreadContext *fctx, AVCodecContext *avctx, const FFCodec *codec, int first) init_thread() argument
869 FrameThreadContext *fctx; ff_frame_thread_init() local
928 FrameThreadContext *fctx = avctx->internal->thread_ctx; ff_thread_flush() local
1102 FrameThreadContext *fctx; ff_thread_release_buffer() local
[all...]
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_context.c104 struct debug_flush_ctx *fctx; member
/kernel/linux/linux-5.10/fs/
H A Duserfaultfd.c636 struct userfaultfd_fork_ctx *fctx; in dup_userfaultfd() local
681 dup_fctx(struct userfaultfd_fork_ctx *fctx) dup_fctx() argument
696 struct userfaultfd_fork_ctx *fctx, *n; dup_userfaultfd_complete() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
H A Dmsm_gem.c711 msm_gem_sync_object(struct drm_gem_object *obj, struct msm_fence_context *fctx, bool exclusive) msm_gem_sync_object() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/
H A 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

Completed in 24 milliseconds

123