/linux-6.14.4/drivers/nvme/target/ |
D | admin-cmd.c | 15 static void nvmet_execute_delete_sq(struct nvmet_req *req) in nvmet_execute_delete_sq() 41 static void nvmet_execute_create_sq(struct nvmet_req *req) in nvmet_execute_create_sq() 88 static void nvmet_execute_delete_cq(struct nvmet_req *req) in nvmet_execute_delete_cq() 114 static void nvmet_execute_create_cq(struct nvmet_req *req) in nvmet_execute_create_cq() 164 static u32 nvmet_feat_data_len(struct nvmet_req *req, u32 cdw10) in nvmet_feat_data_len() 179 static void nvmet_execute_get_log_page_noop(struct nvmet_req *req) in nvmet_execute_get_log_page_noop() 184 static void nvmet_execute_get_log_page_error(struct nvmet_req *req) in nvmet_execute_get_log_page_error() 210 static void nvmet_execute_get_supported_log_pages(struct nvmet_req *req) in nvmet_execute_get_supported_log_pages() 239 static u16 nvmet_get_smart_log_nsid(struct nvmet_req *req, in nvmet_get_smart_log_nsid() 268 static u16 nvmet_get_smart_log_all(struct nvmet_req *req, in nvmet_get_smart_log_all() [all …]
|
D | io-cmd-file.c | 76 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 …]
|
D | fabrics-cmd.c | 10 static void nvmet_execute_prop_set(struct nvmet_req *req) in nvmet_execute_prop_set() 38 static void nvmet_execute_prop_get(struct nvmet_req *req) in nvmet_execute_prop_get() 88 u32 nvmet_fabrics_admin_cmd_data_len(struct nvmet_req *req) in nvmet_fabrics_admin_cmd_data_len() 104 u16 nvmet_parse_fabrics_admin_cmd(struct nvmet_req *req) in nvmet_parse_fabrics_admin_cmd() 133 u32 nvmet_fabrics_io_cmd_data_len(struct nvmet_req *req) in nvmet_fabrics_io_cmd_data_len() 149 u16 nvmet_parse_fabrics_io_cmd(struct nvmet_req *req) in nvmet_parse_fabrics_io_cmd() 172 static u16 nvmet_install_queue(struct nvmet_ctrl *ctrl, struct nvmet_req *req) in nvmet_install_queue() 243 static void nvmet_execute_admin_connect(struct nvmet_req *req) in nvmet_execute_admin_connect() 311 static void nvmet_execute_io_connect(struct nvmet_req *req) in nvmet_execute_io_connect() 372 u32 nvmet_connect_cmd_data_len(struct nvmet_req *req) in nvmet_connect_cmd_data_len() [all …]
|
D | zns.c | 69 void nvmet_execute_identify_ctrl_zns(struct nvmet_req *req) in nvmet_execute_identify_ctrl_zns() 94 void nvmet_execute_identify_ns_zns(struct nvmet_req *req) in nvmet_execute_identify_ns_zns() 154 static u16 nvmet_bdev_validate_zone_mgmt_recv(struct nvmet_req *req) in nvmet_bdev_validate_zone_mgmt_recv() 203 struct nvmet_req *req; member 251 static unsigned long nvmet_req_nr_zones_from_slba(struct nvmet_req *req) in nvmet_req_nr_zones_from_slba() 258 static unsigned long get_nr_zones_from_buf(struct nvmet_req *req, u32 bufsize) in get_nr_zones_from_buf() 269 struct nvmet_req *req = container_of(w, struct nvmet_req, z.zmgmt_work); in nvmet_bdev_zone_zmgmt_recv_work() local 315 void nvmet_bdev_execute_zone_mgmt_recv(struct nvmet_req *req) in nvmet_bdev_execute_zone_mgmt_recv() 352 struct nvmet_req *req; member 396 static u16 nvmet_bdev_zone_mgmt_emulate_all(struct nvmet_req *req) in nvmet_bdev_zone_mgmt_emulate_all() [all …]
|
/linux-6.14.4/io_uring/ |
D | rw.c | 37 static bool io_file_supports_nowait(struct io_kiocb *req, __poll_t mask) in io_file_supports_nowait() 71 static int io_iov_buffer_select_prep(struct io_kiocb *req) in io_iov_buffer_select_prep() 92 static int __io_import_iovec(int ddir, struct io_kiocb *req, in __io_import_iovec() 138 static inline int io_import_iovec(int rw, struct io_kiocb *req, in io_import_iovec() 152 static void io_rw_recycle(struct io_kiocb *req, unsigned int issue_flags) in io_rw_recycle() 166 static void io_req_rw_cleanup(struct io_kiocb *req, unsigned int issue_flags) in io_req_rw_cleanup() 201 static int io_rw_alloc_async(struct io_kiocb *req) in io_rw_alloc_async() 215 static int io_prep_rw_setup(struct io_kiocb *req, int ddir, bool do_import) in io_prep_rw_setup() 243 static int io_prep_rw_pi(struct io_kiocb *req, struct io_rw *rw, int ddir, in io_prep_rw_pi() 270 static int io_prep_rw(struct io_kiocb *req, const struct io_uring_sqe *sqe, in io_prep_rw() [all …]
|
D | poll.c | 36 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() 153 static void io_poll_remove_entries(struct io_kiocb *req) in io_poll_remove_entries() 193 static void __io_poll_execute(struct io_kiocb *req, int mask) in __io_poll_execute() 207 static inline void io_poll_execute(struct io_kiocb *req, int res) in io_poll_execute() [all …]
|
D | timeout.c | 38 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() 95 struct io_kiocb *req; in io_flush_killed_timeouts() local 108 static void io_kill_timeout(struct io_kiocb *req, struct list_head *list) in io_kill_timeout() 132 struct io_kiocb *req = cmd_to_io_kiocb(timeout); in io_flush_timeouts() local 173 static void io_fail_links(struct io_kiocb *req) in io_fail_links() 197 static inline void io_remove_next_linked(struct io_kiocb *req) in io_remove_next_linked() 205 void io_disarm_next(struct io_kiocb *req) in io_disarm_next() 231 struct io_kiocb *__io_disarm_linked_timeout(struct io_kiocb *req, in __io_disarm_linked_timeout() [all …]
|
D | xattr.c | 25 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() 76 int io_fgetxattr_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_fgetxattr_prep() 81 int io_getxattr_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_getxattr_prep() 103 int io_fgetxattr(struct io_kiocb *req, unsigned int issue_flags) in io_fgetxattr() 115 int io_getxattr(struct io_kiocb *req, unsigned int issue_flags) in io_getxattr() 128 static int __io_setxattr_prep(struct io_kiocb *req, in __io_setxattr_prep() 157 int io_setxattr_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_setxattr_prep() 179 int io_fsetxattr_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_fsetxattr_prep() [all …]
|
D | refs.h | 11 #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()
|
D | net.c | 93 int io_shutdown_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_shutdown_prep() 106 int io_shutdown(struct io_kiocb *req, unsigned int issue_flags) in io_shutdown() 139 static void io_netmsg_recycle(struct io_kiocb *req, unsigned int issue_flags) in io_netmsg_recycle() 157 static struct io_async_msghdr *io_msg_alloc_async(struct io_kiocb *req) in io_msg_alloc_async() 173 static void io_net_vec_assign(struct io_kiocb *req, struct io_async_msghdr *kmsg, in io_net_vec_assign() 185 static inline void io_mshot_prep_retry(struct io_kiocb *req, in io_mshot_prep_retry() 198 static int io_compat_msg_copy_hdr(struct io_kiocb *req, in io_compat_msg_copy_hdr() 250 static int io_msg_copy_hdr(struct io_kiocb *req, struct io_async_msghdr *iomsg, in io_msg_copy_hdr() 310 static int io_sendmsg_copy_hdr(struct io_kiocb *req, in io_sendmsg_copy_hdr() 345 void io_sendmsg_recvmsg_cleanup(struct io_kiocb *req) in io_sendmsg_recvmsg_cleanup() [all …]
|
/linux-6.14.4/drivers/crypto/marvell/cesa/ |
D | hash.c | 28 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 …]
|
D | cipher.c | 42 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.14.4/drivers/s390/scsi/ |
D | zfcp_fsf.c | 80 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.14.4/drivers/crypto/aspeed/ |
D | aspeed-hace-crypto.c | 67 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.14.4/net/sunrpc/ |
D | xprt.c | 81 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.14.4/drivers/net/ethernet/marvell/octeontx2/af/ |
D | mcs_rvu_if.c | 73 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.14.4/drivers/crypto/intel/keembay/ |
D | keembay-ocs-aes-core.c | 252 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.14.4/drivers/staging/greybus/ |
D | audio_apbridgea.c | 16 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 …]
|
D | audio_gb.c | 50 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.14.4/drivers/accel/ivpu/ |
D | ivpu_jsm_msg.c | 96 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_REGISTER_DB }; in ivpu_jsm_register_db() local 115 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_UNREGISTER_DB }; in ivpu_jsm_unregister_db() local 131 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_QUERY_ENGINE_HB }; in ivpu_jsm_get_heartbeat() local 154 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_ENGINE_RESET }; in ivpu_jsm_reset_engine() local 173 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_ENGINE_PREEMPT }; in ivpu_jsm_preempt_engine() local 193 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_DYNDBG_CONTROL }; in ivpu_jsm_dyndbg_control() local 211 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_TRACE_GET_CAPABILITY }; in ivpu_jsm_trace_get_capability() local 231 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_TRACE_SET_CONFIG }; in ivpu_jsm_trace_set_config() local 249 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_SSID_RELEASE }; in ivpu_jsm_context_release() local 265 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_PWR_D0I3_ENTER }; in ivpu_jsm_pwr_d0i3_enter() local [all …]
|
/linux-6.14.4/drivers/media/mc/ |
D | mc-request.c | 39 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 249 struct media_request *req; in media_request_get_by_fd() local 284 struct media_request *req; in media_request_alloc() local [all …]
|
/linux-6.14.4/net/handshake/ |
D | request.c | 66 static bool handshake_req_hash_add(struct handshake_req *req) in handshake_req_hash_add() 76 static void handshake_req_destroy(struct handshake_req *req) in handshake_req_destroy() 88 struct handshake_req *req; in handshake_sk_destruct() local 111 struct handshake_req *req; in handshake_req_alloc() local 137 void *handshake_req_private(struct handshake_req *req) in handshake_req_private() 144 struct handshake_req *req) in __add_pending_locked() 154 struct handshake_req *req) in __remove_pending_locked() 166 static bool remove_pending(struct handshake_net *hn, struct handshake_req *req) in remove_pending() 182 struct handshake_req *req, *pos; in handshake_req_next() local 222 int handshake_req_submit(struct socket *sock, struct handshake_req *req, in handshake_req_submit() [all …]
|
/linux-6.14.4/fs/nfs/ |
D | pagelist.c | 37 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.14.4/drivers/block/drbd/ |
D | drbd_req.c | 26 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.14.4/drivers/crypto/amcc/ |
D | crypto4xx_alg.c | 69 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 …]
|