Home
last modified time | relevance | path

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

12345678910>>...73

/linux-6.12.1/drivers/nvme/target/
Dadmin-cmd.c28 static u32 nvmet_feat_data_len(struct nvmet_req *req, u32 cdw10) in nvmet_feat_data_len()
43 static void nvmet_execute_get_log_page_noop(struct nvmet_req *req) in nvmet_execute_get_log_page_noop()
48 static void nvmet_execute_get_log_page_error(struct nvmet_req *req) in nvmet_execute_get_log_page_error()
74 static u16 nvmet_get_smart_log_nsid(struct nvmet_req *req, in nvmet_get_smart_log_nsid()
103 static u16 nvmet_get_smart_log_all(struct nvmet_req *req, in nvmet_get_smart_log_all()
133 static void nvmet_execute_get_log_page_smart(struct nvmet_req *req) in nvmet_execute_get_log_page_smart()
194 static void nvmet_execute_get_log_cmd_effects_ns(struct nvmet_req *req) in nvmet_execute_get_log_cmd_effects_ns()
229 static void nvmet_execute_get_log_changed_ns(struct nvmet_req *req) in nvmet_execute_get_log_changed_ns()
253 static u32 nvmet_format_ana_group(struct nvmet_req *req, u32 grpid, in nvmet_format_ana_group()
275 static void nvmet_execute_get_log_page_ana(struct nvmet_req *req) in nvmet_execute_get_log_page_ana()
[all …]
Dio-cmd-file.c76 static ssize_t nvmet_file_submit_bvec(struct nvmet_req *req, loff_t pos, in nvmet_file_submit_bvec()
105 struct nvmet_req *req = container_of(iocb, struct nvmet_req, f.iocb); in nvmet_file_io_done() local
120 static bool nvmet_file_execute_io(struct nvmet_req *req, int ki_flags) in nvmet_file_execute_io()
207 struct nvmet_req *req = container_of(w, struct nvmet_req, f.work); in nvmet_file_buffered_io_work() local
212 static void nvmet_file_submit_buffered_io(struct nvmet_req *req) in nvmet_file_submit_buffered_io()
218 static void nvmet_file_execute_rw(struct nvmet_req *req) in nvmet_file_execute_rw()
253 u16 nvmet_file_flush(struct nvmet_req *req) in nvmet_file_flush()
260 struct nvmet_req *req = container_of(w, struct nvmet_req, f.work); in nvmet_file_flush_work() local
265 static void nvmet_file_execute_flush(struct nvmet_req *req) in nvmet_file_execute_flush()
273 static void nvmet_file_execute_discard(struct nvmet_req *req) in nvmet_file_execute_discard()
[all …]
/linux-6.12.1/io_uring/
Drw.c34 static bool io_file_supports_nowait(struct io_kiocb *req, __poll_t mask) in io_file_supports_nowait()
68 static int io_iov_buffer_select_prep(struct io_kiocb *req) in io_iov_buffer_select_prep()
89 static int __io_import_iovec(int ddir, struct io_kiocb *req, in __io_import_iovec()
135 static inline int io_import_iovec(int rw, struct io_kiocb *req, in io_import_iovec()
158 static void io_rw_recycle(struct io_kiocb *req, unsigned int issue_flags) in io_rw_recycle()
176 static void io_req_rw_cleanup(struct io_kiocb *req, unsigned int issue_flags) in io_req_rw_cleanup()
211 static int io_rw_alloc_async(struct io_kiocb *req) in io_rw_alloc_async()
240 static int io_prep_rw_setup(struct io_kiocb *req, int ddir, bool do_import) in io_prep_rw_setup()
260 static int io_prep_rw(struct io_kiocb *req, const struct io_uring_sqe *sqe, in io_prep_rw()
289 int io_prep_read(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_prep_read()
[all …]
Dpoll.c36 struct io_kiocb *req; member
73 static bool io_poll_get_ownership_slowpath(struct io_kiocb *req) in io_poll_get_ownership_slowpath()
94 static inline bool io_poll_get_ownership(struct io_kiocb *req) in io_poll_get_ownership()
101 static void io_poll_mark_cancelled(struct io_kiocb *req) in io_poll_mark_cancelled()
106 static struct io_poll *io_poll_get_double(struct io_kiocb *req) in io_poll_get_double()
114 static struct io_poll *io_poll_get_single(struct io_kiocb *req) in io_poll_get_single()
121 static void io_poll_req_insert(struct io_kiocb *req) in io_poll_req_insert()
132 static void io_poll_req_delete(struct io_kiocb *req, struct io_ring_ctx *ctx) in io_poll_req_delete()
143 static void io_poll_req_insert_locked(struct io_kiocb *req) in io_poll_req_insert_locked()
153 static void io_poll_tw_hash_eject(struct io_kiocb *req, struct io_tw_state *ts) in io_poll_tw_hash_eject()
[all …]
Dtimeout.c38 static inline bool io_is_timeout_noseq(struct io_kiocb *req) in io_is_timeout_noseq()
46 static inline void io_put_req(struct io_kiocb *req) in io_put_req()
68 static void io_timeout_complete(struct io_kiocb *req, struct io_tw_state *ts) in io_timeout_complete()
89 static bool io_kill_timeout(struct io_kiocb *req, int status) in io_kill_timeout()
117 struct io_kiocb *req = cmd_to_io_kiocb(timeout); in io_flush_timeouts() local
157 static void io_fail_links(struct io_kiocb *req) in io_fail_links()
181 static inline void io_remove_next_linked(struct io_kiocb *req) in io_remove_next_linked()
189 void io_disarm_next(struct io_kiocb *req) in io_disarm_next()
215 struct io_kiocb *__io_disarm_linked_timeout(struct io_kiocb *req, in __io_disarm_linked_timeout()
237 struct io_kiocb *req = data->req; in io_timeout_fn() local
[all …]
Dxattr.c25 void io_xattr_cleanup(struct io_kiocb *req) in io_xattr_cleanup()
36 static void io_xattr_finish(struct io_kiocb *req, int ret) in io_xattr_finish()
44 static int __io_getxattr_prep(struct io_kiocb *req, in __io_getxattr_prep()
82 int io_fgetxattr_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_fgetxattr_prep()
87 int io_getxattr_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_getxattr_prep()
108 int io_fgetxattr(struct io_kiocb *req, unsigned int issue_flags) in io_fgetxattr()
123 int io_getxattr(struct io_kiocb *req, unsigned int issue_flags) in io_getxattr()
148 static int __io_setxattr_prep(struct io_kiocb *req, in __io_setxattr_prep()
180 int io_setxattr_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_setxattr_prep()
201 int io_fsetxattr_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_fsetxattr_prep()
[all …]
Drefs.h11 #define req_ref_zero_or_close_to_overflow(req) \ argument
14 static inline bool req_ref_inc_not_zero(struct io_kiocb *req) in req_ref_inc_not_zero()
20 static inline bool req_ref_put_and_test(struct io_kiocb *req) in req_ref_put_and_test()
29 static inline void req_ref_get(struct io_kiocb *req) in req_ref_get()
36 static inline void req_ref_put(struct io_kiocb *req) in req_ref_put()
43 static inline void __io_req_set_refcount(struct io_kiocb *req, int nr) in __io_req_set_refcount()
51 static inline void io_req_set_refcount(struct io_kiocb *req) in io_req_set_refcount()
Dnet.c92 int io_shutdown_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_shutdown_prep()
105 int io_shutdown(struct io_kiocb *req, unsigned int issue_flags) in io_shutdown()
138 static void io_netmsg_recycle(struct io_kiocb *req, unsigned int issue_flags) in io_netmsg_recycle()
159 static struct io_async_msghdr *io_msg_alloc_async(struct io_kiocb *req) in io_msg_alloc_async()
186 static int io_net_vec_assign(struct io_kiocb *req, struct io_async_msghdr *kmsg, in io_net_vec_assign()
199 static inline void io_mshot_prep_retry(struct io_kiocb *req, in io_mshot_prep_retry()
211 static int io_compat_msg_copy_hdr(struct io_kiocb *req, in io_compat_msg_copy_hdr()
262 static int io_msg_copy_hdr(struct io_kiocb *req, struct io_async_msghdr *iomsg, in io_msg_copy_hdr()
319 static int io_sendmsg_copy_hdr(struct io_kiocb *req, in io_sendmsg_copy_hdr()
352 void io_sendmsg_recvmsg_cleanup(struct io_kiocb *req) in io_sendmsg_recvmsg_cleanup()
[all …]
Dio_uring.c130 struct io_kiocb *req; member
191 struct io_kiocb *req; in io_match_linked() local
227 static inline void req_fail_link_node(struct io_kiocb *req, int res) in req_fail_link_node()
233 static inline void io_req_add_to_cache(struct io_kiocb *req, struct io_ring_ctx *ctx) in io_req_add_to_cache()
250 struct io_kiocb *req, *tmp; in io_fallback_req_func() local
378 static bool req_need_defer(struct io_kiocb *req, u32 seq) in req_need_defer()
389 static void io_clean_op(struct io_kiocb *req) in io_clean_op()
422 static inline void io_req_track_inflight(struct io_kiocb *req) in io_req_track_inflight()
430 static struct io_kiocb *__io_prep_linked_timeout(struct io_kiocb *req) in __io_prep_linked_timeout()
444 static inline struct io_kiocb *io_prep_linked_timeout(struct io_kiocb *req) in io_prep_linked_timeout()
[all …]
Dmsg_ring.c58 void io_msg_ring_cleanup(struct io_kiocb *req) in io_msg_ring_cleanup()
74 static void io_msg_tw_complete(struct io_kiocb *req, struct io_tw_state *ts) in io_msg_tw_complete()
89 static int io_msg_remote_post(struct io_ring_ctx *ctx, struct io_kiocb *req, in io_msg_remote_post()
108 struct io_kiocb *req = NULL; in io_msg_get_kiocb() local
119 static int io_msg_data_remote(struct io_kiocb *req) in io_msg_data_remote()
137 static int io_msg_ring_data(struct io_kiocb *req, unsigned int issue_flags) in io_msg_ring_data()
169 static struct file *io_msg_grab_file(struct io_kiocb *req, unsigned int issue_flags) in io_msg_grab_file()
187 static int io_msg_install_complete(struct io_kiocb *req, unsigned int issue_flags) in io_msg_install_complete()
222 struct io_kiocb *req = cmd_to_io_kiocb(msg); in io_msg_tw_fd_complete() local
232 static int io_msg_fd_remote(struct io_kiocb *req) in io_msg_fd_remote()
[all …]
/linux-6.12.1/drivers/crypto/marvell/cesa/
Dhash.c28 struct ahash_request *req) in mv_cesa_ahash_req_iter_init()
50 mv_cesa_ahash_dma_alloc_cache(struct mv_cesa_ahash_dma_req *req, gfp_t flags) in mv_cesa_ahash_dma_alloc_cache()
61 mv_cesa_ahash_dma_free_cache(struct mv_cesa_ahash_dma_req *req) in mv_cesa_ahash_dma_free_cache()
70 static int mv_cesa_ahash_dma_alloc_padding(struct mv_cesa_ahash_dma_req *req, in mv_cesa_ahash_dma_alloc_padding()
84 static void mv_cesa_ahash_dma_free_padding(struct mv_cesa_ahash_dma_req *req) in mv_cesa_ahash_dma_free_padding()
94 static inline void mv_cesa_ahash_dma_last_cleanup(struct ahash_request *req) in mv_cesa_ahash_dma_last_cleanup()
101 static inline void mv_cesa_ahash_dma_cleanup(struct ahash_request *req) in mv_cesa_ahash_dma_cleanup()
110 static inline void mv_cesa_ahash_cleanup(struct ahash_request *req) in mv_cesa_ahash_cleanup()
118 static void mv_cesa_ahash_last_cleanup(struct ahash_request *req) in mv_cesa_ahash_last_cleanup()
158 static void mv_cesa_ahash_std_step(struct ahash_request *req) in mv_cesa_ahash_std_step()
[all …]
Dcipher.c42 struct skcipher_request *req) in mv_cesa_skcipher_req_iter_init()
59 mv_cesa_skcipher_dma_cleanup(struct skcipher_request *req) in mv_cesa_skcipher_dma_cleanup()
75 static inline void mv_cesa_skcipher_cleanup(struct skcipher_request *req) in mv_cesa_skcipher_cleanup()
83 static void mv_cesa_skcipher_std_step(struct skcipher_request *req) in mv_cesa_skcipher_std_step()
123 static int mv_cesa_skcipher_std_process(struct skcipher_request *req, in mv_cesa_skcipher_std_process()
142 static int mv_cesa_skcipher_process(struct crypto_async_request *req, in mv_cesa_skcipher_process()
155 static void mv_cesa_skcipher_step(struct crypto_async_request *req) in mv_cesa_skcipher_step()
167 mv_cesa_skcipher_dma_prepare(struct skcipher_request *req) in mv_cesa_skcipher_dma_prepare()
176 mv_cesa_skcipher_std_prepare(struct skcipher_request *req) in mv_cesa_skcipher_std_prepare()
185 static inline void mv_cesa_skcipher_prepare(struct crypto_async_request *req, in mv_cesa_skcipher_prepare()
[all …]
/linux-6.12.1/drivers/s390/scsi/
Dzfcp_fsf.c80 static void zfcp_fsf_class_not_supp(struct zfcp_fsf_req *req) in zfcp_fsf_class_not_supp()
92 void zfcp_fsf_req_free(struct zfcp_fsf_req *req) in zfcp_fsf_req_free()
106 static void zfcp_fsf_status_read_port_closed(struct zfcp_fsf_req *req) in zfcp_fsf_status_read_port_closed()
144 static void zfcp_fsf_link_down_info_eval(struct zfcp_fsf_req *req, in zfcp_fsf_link_down_info_eval()
229 static void zfcp_fsf_status_read_link_down(struct zfcp_fsf_req *req) in zfcp_fsf_status_read_link_down()
258 static void zfcp_fsf_status_read_handler(struct zfcp_fsf_req *req) in zfcp_fsf_status_read_handler()
331 static void zfcp_fsf_fsfstatus_qual_eval(struct zfcp_fsf_req *req) in zfcp_fsf_fsfstatus_qual_eval()
353 static void zfcp_fsf_fsfstatus_eval(struct zfcp_fsf_req *req) in zfcp_fsf_fsfstatus_eval()
372 static void zfcp_fsf_protstatus_eval(struct zfcp_fsf_req *req) in zfcp_fsf_protstatus_eval()
452 static void zfcp_fsf_req_complete(struct zfcp_fsf_req *req) in zfcp_fsf_req_complete()
[all …]
/linux-6.12.1/drivers/crypto/aspeed/
Daspeed-hace-crypto.c67 struct skcipher_request *req) in aspeed_hace_crypto_handle_queue()
81 struct skcipher_request *req = skcipher_request_cast(areq); in aspeed_crypto_do_request() local
104 struct skcipher_request *req; in aspeed_sk_complete() local
133 struct skcipher_request *req; in aspeed_sk_transfer_sg() local
154 struct skcipher_request *req; in aspeed_sk_transfer() local
184 struct skcipher_request *req; in aspeed_sk_start() local
225 struct skcipher_request *req; in aspeed_sk_start_sg() local
368 struct skcipher_request *req; in aspeed_hace_skcipher_trigger() local
406 static int aspeed_des_crypt(struct skcipher_request *req, u32 cmd) in aspeed_des_crypt()
464 static int aspeed_tdes_ctr_decrypt(struct skcipher_request *req) in aspeed_tdes_ctr_decrypt()
[all …]
/linux-6.12.1/net/sunrpc/
Dxprt.c81 static unsigned long xprt_request_timeout(const struct rpc_rqst *req) in xprt_request_timeout()
267 struct rpc_rqst *req = task->tk_rqstp; in xprt_reserve_xprt() local
331 struct rpc_rqst *req = task->tk_rqstp; in xprt_reserve_xprt_cong() local
461 __xprt_get_cong(struct rpc_xprt *xprt, struct rpc_rqst *req) in __xprt_get_cong()
480 __xprt_put_cong(struct rpc_xprt *xprt, struct rpc_rqst *req) in __xprt_put_cong()
499 xprt_request_get_cong(struct rpc_xprt *xprt, struct rpc_rqst *req) in xprt_request_get_cong()
520 struct rpc_rqst *req = task->tk_rqstp; in xprt_release_rqst_cong() local
564 struct rpc_rqst *req = task->tk_rqstp; in xprt_adjust_cwnd() local
654 static unsigned long xprt_calc_majortimeo(struct rpc_rqst *req, in xprt_calc_majortimeo()
668 static void xprt_reset_majortimeo(struct rpc_rqst *req, in xprt_reset_majortimeo()
[all …]
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/
Dmcs_rvu_if.c73 struct mcs_set_lmac_mode *req, in rvu_mbox_handler_mcs_set_lmac_mode()
123 struct mcs_intr_info *req; in mcs_notify_pfvf() local
178 struct mcs_intr_cfg *req, in rvu_mbox_handler_mcs_intr_cfg()
203 struct msg_req *req, in rvu_mbox_handler_mcs_get_hw_info()
221 int rvu_mbox_handler_mcs_port_reset(struct rvu *rvu, struct mcs_port_reset_req *req, in rvu_mbox_handler_mcs_port_reset()
237 struct mcs_clear_stats *req, in rvu_mbox_handler_mcs_clear_stats()
259 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_flowid_stats()
290 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_secy_stats()
318 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_sc_stats()
342 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_sa_stats()
[all …]
/linux-6.12.1/drivers/crypto/intel/keembay/
Dkeembay-ocs-aes-core.c252 static int kmb_ocs_sk_validate_input(struct skcipher_request *req, in kmb_ocs_sk_validate_input()
308 static int kmb_ocs_sk_common(struct skcipher_request *req, in kmb_ocs_sk_common()
374 static void kmb_ocs_sk_dma_cleanup(struct skcipher_request *req) in kmb_ocs_sk_dma_cleanup()
398 static int kmb_ocs_sk_prepare_inplace(struct skcipher_request *req) in kmb_ocs_sk_prepare_inplace()
447 static int kmb_ocs_sk_prepare_notinplace(struct skcipher_request *req) in kmb_ocs_sk_prepare_notinplace()
514 static int kmb_ocs_sk_run(struct skcipher_request *req) in kmb_ocs_sk_run()
594 static int kmb_ocs_aead_validate_input(struct aead_request *req, in kmb_ocs_aead_validate_input()
635 static int kmb_ocs_aead_common(struct aead_request *req, in kmb_ocs_aead_common()
682 static void kmb_ocs_aead_dma_cleanup(struct aead_request *req) in kmb_ocs_aead_dma_cleanup()
719 static int kmb_ocs_aead_dma_prepare(struct aead_request *req, u32 *src_dll_size) in kmb_ocs_aead_dma_prepare()
[all …]
/linux-6.12.1/drivers/staging/greybus/
Daudio_apbridgea.c16 struct audio_apbridgea_set_config_request req; in gb_audio_apbridgea_set_config() local
33 struct audio_apbridgea_register_cport_request req; in gb_audio_apbridgea_register_cport() local
54 struct audio_apbridgea_unregister_cport_request req; in gb_audio_apbridgea_unregister_cport() local
74 struct audio_apbridgea_set_tx_data_size_request req; in gb_audio_apbridgea_set_tx_data_size() local
88 struct audio_apbridgea_prepare_tx_request req; in gb_audio_apbridgea_prepare_tx() local
101 struct audio_apbridgea_start_tx_request req; in gb_audio_apbridgea_start_tx() local
114 struct audio_apbridgea_stop_tx_request req; in gb_audio_apbridgea_stop_tx() local
127 struct audio_apbridgea_shutdown_tx_request req; in gb_audio_apbridgea_shutdown_tx() local
140 struct audio_apbridgea_set_rx_data_size_request req; in gb_audio_apbridgea_set_rx_data_size() local
154 struct audio_apbridgea_prepare_rx_request req; in gb_audio_apbridgea_prepare_rx() local
[all …]
Daudio_gb.c50 struct gb_audio_get_control_request req; in gb_audio_gb_get_control() local
72 struct gb_audio_set_control_request req; in gb_audio_gb_set_control() local
86 struct gb_audio_enable_widget_request req; in gb_audio_gb_enable_widget() local
98 struct gb_audio_disable_widget_request req; in gb_audio_gb_disable_widget() local
111 struct gb_audio_get_pcm_request req; in gb_audio_gb_get_pcm() local
135 struct gb_audio_set_pcm_request req; in gb_audio_gb_set_pcm() local
151 struct gb_audio_set_tx_data_size_request req; in gb_audio_gb_set_tx_data_size() local
164 struct gb_audio_activate_tx_request req; in gb_audio_gb_activate_tx() local
176 struct gb_audio_deactivate_tx_request req; in gb_audio_gb_deactivate_tx() local
188 struct gb_audio_set_rx_data_size_request req; in gb_audio_gb_set_rx_data_size() local
[all …]
/linux-6.12.1/drivers/media/mc/
Dmc-request.c39 static void media_request_clean(struct media_request *req) in media_request_clean()
62 struct media_request *req = in media_request_release() local
79 void media_request_put(struct media_request *req) in media_request_put()
87 struct media_request *req = filp->private_data; in media_request_close() local
96 struct media_request *req = filp->private_data; in media_request_poll() local
119 static long media_request_ioctl_queue(struct media_request *req) in media_request_ioctl_queue()
188 static long media_request_ioctl_reinit(struct media_request *req) in media_request_ioctl_reinit()
224 struct media_request *req = filp->private_data; in media_request_ioctl() local
250 struct media_request *req; in media_request_get_by_fd() local
290 struct media_request *req; in media_request_alloc() local
[all …]
/linux-6.12.1/net/handshake/
Drequest.c67 static bool handshake_req_hash_add(struct handshake_req *req) in handshake_req_hash_add()
77 static void handshake_req_destroy(struct handshake_req *req) in handshake_req_destroy()
89 struct handshake_req *req; in handshake_sk_destruct() local
112 struct handshake_req *req; in handshake_req_alloc() local
138 void *handshake_req_private(struct handshake_req *req) in handshake_req_private()
145 struct handshake_req *req) in __add_pending_locked()
155 struct handshake_req *req) in __remove_pending_locked()
167 static bool remove_pending(struct handshake_net *hn, struct handshake_req *req) in remove_pending()
183 struct handshake_req *req, *pos; in handshake_req_next() local
223 int handshake_req_submit(struct socket *sock, struct handshake_req *req, in handshake_req_submit()
[all …]
/linux-6.12.1/drivers/accel/ivpu/
Divpu_jsm_msg.c95 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_REGISTER_DB }; in ivpu_jsm_register_db() local
114 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_UNREGISTER_DB }; in ivpu_jsm_unregister_db() local
130 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_QUERY_ENGINE_HB }; in ivpu_jsm_get_heartbeat() local
153 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_ENGINE_RESET }; in ivpu_jsm_reset_engine() local
172 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_ENGINE_PREEMPT }; in ivpu_jsm_preempt_engine() local
192 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_DYNDBG_CONTROL }; in ivpu_jsm_dyndbg_control() local
210 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_TRACE_GET_CAPABILITY }; in ivpu_jsm_trace_get_capability() local
230 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_TRACE_SET_CONFIG }; in ivpu_jsm_trace_set_config() local
248 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_SSID_RELEASE }; in ivpu_jsm_context_release() local
264 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_PWR_D0I3_ENTER }; in ivpu_jsm_pwr_d0i3_enter() local
[all …]
/linux-6.12.1/fs/nfs/
Dpagelist.c37 const struct nfs_page *req; member
42 const struct nfs_page *req) in nfs_page_iter_page_init()
50 const struct nfs_page *req = i->req; in nfs_page_iter_page_advance() local
58 const struct nfs_page *req = i->req; in nfs_page_iter_page_get() local
199 nfs_page_set_headlock(struct nfs_page *req) in nfs_page_set_headlock()
215 nfs_page_clear_headlock(struct nfs_page *req) in nfs_page_clear_headlock()
234 nfs_page_group_lock(struct nfs_page *req) in nfs_page_group_lock()
249 nfs_page_group_unlock(struct nfs_page *req) in nfs_page_group_unlock()
262 nfs_page_group_sync_on_bit_locked(struct nfs_page *req, unsigned int bit) in nfs_page_group_sync_on_bit_locked()
293 bool nfs_page_group_sync_on_bit(struct nfs_page *req, unsigned int bit) in nfs_page_group_sync_on_bit()
[all …]
/linux-6.12.1/drivers/block/drbd/
Ddrbd_req.c26 struct drbd_request *req; in drbd_req_new() local
59 struct drbd_request *req) in drbd_remove_request_interval()
73 struct drbd_request *req = container_of(kref, struct drbd_request, kref); in drbd_req_destroy() local
193 void drbd_req_complete(struct drbd_request *req, struct bio_and_error *m) in drbd_req_complete()
292 static void drbd_req_put_completion_ref(struct drbd_request *req, struct bio_and_error *m, int put) in drbd_req_put_completion_ref()
320 static void set_if_null_req_next(struct drbd_peer_device *peer_device, struct drbd_request *req) in set_if_null_req_next()
329 static void advance_conn_req_next(struct drbd_peer_device *peer_device, struct drbd_request *req) in advance_conn_req_next()
350 …ic void set_if_null_req_ack_pending(struct drbd_peer_device *peer_device, struct drbd_request *req) in set_if_null_req_ack_pending()
359 …c void advance_conn_req_ack_pending(struct drbd_peer_device *peer_device, struct drbd_request *req) in advance_conn_req_ack_pending()
380 …c void set_if_null_req_not_net_done(struct drbd_peer_device *peer_device, struct drbd_request *req) in set_if_null_req_not_net_done()
[all …]
/linux-6.12.1/drivers/crypto/amcc/
Dcrypto4xx_alg.c69 static inline int crypto4xx_crypt(struct skcipher_request *req, in crypto4xx_crypt()
88 int crypto4xx_encrypt_noiv_block(struct skcipher_request *req) in crypto4xx_encrypt_noiv_block()
93 int crypto4xx_encrypt_iv_stream(struct skcipher_request *req) in crypto4xx_encrypt_iv_stream()
98 int crypto4xx_decrypt_noiv_block(struct skcipher_request *req) in crypto4xx_decrypt_noiv_block()
103 int crypto4xx_decrypt_iv_stream(struct skcipher_request *req) in crypto4xx_decrypt_iv_stream()
108 int crypto4xx_encrypt_iv_block(struct skcipher_request *req) in crypto4xx_encrypt_iv_block()
113 int crypto4xx_decrypt_iv_block(struct skcipher_request *req) in crypto4xx_decrypt_iv_block()
208 int crypto4xx_rfc3686_encrypt(struct skcipher_request *req) in crypto4xx_rfc3686_encrypt()
223 int crypto4xx_rfc3686_decrypt(struct skcipher_request *req) in crypto4xx_rfc3686_decrypt()
239 crypto4xx_ctr_crypt(struct skcipher_request *req, bool encrypt) in crypto4xx_ctr_crypt()
[all …]

12345678910>>...73