Home
last modified time | relevance | path

Searched defs:tctx (Results 1 – 21 of 21) sorted by relevance

/linux/io_uring/
H A Dtctx.c48 struct io_uring_task *tctx = tsk->io_uring; in __io_uring_free() local
80 struct io_uring_task *tctx; in io_uring_alloc_task_context() local
112 io_tctx_install_node(struct io_ring_ctx * ctx,struct io_uring_task * tctx) io_tctx_install_node() argument
141 struct io_uring_task *tctx = current->io_uring; __io_uring_add_tctx_node() local
213 struct io_uring_task *tctx = current->io_uring; io_uring_del_tctx_node() local
237 io_uring_clean_tctx(struct io_uring_task * tctx) io_uring_clean_tctx() argument
259 struct io_uring_task *tctx = current->io_uring; io_uring_unreg_ringfd() local
270 io_ring_add_registered_file(struct io_uring_task * tctx,struct file * file,int start,int end) io_ring_add_registered_file() argument
285 io_ring_add_registered_fd(struct io_uring_task * tctx,int fd,int start,int end) io_ring_add_registered_fd() argument
317 struct io_uring_task *tctx; io_ringfd_register() local
375 struct io_uring_task *tctx = current->io_uring; io_ringfd_unregister() local
[all...]
H A Dcancel.c78 static int io_async_cancel_one(struct io_uring_task *tctx, in io_async_cancel_one() argument
105 int io_try_cancel(struct io_uring_task *tctx, struct io_cancel_data *cd, in io_try_cancel() argument
175 struct io_uring_task *tctx, in __io_async_cancel() argument
220 struct io_uring_task *tctx = req->tctx; io_async_cancel() local
247 __io_sync_cancel(struct io_uring_task * tctx,struct io_cancel_data * cd,int fd) __io_sync_cancel() argument
357 io_cancel_remove_all(struct io_ring_ctx * ctx,struct io_uring_task * tctx,struct hlist_head * list,bool cancel_all,bool (* cancel)(struct io_kiocb *)) io_cancel_remove_all() argument
414 io_match_task_safe(struct io_kiocb * head,struct io_uring_task * tctx,bool cancel_all) io_match_task_safe() argument
444 struct io_uring_task *tctx; global() member
457 io_cancel_defer_files(struct io_ring_ctx * ctx,struct io_uring_task * tctx,bool cancel_all) io_cancel_defer_files() argument
498 struct io_uring_task *tctx = node->task->io_uring; io_uring_try_cancel_iowq() local
516 io_uring_try_cancel_requests(struct io_ring_ctx * ctx,struct io_uring_task * tctx,bool cancel_all,bool is_sqpoll_thread) io_uring_try_cancel_requests() argument
573 tctx_inflight(struct io_uring_task * tctx,bool tracked) tctx_inflight() argument
586 struct io_uring_task *tctx = current->io_uring; io_uring_cancel_generic() local
[all...]
H A Dtw.c116 io_fallback_tw(struct io_uring_task * tctx,bool sync) io_fallback_tw() argument
123 tctx_task_work_run(struct io_uring_task * tctx,unsigned int max_entries,unsigned int * count) tctx_task_work_run() argument
145 struct io_uring_task *tctx; tctx_task_work() local
241 struct io_uring_task *tctx = req->tctx; io_req_normal_work_add() local
[all...]
H A Dio_uring.c409 struct io_uring_task *tctx = req->tctx; io_queue_iowq() local
601 struct io_uring_task *tctx = req->tctx; io_put_task() local
613 io_task_refs_refill(struct io_uring_task * tctx) io_task_refs_refill() argument
624 struct io_uring_task *tctx = task->io_uring; io_uring_drop_tctx_refs() local
2306 struct io_uring_task *tctx = current->io_uring; io_tctx_exit_cb() local
2580 struct io_uring_task *tctx = current->io_uring; io_uring_ctx_get_file() local
2982 struct io_uring_task *tctx; io_uring_create() local
[all...]
H A Dwait.c48 struct io_uring_task *tctx = current->io_uring; in current_pending_io() local
H A Dtimeout.c714 static bool io_match_task(struct io_kiocb *head, struct io_uring_task *tctx, in io_match_task()
733 __cold bool io_kill_timeouts(struct io_ring_ctx *ctx, struct io_uring_task *tctx, in io_kill_timeouts()
H A Dwaitid.c173 bool io_waitid_remove_all(struct io_ring_ctx *ctx, struct io_uring_task *tctx, in io_waitid_remove_all()
H A Dfutex.c121 bool io_futex_remove_all(struct io_ring_ctx *ctx, struct io_uring_task *tctx, in io_futex_remove_all() argument
H A Dregister.c357 struct io_uring_task *tctx = NULL; in io_register_iowq_max_workers() local
[all...]
H A Dio_uring.h509 struct io_uring_task *tctx = current->io_uring; io_get_task_refs() local
H A Dpoll.c733 __cold bool io_poll_remove_all(struct io_ring_ctx *ctx, struct io_uring_task *tctx, in io_poll_remove_all()
H A Dio-wq.c1446 int io_wq_cpu_affinity(struct io_uring_task *tctx, cpumask_var_t mask) in io_wq_cpu_affinity() argument
/linux/drivers/crypto/
H A Dgeode-aes.c70 geode_aes_crypt(const struct geode_aes_tfm_ctx *tctx, const void *src, in geode_aes_crypt()
113 struct geode_aes_tfm_ctx *tctx = crypto_tfm_ctx(tfm); in geode_setkey_cip() local
139 struct geode_aes_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); in geode_setkey_skcipher() local
166 const struct geode_aes_tfm_ctx *tctx = crypto_tfm_ctx(tfm); in geode_encrypt() local
181 const struct geode_aes_tfm_ctx *tctx = crypto_tfm_ctx(tfm); in geode_decrypt() local
195 struct geode_aes_tfm_ctx *tctx = crypto_tfm_ctx(tfm); in fallback_init_cip() local
210 struct geode_aes_tfm_ctx *tctx = crypto_tfm_ctx(tfm); in fallback_exit_cip() local
241 struct geode_aes_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); in geode_init_skcipher() local
258 struct geode_aes_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); in geode_exit_skcipher() local
266 const struct geode_aes_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); in geode_skcipher_crypt() local
/linux/crypto/
H A Dessiv.c69 struct essiv_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); in essiv_skcipher_setkey() local
96 struct essiv_tfm_ctx *tctx = crypto_aead_ctx(tfm); in essiv_aead_setkey() local
129 struct essiv_tfm_ctx *tctx = crypto_aead_ctx(tfm); in essiv_aead_setauthsize() local
144 const struct essiv_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); in essiv_skcipher_crypt() local
186 const struct essiv_tfm_ctx *tctx = crypto_aead_ctx(tfm); in essiv_aead_crypt() local
269 struct essiv_tfm_ctx *tctx) in essiv_init_tfm()
299 struct essiv_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); in essiv_skcipher_init_tfm() local
324 struct essiv_tfm_ctx *tctx = crypto_aead_ctx(tfm); in essiv_aead_init_tfm() local
355 struct essiv_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); in essiv_skcipher_exit_tfm() local
364 struct essiv_tfm_ctx *tctx = crypto_aead_ctx(tfm); in essiv_aead_exit_tfm() local
H A Dblake2b.c20 struct blake2b_tfm_ctx *tctx = crypto_shash_ctx(tfm); in crypto_blake2b_setkey() local
33 const struct blake2b_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in crypto_blake2b_init() local
57 const struct blake2b_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in crypto_blake2b_digest() local
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c168 struct task_ctx *tctx; BPF_STRUCT_OPS() local
205 struct task_ctx *tctx; BPF_STRUCT_OPS() local
327 struct task_ctx *tctx; update_core_sched_head_seq() local
351 struct task_ctx *tctx; dispatch_highpri() local
402 struct task_ctx *tctx; BPF_STRUCT_OPS() local
447 struct task_ctx *tctx; BPF_STRUCT_OPS() local
573 struct task_ctx *tctx; task_qdist() local
/linux/tools/testing/selftests/sched_ext/
H A Dselect_cpu_dfl_nodispatch.bpf.c37 struct task_ctx *tctx; in BPF_STRUCT_OPS() local
56 struct task_ctx *tctx; in BPF_STRUCT_OPS() local
/linux/arch/arm64/crypto/
H A Dsm4-ce-glue.c577 struct sm4_mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in sm4_mac_update() local
591 struct sm4_mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in sm4_cmac_finup() local
610 struct sm4_mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in sm4_cbcmac_finup() local
/linux/tools/testing/selftests/lsm/
H A Dlsm_get_self_attr_test.c145 struct lsm_ctx *tctx = NULL; in TEST() local
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c2004 struct ttm_operation_ctx tctx = { xe_bo_cpu_fault_fastpath() local
2115 struct ttm_operation_ctx tctx = { xe_bo_cpu_fault() local
3657 xe_bo_migrate(struct xe_bo * bo,u32 mem_type,struct ttm_operation_ctx * tctx,struct drm_exec * exec) xe_bo_migrate() argument
[all...]
/linux/include/linux/
H A Dio_uring_types.h736 struct io_uring_task *tctx; global() member