/kernel/linux/linux-6.6/crypto/ |
H A D | gcm.c | 60 int (*complete)(struct aead_request *req, u32 flags); 82 static int crypto_rfc4543_copy_src_to_dst(struct aead_request *req, bool enc); 85 struct aead_request *req) in crypto_gcm_reqctx() 87 unsigned long align = crypto_aead_alignmask(crypto_aead_reqtfm(req)); in crypto_gcm_reqctx() 89 return (void *)PTR_ALIGN((u8 *)aead_request_ctx(req), align + 1); in crypto_gcm_reqctx() 105 struct skcipher_request req; in crypto_gcm_setkey() member 123 skcipher_request_set_tfm(&data->req, ctr); in crypto_gcm_setkey() 124 skcipher_request_set_callback(&data->req, CRYPTO_TFM_REQ_MAY_SLEEP | in crypto_gcm_setkey() 128 skcipher_request_set_crypt(&data->req, data->sg, data->sg, in crypto_gcm_setkey() 131 err = crypto_wait_req(crypto_skcipher_encrypt(&data->req), in crypto_gcm_setkey() 84 crypto_gcm_reqctx( struct aead_request *req) crypto_gcm_reqctx() argument 152 crypto_gcm_init_common(struct aead_request *req) crypto_gcm_init_common() argument 177 crypto_gcm_init_crypt(struct aead_request *req, unsigned int cryptlen) crypto_gcm_init_crypt() argument 202 gcm_hash_update(struct aead_request *req, crypto_completion_t compl, struct scatterlist *src, unsigned int len, u32 flags) gcm_hash_update() argument 216 gcm_hash_remain(struct aead_request *req, unsigned int remain, crypto_completion_t compl, u32 flags) gcm_hash_remain() argument 223 gcm_hash_len(struct aead_request *req, u32 flags) gcm_hash_len() argument 241 gcm_hash_len_continue(struct aead_request *req, u32 flags) gcm_hash_len_continue() argument 251 struct aead_request *req = data; gcm_hash_len_done() local 264 gcm_hash_crypt_remain_continue(struct aead_request *req, u32 flags) gcm_hash_crypt_remain_continue() argument 272 struct aead_request *req = data; gcm_hash_crypt_remain_done() local 285 gcm_hash_crypt_continue(struct aead_request *req, u32 flags) gcm_hash_crypt_continue() argument 302 struct aead_request *req = data; gcm_hash_crypt_done() local 315 gcm_hash_assoc_remain_continue(struct aead_request *req, u32 flags) gcm_hash_assoc_remain_continue() argument 330 struct aead_request *req = data; gcm_hash_assoc_remain_done() local 343 gcm_hash_assoc_continue(struct aead_request *req, u32 flags) gcm_hash_assoc_continue() argument 358 struct aead_request *req = data; gcm_hash_assoc_done() local 371 gcm_hash_init_continue(struct aead_request *req, u32 flags) gcm_hash_init_continue() argument 383 struct aead_request *req = data; gcm_hash_init_done() local 396 gcm_hash(struct aead_request *req, u32 flags) gcm_hash() argument 409 gcm_enc_copy_hash(struct aead_request *req, u32 flags) gcm_enc_copy_hash() argument 422 gcm_encrypt_continue(struct aead_request *req, u32 flags) gcm_encrypt_continue() argument 436 struct aead_request *req = data; gcm_encrypt_done() local 449 crypto_gcm_encrypt(struct aead_request *req) crypto_gcm_encrypt() argument 463 crypto_gcm_verify(struct aead_request *req) crypto_gcm_verify() argument 480 struct aead_request *req = data; gcm_decrypt_done() local 488 gcm_dec_hash_continue(struct aead_request *req, u32 flags) gcm_dec_hash_continue() argument 499 crypto_gcm_decrypt(struct aead_request *req) crypto_gcm_decrypt() argument 720 crypto_rfc4106_crypt(struct aead_request *req) crypto_rfc4106_crypt() argument 761 crypto_rfc4106_encrypt(struct aead_request *req) crypto_rfc4106_encrypt() argument 774 crypto_rfc4106_decrypt(struct aead_request *req) crypto_rfc4106_decrypt() argument 926 crypto_rfc4543_crypt(struct aead_request *req, bool enc) crypto_rfc4543_crypt() argument 957 crypto_rfc4543_copy_src_to_dst(struct aead_request *req, bool enc) crypto_rfc4543_copy_src_to_dst() argument 973 crypto_rfc4543_encrypt(struct aead_request *req) crypto_rfc4543_encrypt() argument 979 crypto_rfc4543_decrypt(struct aead_request *req) crypto_rfc4543_decrypt() argument [all...] |
/third_party/node/deps/uv/src/win/ |
H A D | getaddrinfo.c | 26 #include "req-inl.h" 84 uv_getaddrinfo_t* req; in uv__getaddrinfo_work() local 88 req = container_of(w, uv_getaddrinfo_t, work_req); in uv__getaddrinfo_work() 89 hints = req->addrinfow; in uv__getaddrinfo_work() 90 req->addrinfow = NULL; in uv__getaddrinfo_work() 91 err = GetAddrInfoW(req->node, req->service, hints, &req->addrinfow); in uv__getaddrinfo_work() 92 req->retcode = uv__getaddrinfo_translate_error(err); in uv__getaddrinfo_work() 106 uv_getaddrinfo_t* req; in uv__getaddrinfo_done() local 257 uv_getaddrinfo(uv_loop_t* loop, uv_getaddrinfo_t* req, uv_getaddrinfo_cb getaddrinfo_cb, const char* node, const char* service, const struct addrinfo* hints) uv_getaddrinfo() argument [all...] |
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
H A D | rga2_mmu_info.c | 338 int rga2_get_dma_info(struct rga2_reg *reg, struct rga2_req *req)
in rga2_get_dma_info() argument 356 src0 = &req->src;
in rga2_get_dma_info() 357 src1 = &req->src1;
in rga2_get_dma_info() 358 dst = &req->dst;
in rga2_get_dma_info() 359 els = &req->pat;
in rga2_get_dma_info() 362 mmu_flag = req->mmu_info.src0_mmu_flag;
in rga2_get_dma_info() 385 mmu_flag = req->mmu_info.src1_mmu_flag;
in rga2_get_dma_info() 409 mmu_flag = req->mmu_info.dst_mmu_flag;
in rga2_get_dma_info() 433 mmu_flag = req->mmu_info.els_mmu_flag;
in rga2_get_dma_info() 476 static int rga2_get_dma_info(struct rga2_reg *reg, struct rga2_req *req)
in rga2_get_dma_info() argument 982 rga2_mmu_flush_cache(struct rga2_reg *reg, struct rga2_req *req) rga2_mmu_flush_cache() argument 1050 rga2_mmu_info_BitBlt_mode(struct rga2_reg *reg, struct rga2_req *req) rga2_mmu_info_BitBlt_mode() argument 1235 rga2_mmu_info_color_palette_mode(struct rga2_reg *reg, struct rga2_req *req) rga2_mmu_info_color_palette_mode() argument 1376 rga2_mmu_info_color_fill_mode(struct rga2_reg *reg, struct rga2_req *req) rga2_mmu_info_color_fill_mode() argument 1458 rga2_mmu_info_update_palette_table_mode(struct rga2_reg *reg, struct rga2_req *req) rga2_mmu_info_update_palette_table_mode() argument 1552 rga2_set_mmu_info(struct rga2_reg *reg, struct rga2_req *req) rga2_set_mmu_info() argument [all...] |
/kernel/linux/linux-5.10/drivers/crypto/marvell/cesa/ |
H A D | hash.c | 27 struct ahash_request *req) in mv_cesa_ahash_req_iter_init() 29 struct mv_cesa_ahash_req *creq = ahash_request_ctx(req); in mv_cesa_ahash_req_iter_init() 30 unsigned int len = req->nbytes + creq->cache_ptr; in mv_cesa_ahash_req_iter_init() 36 mv_cesa_sg_dma_iter_init(&iter->src, req->src, DMA_TO_DEVICE); in mv_cesa_ahash_req_iter_init() 49 mv_cesa_ahash_dma_alloc_cache(struct mv_cesa_ahash_dma_req *req, gfp_t flags) in mv_cesa_ahash_dma_alloc_cache() argument 51 req->cache = dma_pool_alloc(cesa_dev->dma->cache_pool, flags, in mv_cesa_ahash_dma_alloc_cache() 52 &req->cache_dma); in mv_cesa_ahash_dma_alloc_cache() 53 if (!req->cache) in mv_cesa_ahash_dma_alloc_cache() 60 mv_cesa_ahash_dma_free_cache(struct mv_cesa_ahash_dma_req *req) in mv_cesa_ahash_dma_free_cache() argument 62 if (!req in mv_cesa_ahash_dma_free_cache() 26 mv_cesa_ahash_req_iter_init(struct mv_cesa_ahash_dma_iter *iter, struct ahash_request *req) mv_cesa_ahash_req_iter_init() argument 69 mv_cesa_ahash_dma_alloc_padding(struct mv_cesa_ahash_dma_req *req, gfp_t flags) mv_cesa_ahash_dma_alloc_padding() argument 83 mv_cesa_ahash_dma_free_padding(struct mv_cesa_ahash_dma_req *req) mv_cesa_ahash_dma_free_padding() argument 93 mv_cesa_ahash_dma_last_cleanup(struct ahash_request *req) mv_cesa_ahash_dma_last_cleanup() argument 100 mv_cesa_ahash_dma_cleanup(struct ahash_request *req) mv_cesa_ahash_dma_cleanup() argument 109 mv_cesa_ahash_cleanup(struct ahash_request *req) mv_cesa_ahash_cleanup() argument 117 mv_cesa_ahash_last_cleanup(struct ahash_request *req) mv_cesa_ahash_last_cleanup() argument 157 mv_cesa_ahash_std_step(struct ahash_request *req) mv_cesa_ahash_std_step() argument 260 mv_cesa_ahash_std_process(struct ahash_request *req, u32 status) mv_cesa_ahash_std_process() argument 271 mv_cesa_ahash_dma_prepare(struct ahash_request *req) mv_cesa_ahash_dma_prepare() argument 279 mv_cesa_ahash_std_prepare(struct ahash_request *req) mv_cesa_ahash_std_prepare() argument 287 mv_cesa_ahash_dma_step(struct ahash_request *req) mv_cesa_ahash_dma_step() argument 306 mv_cesa_ahash_step(struct crypto_async_request *req) mv_cesa_ahash_step() argument 317 mv_cesa_ahash_process(struct crypto_async_request *req, u32 status) mv_cesa_ahash_process() argument 328 mv_cesa_ahash_complete(struct crypto_async_request *req) mv_cesa_ahash_complete() argument 378 mv_cesa_ahash_prepare(struct crypto_async_request *req, struct mv_cesa_engine *engine) mv_cesa_ahash_prepare() argument 392 mv_cesa_ahash_req_cleanup(struct crypto_async_request *req) mv_cesa_ahash_req_cleanup() argument 416 mv_cesa_ahash_init(struct ahash_request *req, struct mv_cesa_op_ctx *tmpl, bool algo_le) mv_cesa_ahash_init() argument 445 mv_cesa_ahash_cache_req(struct ahash_request *req) mv_cesa_ahash_cache_req() argument 603 mv_cesa_ahash_dma_req_init(struct ahash_request *req) mv_cesa_ahash_dma_req_init() argument 737 mv_cesa_ahash_req_init(struct ahash_request *req, bool *cached) mv_cesa_ahash_req_init() argument 758 mv_cesa_ahash_queue_req(struct ahash_request *req) mv_cesa_ahash_queue_req() argument 783 mv_cesa_ahash_update(struct ahash_request *req) mv_cesa_ahash_update() argument 792 mv_cesa_ahash_final(struct ahash_request *req) mv_cesa_ahash_final() argument 804 mv_cesa_ahash_finup(struct ahash_request *req) mv_cesa_ahash_finup() argument 816 mv_cesa_ahash_export(struct ahash_request *req, void *hash, u64 *len, void *cache) mv_cesa_ahash_export() argument 834 mv_cesa_ahash_import(struct ahash_request *req, const void *hash, u64 len, const void *cache) mv_cesa_ahash_import() argument 868 mv_cesa_md5_init(struct ahash_request *req) mv_cesa_md5_init() argument 885 mv_cesa_md5_export(struct ahash_request *req, void *out) mv_cesa_md5_export() argument 893 mv_cesa_md5_import(struct ahash_request *req, const void *in) mv_cesa_md5_import() argument 901 mv_cesa_md5_digest(struct ahash_request *req) mv_cesa_md5_digest() argument 938 mv_cesa_sha1_init(struct ahash_request *req) mv_cesa_sha1_init() argument 956 mv_cesa_sha1_export(struct ahash_request *req, void *out) mv_cesa_sha1_export() argument 964 mv_cesa_sha1_import(struct ahash_request *req, const void *in) mv_cesa_sha1_import() argument 972 mv_cesa_sha1_digest(struct ahash_request *req) mv_cesa_sha1_digest() argument 1009 mv_cesa_sha256_init(struct ahash_request *req) mv_cesa_sha256_init() argument 1030 mv_cesa_sha256_digest(struct ahash_request *req) mv_cesa_sha256_digest() argument 1041 mv_cesa_sha256_export(struct ahash_request *req, void *out) mv_cesa_sha256_export() argument 1049 mv_cesa_sha256_import(struct ahash_request *req, const void *in) mv_cesa_sha256_import() argument 1088 mv_cesa_hmac_ahash_complete(struct crypto_async_request *req, int error) mv_cesa_hmac_ahash_complete() argument 1100 mv_cesa_ahmac_iv_state_init(struct ahash_request *req, u8 *pad, void *state, unsigned int blocksize) mv_cesa_ahmac_iv_state_init() argument 1132 mv_cesa_ahmac_pad_init(struct ahash_request *req, const u8 *key, unsigned int keylen, u8 *ipad, u8 *opad, unsigned int blocksize) mv_cesa_ahmac_pad_init() argument 1187 struct ahash_request *req; mv_cesa_ahmac_setkey() local 1247 mv_cesa_ahmac_md5_init(struct ahash_request *req) mv_cesa_ahmac_md5_init() argument 1280 mv_cesa_ahmac_md5_digest(struct ahash_request *req) mv_cesa_ahmac_md5_digest() argument 1318 mv_cesa_ahmac_sha1_init(struct ahash_request *req) mv_cesa_ahmac_sha1_init() argument 1351 mv_cesa_ahmac_sha1_digest(struct ahash_request *req) mv_cesa_ahmac_sha1_digest() argument 1409 mv_cesa_ahmac_sha256_init(struct ahash_request *req) mv_cesa_ahmac_sha256_init() argument 1422 mv_cesa_ahmac_sha256_digest(struct ahash_request *req) mv_cesa_ahmac_sha256_digest() argument [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | ipsec.c | 185 printk("req buf is too small: %zu < %zu", req_sz, nl_size); in rtattr_pack() 277 } req; in veth_add() local 281 memset(&req, 0, sizeof(req)); in veth_add() 282 req.nh.nlmsg_len = NLMSG_LENGTH(sizeof(req.info)); in veth_add() 283 req.nh.nlmsg_type = RTM_NEWLINK; in veth_add() 284 req.nh.nlmsg_flags = flags; in veth_add() 285 req.nh.nlmsg_seq = seq; in veth_add() 286 req in veth_add() 327 } req; ip4_addr_set() local 367 } req; link_set_up() local 394 } req; ip4_route_set() local 934 } req; xfrm_state_add() local 1022 } req; xfrm_state_check() local 1116 } req; xfrm_policy_add() local 1191 } req; xfrm_policy_del() local 1241 } req; xfrm_state_del() local 1291 } req; xfrm_state_allocspi() local 1385 } req; xfrm_monitor_acquire() local 1455 } req; xfrm_expire_state() local 1527 } req; xfrm_expire_policy() local [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | user_sdma.c | 79 static int user_sdma_send_pkts(struct user_sdma_request *req, u16 maxpkts); 82 static void user_sdma_free_request(struct user_sdma_request *req); 83 static int check_header_template(struct user_sdma_request *req, 86 static int set_txreq_header(struct user_sdma_request *req, 88 static int set_txreq_header_ahg(struct user_sdma_request *req, 116 static int add_system_pages_to_sdma_packet(struct user_sdma_request *req, 351 struct user_sdma_request *req; in hfi1_user_sdma_process_request() local 358 if (iovec[idx].iov_len < sizeof(info) + sizeof(req->hdr)) { in hfi1_user_sdma_process_request() 363 iovec[idx].iov_len, sizeof(info) + sizeof(req->hdr)); in hfi1_user_sdma_process_request() 413 req in hfi1_user_sdma_process_request() 631 compute_data_length(struct user_sdma_request *req, struct user_sdma_txreq *tx) compute_data_length() argument 700 user_sdma_txadd_ahg(struct user_sdma_request *req, struct user_sdma_txreq *tx, u32 datalen) user_sdma_txadd_ahg() argument 736 user_sdma_send_pkts(struct user_sdma_request *req, u16 maxpkts) user_sdma_send_pkts() argument 915 check_header_template(struct user_sdma_request *req, struct hfi1_pkt_header *hdr, u32 lrhlen, u32 datalen) check_header_template() argument 985 set_txreq_header(struct user_sdma_request *req, struct user_sdma_txreq *tx, u32 datalen) set_txreq_header() argument 1099 set_txreq_header_ahg(struct user_sdma_request *req, struct user_sdma_txreq *tx, u32 datalen) set_txreq_header_ahg() argument 1230 struct user_sdma_request *req; user_sdma_txreq_cb() local 1267 user_sdma_free_request(struct user_sdma_request *req) user_sdma_free_request() argument 1342 pin_system_pages(struct user_sdma_request *req, uintptr_t start_address, size_t length, struct sdma_mmu_node *node, int npages) pin_system_pages() argument 1395 add_system_pinning(struct user_sdma_request *req, struct sdma_mmu_node **node_p, unsigned long start, unsigned long len) add_system_pinning() argument 1430 get_system_cache_entry(struct user_sdma_request *req, struct sdma_mmu_node **node_p, size_t req_start, size_t req_len) get_system_cache_entry() argument 1511 add_mapping_to_sdma_packet(struct user_sdma_request *req, struct user_sdma_txreq *tx, struct sdma_mmu_node *cache_entry, size_t start, size_t from_this_cache_entry) add_mapping_to_sdma_packet() argument 1576 add_system_iovec_to_sdma_packet(struct user_sdma_request *req, struct user_sdma_txreq *tx, struct user_sdma_iovec *iovec, size_t from_this_iovec) add_system_iovec_to_sdma_packet() argument 1621 add_system_pages_to_sdma_packet(struct user_sdma_request *req, struct user_sdma_txreq *tx, struct user_sdma_iovec *iovec, u32 *pkt_data_remaining) add_system_pages_to_sdma_packet() argument [all...] |
/kernel/linux/linux-6.6/io_uring/ |
H A D | io_uring.h | 43 * removed and the result is set on req->cqe.res. 49 void io_req_cqe_overflow(struct io_kiocb *req); 51 void io_req_defer_failed(struct io_kiocb *req, s32 res); 52 void io_req_complete_post(struct io_kiocb *req, unsigned issue_flags); 54 bool io_fill_cqe_req_aux(struct io_kiocb *req, bool defer, s32 res, u32 cflags); 59 struct file *io_file_get_normal(struct io_kiocb *req, int fd); 60 struct file *io_file_get_fixed(struct io_kiocb *req, int fd, 63 void __io_req_task_work_add(struct io_kiocb *req, unsigned flags); 64 bool io_alloc_async_data(struct io_kiocb *req); 65 void io_req_task_queue(struct io_kiocb *req); 126 io_req_task_work_add(struct io_kiocb *req) io_req_task_work_add() argument 157 io_fill_cqe_req(struct io_ring_ctx *ctx, struct io_kiocb *req) io_fill_cqe_req() argument 183 req_set_fail(struct io_kiocb *req) req_set_fail() argument 192 io_req_set_res(struct io_kiocb *req, s32 res, u32 cflags) io_req_set_res() argument 198 req_has_async_data(struct io_kiocb *req) req_has_async_data() argument 203 io_put_file(struct io_kiocb *req) io_put_file() argument 358 struct io_kiocb *req; io_extract_req() local 365 io_alloc_req(struct io_ring_ctx *ctx, struct io_kiocb **req) io_alloc_req() argument 386 io_req_queue_tw_complete(struct io_kiocb *req, s32 res) io_req_queue_tw_complete() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | http_server.c | 30 void (*cb)(void *ctx, struct http_request *req); 44 struct http_request *req = cookie; in http_request_cb() local 45 struct http_server *srv = req->srv; in http_request_cb() 49 inet_ntoa(req->cli.sin_addr), in http_request_cb() 50 ntohs(req->cli.sin_port)); in http_request_cb() 51 srv->cb(srv->cb_ctx, req); in http_request_cb() 55 "completely", inet_ntoa(req->cli.sin_addr), in http_request_cb() 56 ntohs(req->cli.sin_port)); in http_request_cb() 57 http_request_deinit(req); in http_request_cb() 64 struct http_request *req; in http_request_init() local 91 http_request_deinit(struct http_request *req) http_request_deinit() argument 121 http_request_free_all(struct http_request *req) http_request_free_all() argument 132 http_request_send(struct http_request *req, struct wpabuf *resp) http_request_send() argument 155 http_request_send_and_deinit(struct http_request *req, struct wpabuf *resp) http_request_send_and_deinit() argument 163 http_request_get_type(struct http_request *req) http_request_get_type() argument 169 http_request_get_uri(struct http_request *req) http_request_get_uri() argument 175 http_request_get_hdr(struct http_request *req) http_request_get_hdr() argument 181 http_request_get_data(struct http_request *req) http_request_get_data() argument 187 http_request_get_hdr_line(struct http_request *req, const char *tag) http_request_get_hdr_line() argument 193 http_request_get_cli_addr(struct http_request *req) http_request_get_cli_addr() argument 205 struct http_request *req; http_server_cb() local 228 http_server_init(struct in_addr *addr, int port, void (*cb)(void *ctx, struct http_request *req), void *cb_ctx) http_server_init() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | http_server.c | 30 void (*cb)(void *ctx, struct http_request *req); 44 struct http_request *req = cookie; in http_request_cb() local 45 struct http_server *srv = req->srv; in http_request_cb() 49 inet_ntoa(req->cli.sin_addr), in http_request_cb() 50 ntohs(req->cli.sin_port)); in http_request_cb() 51 srv->cb(srv->cb_ctx, req); in http_request_cb() 55 "completely", inet_ntoa(req->cli.sin_addr), in http_request_cb() 56 ntohs(req->cli.sin_port)); in http_request_cb() 57 http_request_deinit(req); in http_request_cb() 64 struct http_request *req; in http_request_init() local 91 http_request_deinit(struct http_request *req) http_request_deinit() argument 121 http_request_free_all(struct http_request *req) http_request_free_all() argument 132 http_request_send(struct http_request *req, struct wpabuf *resp) http_request_send() argument 155 http_request_send_and_deinit(struct http_request *req, struct wpabuf *resp) http_request_send_and_deinit() argument 163 http_request_get_type(struct http_request *req) http_request_get_type() argument 169 http_request_get_uri(struct http_request *req) http_request_get_uri() argument 175 http_request_get_hdr(struct http_request *req) http_request_get_hdr() argument 181 http_request_get_data(struct http_request *req) http_request_get_data() argument 187 http_request_get_hdr_line(struct http_request *req, const char *tag) http_request_get_hdr_line() argument 193 http_request_get_cli_addr(struct http_request *req) http_request_get_cli_addr() argument 205 struct http_request *req; http_server_cb() local 228 http_server_init(struct in_addr *addr, int port, void (*cb)(void *ctx, struct http_request *req), void *cb_ctx) http_server_init() argument [all...] |
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | passthru.c | 23 static u16 nvmet_passthru_override_id_ctrl(struct nvmet_req *req) in nvmet_passthru_override_id_ctrl() argument 25 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_passthru_override_id_ctrl() 36 status = nvmet_copy_from_sgl(req, 0, id, sizeof(*id)); in nvmet_passthru_override_id_ctrl() 86 if (req->port->inline_data_size) in nvmet_passthru_override_id_ctrl() 100 req->port->inline_data_size) / 16); in nvmet_passthru_override_id_ctrl() 111 status = nvmet_copy_to_sgl(req, 0, id, sizeof(struct nvme_id_ctrl)); in nvmet_passthru_override_id_ctrl() 118 static u16 nvmet_passthru_override_id_ns(struct nvmet_req *req) in nvmet_passthru_override_id_ns() argument 128 status = nvmet_copy_from_sgl(req, 0, id, sizeof(struct nvme_id_ns)); in nvmet_passthru_override_id_ns() 145 status = nvmet_copy_to_sgl(req, 0, id, sizeof(*id)); in nvmet_passthru_override_id_ns() 154 struct nvmet_req *req in nvmet_passthru_execute_cmd_work() local 181 struct nvmet_req *req = rq->end_io_data; nvmet_passthru_req_done() local 188 nvmet_passthru_map_sg(struct nvmet_req *req, struct request *rq) nvmet_passthru_map_sg() argument 224 nvmet_passthru_execute_cmd(struct nvmet_req *req) nvmet_passthru_execute_cmd() argument 297 nvmet_passthru_set_host_behaviour(struct nvmet_req *req) nvmet_passthru_set_host_behaviour() argument 328 nvmet_setup_passthru_command(struct nvmet_req *req) nvmet_setup_passthru_command() argument 335 nvmet_parse_passthru_io_cmd(struct nvmet_req *req) nvmet_parse_passthru_io_cmd() argument 364 nvmet_passthru_get_set_features(struct nvmet_req *req) nvmet_passthru_get_set_features() argument 409 nvmet_parse_passthru_admin_cmd(struct nvmet_req *req) nvmet_parse_passthru_admin_cmd() argument [all...] |
/kernel/linux/linux-6.6/drivers/crypto/marvell/cesa/ |
H A D | hash.c | 28 struct ahash_request *req) in mv_cesa_ahash_req_iter_init() 30 struct mv_cesa_ahash_req *creq = ahash_request_ctx(req); in mv_cesa_ahash_req_iter_init() 31 unsigned int len = req->nbytes + creq->cache_ptr; in mv_cesa_ahash_req_iter_init() 37 mv_cesa_sg_dma_iter_init(&iter->src, req->src, DMA_TO_DEVICE); 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() argument 52 req->cache = dma_pool_alloc(cesa_dev->dma->cache_pool, flags, in mv_cesa_ahash_dma_alloc_cache() 53 &req->cache_dma); in mv_cesa_ahash_dma_alloc_cache() 54 if (!req->cache) 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() argument 63 if (!req in mv_cesa_ahash_dma_free_cache() 27 mv_cesa_ahash_req_iter_init(struct mv_cesa_ahash_dma_iter *iter, struct ahash_request *req) mv_cesa_ahash_req_iter_init() argument 70 mv_cesa_ahash_dma_alloc_padding(struct mv_cesa_ahash_dma_req *req, gfp_t flags) mv_cesa_ahash_dma_alloc_padding() argument 84 mv_cesa_ahash_dma_free_padding(struct mv_cesa_ahash_dma_req *req) mv_cesa_ahash_dma_free_padding() argument 94 mv_cesa_ahash_dma_last_cleanup(struct ahash_request *req) mv_cesa_ahash_dma_last_cleanup() argument 101 mv_cesa_ahash_dma_cleanup(struct ahash_request *req) mv_cesa_ahash_dma_cleanup() argument 110 mv_cesa_ahash_cleanup(struct ahash_request *req) mv_cesa_ahash_cleanup() argument 118 mv_cesa_ahash_last_cleanup(struct ahash_request *req) mv_cesa_ahash_last_cleanup() argument 158 mv_cesa_ahash_std_step(struct ahash_request *req) mv_cesa_ahash_std_step() argument 284 mv_cesa_ahash_std_process(struct ahash_request *req, u32 status) mv_cesa_ahash_std_process() argument 295 mv_cesa_ahash_dma_prepare(struct ahash_request *req) mv_cesa_ahash_dma_prepare() argument 303 mv_cesa_ahash_std_prepare(struct ahash_request *req) mv_cesa_ahash_std_prepare() argument 311 mv_cesa_ahash_dma_step(struct ahash_request *req) mv_cesa_ahash_dma_step() argument 330 mv_cesa_ahash_step(struct crypto_async_request *req) mv_cesa_ahash_step() argument 341 mv_cesa_ahash_process(struct crypto_async_request *req, u32 status) mv_cesa_ahash_process() argument 352 mv_cesa_ahash_complete(struct crypto_async_request *req) mv_cesa_ahash_complete() argument 402 mv_cesa_ahash_prepare(struct crypto_async_request *req, struct mv_cesa_engine *engine) mv_cesa_ahash_prepare() argument 416 mv_cesa_ahash_req_cleanup(struct crypto_async_request *req) mv_cesa_ahash_req_cleanup() argument 440 mv_cesa_ahash_init(struct ahash_request *req, struct mv_cesa_op_ctx *tmpl, bool algo_le) mv_cesa_ahash_init() argument 469 mv_cesa_ahash_cache_req(struct ahash_request *req) mv_cesa_ahash_cache_req() argument 627 mv_cesa_ahash_dma_req_init(struct ahash_request *req) mv_cesa_ahash_dma_req_init() argument 761 mv_cesa_ahash_req_init(struct ahash_request *req, bool *cached) mv_cesa_ahash_req_init() argument 782 mv_cesa_ahash_queue_req(struct ahash_request *req) mv_cesa_ahash_queue_req() argument 807 mv_cesa_ahash_update(struct ahash_request *req) mv_cesa_ahash_update() argument 816 mv_cesa_ahash_final(struct ahash_request *req) mv_cesa_ahash_final() argument 828 mv_cesa_ahash_finup(struct ahash_request *req) mv_cesa_ahash_finup() argument 840 mv_cesa_ahash_export(struct ahash_request *req, void *hash, u64 *len, void *cache) mv_cesa_ahash_export() argument 858 mv_cesa_ahash_import(struct ahash_request *req, const void *hash, u64 len, const void *cache) mv_cesa_ahash_import() argument 892 mv_cesa_md5_init(struct ahash_request *req) mv_cesa_md5_init() argument 909 mv_cesa_md5_export(struct ahash_request *req, void *out) mv_cesa_md5_export() argument 917 mv_cesa_md5_import(struct ahash_request *req, const void *in) mv_cesa_md5_import() argument 925 mv_cesa_md5_digest(struct ahash_request *req) mv_cesa_md5_digest() argument 962 mv_cesa_sha1_init(struct ahash_request *req) mv_cesa_sha1_init() argument 980 mv_cesa_sha1_export(struct ahash_request *req, void *out) mv_cesa_sha1_export() argument 988 mv_cesa_sha1_import(struct ahash_request *req, const void *in) mv_cesa_sha1_import() argument 996 mv_cesa_sha1_digest(struct ahash_request *req) mv_cesa_sha1_digest() argument 1033 mv_cesa_sha256_init(struct ahash_request *req) mv_cesa_sha256_init() argument 1054 mv_cesa_sha256_digest(struct ahash_request *req) mv_cesa_sha256_digest() argument 1065 mv_cesa_sha256_export(struct ahash_request *req, void *out) mv_cesa_sha256_export() argument 1073 mv_cesa_sha256_import(struct ahash_request *req, const void *in) mv_cesa_sha256_import() argument 1107 mv_cesa_ahmac_iv_state_init(struct ahash_request *req, u8 *pad, void *state, unsigned int blocksize) mv_cesa_ahmac_iv_state_init() argument 1136 mv_cesa_ahmac_pad_init(struct ahash_request *req, const u8 *key, unsigned int keylen, u8 *ipad, u8 *opad, unsigned int blocksize) mv_cesa_ahmac_pad_init() argument 1186 struct ahash_request *req; mv_cesa_ahmac_setkey() local 1246 mv_cesa_ahmac_md5_init(struct ahash_request *req) mv_cesa_ahmac_md5_init() argument 1279 mv_cesa_ahmac_md5_digest(struct ahash_request *req) mv_cesa_ahmac_md5_digest() argument 1317 mv_cesa_ahmac_sha1_init(struct ahash_request *req) mv_cesa_ahmac_sha1_init() argument 1350 mv_cesa_ahmac_sha1_digest(struct ahash_request *req) mv_cesa_ahmac_sha1_digest() argument 1408 mv_cesa_ahmac_sha256_init(struct ahash_request *req) mv_cesa_ahmac_sha256_init() argument 1421 mv_cesa_ahmac_sha256_digest(struct ahash_request *req) mv_cesa_ahmac_sha256_digest() argument [all...] |
/kernel/linux/linux-6.6/include/net/ |
H A D | request_sock.h | 33 struct request_sock *req); 35 struct request_sock *req); 38 void (*destructor)(struct request_sock *req); 39 void (*syn_ack_timeout)(const struct request_sock *req); 42 int inet_rtx_syn_ack(const struct sock *parent, struct request_sock *req); 81 static inline struct sock *req_to_sk(struct request_sock *req) in req_to_sk() argument 83 return (struct sock *)req; in req_to_sk() 90 struct request_sock *req; in reqsk_alloc() local 92 req = kmem_cache_alloc(ops->slab, GFP_ATOMIC | __GFP_NOWARN); in reqsk_alloc() 93 if (!req) in reqsk_alloc() 117 __reqsk_free(struct request_sock *req) __reqsk_free() argument 126 reqsk_free(struct request_sock *req) reqsk_free() argument 132 reqsk_put(struct request_sock *req) reqsk_put() argument 203 struct request_sock *req; reqsk_queue_remove() local 217 reqsk_queue_removed(struct request_sock_queue *queue, const struct request_sock *req) reqsk_queue_removed() argument [all...] |
/third_party/lzma/Asm/arm64/ |
H A D | 7zAsm.S | 41 .macro p2_add reg:req, param:req
45 .macro p2_sub reg:req, param:req
49 .macro p2_sub_s reg:req, param:req
53 .macro p2_and reg:req, param:req
57 .macro xor reg:req, param:req
[all...] |
/third_party/libuv/test/ |
H A D | test-fs.c | 172 uv_fs_t req; in check_permission() local 175 r = uv_fs_stat(NULL, &req, filename, NULL); in check_permission() 177 ASSERT_OK(req.result); in check_permission() 179 s = &req.statbuf; in check_permission() 190 uv_fs_req_cleanup(&req); in check_permission() 194 static void dummy_cb(uv_fs_t* req) { in dummy_cb() argument 195 (void) req; in dummy_cb() 200 static void link_cb(uv_fs_t* req) { in link_cb() argument 201 ASSERT_EQ(req->fs_type, UV_FS_LINK); in link_cb() 202 ASSERT_OK(req in link_cb() 208 symlink_cb(uv_fs_t* req) symlink_cb() argument 215 readlink_cb(uv_fs_t* req) readlink_cb() argument 224 realpath_cb(uv_fs_t* req) realpath_cb() argument 243 access_cb(uv_fs_t* req) access_cb() argument 250 fchmod_cb(uv_fs_t* req) fchmod_cb() argument 259 chmod_cb(uv_fs_t* req) chmod_cb() argument 268 fchown_cb(uv_fs_t* req) fchown_cb() argument 276 chown_cb(uv_fs_t* req) chown_cb() argument 283 lchown_cb(uv_fs_t* req) lchown_cb() argument 290 chown_root_cb(uv_fs_t* req) chown_root_cb() argument 319 unlink_cb(uv_fs_t* req) unlink_cb() argument 327 fstat_cb(uv_fs_t* req) fstat_cb() argument 337 statfs_cb(uv_fs_t* req) statfs_cb() argument 370 close_cb(uv_fs_t* req) close_cb() argument 384 ftruncate_cb(uv_fs_t* req) ftruncate_cb() argument 395 fail_cb(uv_fs_t* req) fail_cb() argument 399 read_cb(uv_fs_t* req) read_cb() argument 418 open_cb(uv_fs_t* req) open_cb() argument 438 open_cb_simple(uv_fs_t* req) open_cb_simple() argument 450 fsync_cb(uv_fs_t* req) fsync_cb() argument 462 fdatasync_cb(uv_fs_t* req) fdatasync_cb() argument 474 write_cb(uv_fs_t* req) write_cb() argument 486 create_cb(uv_fs_t* req) create_cb() argument 499 rename_cb(uv_fs_t* req) rename_cb() argument 508 mkdir_cb(uv_fs_t* req) mkdir_cb() argument 519 check_mkdtemp_result(uv_fs_t* req) check_mkdtemp_result() argument 538 mkdtemp_cb(uv_fs_t* req) mkdtemp_cb() argument 545 check_mkstemp_result(uv_fs_t* req) check_mkstemp_result() argument 564 mkstemp_cb(uv_fs_t* req) mkstemp_cb() argument 571 rmdir_cb(uv_fs_t* req) rmdir_cb() argument 604 scandir_cb(uv_fs_t* req) scandir_cb() argument 623 empty_scandir_cb(uv_fs_t* req) empty_scandir_cb() argument 635 non_existent_scandir_cb(uv_fs_t* req) non_existent_scandir_cb() argument 648 file_scandir_cb(uv_fs_t* req) file_scandir_cb() argument 658 stat_cb(uv_fs_t* req) stat_cb() argument 668 stat_batch_cb(uv_fs_t* req) stat_batch_cb() argument 678 sendfile_cb(uv_fs_t* req) sendfile_cb() argument 687 sendfile_nodata_cb(uv_fs_t* req) sendfile_nodata_cb() argument 696 open_noent_cb(uv_fs_t* req) open_noent_cb() argument 703 open_nametoolong_cb(uv_fs_t* req) open_nametoolong_cb() argument 710 open_loop_cb(uv_fs_t* req) open_loop_cb() argument 719 uv_fs_t req; TEST_IMPL() local 744 uv_fs_t req; TEST_IMPL() local 770 uv_fs_t req; TEST_IMPL() local 816 uv_fs_t req; check_utime() local 872 utime_cb(uv_fs_t* req) utime_cb() argument 887 futime_cb(uv_fs_t* req) futime_cb() argument 902 lutime_cb(uv_fs_t* req) lutime_cb() argument 1208 uv_fs_t req; test_sendfile() local 1337 uv_fs_t req; TEST_IMPL() local 1403 uv_fs_t req; TEST_IMPL() local 1568 uv_fs_t req; TEST_IMPL() local 1606 uv_fs_t req; TEST_IMPL() local 1682 uv_fs_t req; TEST_IMPL() local 1780 uv_fs_t req; TEST_IMPL() local 1837 uv_fs_t req; TEST_IMPL() local 1893 uv_fs_t req; TEST_IMPL() local 1986 uv_fs_t req; TEST_IMPL() local 2073 uv_fs_t req; TEST_IMPL() local 2092 uv_fs_t req; TEST_IMPL() local 2125 uv_fs_t req; TEST_IMPL() local 2147 uv_fs_t req; TEST_IMPL() local 2314 uv_fs_t req; test_symlink_dir_impl() local 2469 uv_fs_t req; TEST_IMPL() local 2575 uv_fs_t req; TEST_IMPL() local 2626 uv_fs_t req; TEST_IMPL() local 2673 uv_fs_t req; TEST_IMPL() local 2748 uv_fs_t req; TEST_IMPL() local 2812 uv_fs_t req; TEST_IMPL() local 2883 uv_fs_t req; TEST_IMPL() local 2900 uv_fs_t req; TEST_IMPL() local 2937 uv_fs_t req; TEST_IMPL() local 2994 uv_fs_t req; TEST_IMPL() local 3011 uv_fs_t req; TEST_IMPL() local 4393 uv_fs_t req; TEST_IMPL() local 4469 uv_fs_t req; TEST_IMPL() local 4515 uv_fs_t req; TEST_IMPL() local 4528 uv_fs_t req; TEST_IMPL() local 4550 uv_fs_t req; TEST_IMPL() local 4569 uv_fs_t req[300]; TEST_IMPL() local [all...] |
/kernel/linux/linux-5.10/drivers/base/power/ |
H A D | qos.c | 143 * @req: Constraint request to apply 150 static int apply_constraint(struct dev_pm_qos_request *req, in apply_constraint() argument 153 struct dev_pm_qos *qos = req->dev->power.qos; in apply_constraint() 156 switch(req->type) { in apply_constraint() 162 &req->data.pnode, action, value); in apply_constraint() 166 &req->data.pnode, action, value); in apply_constraint() 169 req->dev->power.set_latency_tolerance(req->dev, value); in apply_constraint() 174 ret = freq_qos_apply(&req->data.freq, action, value); in apply_constraint() 177 ret = pm_qos_update_flags(&qos->flags, &req in apply_constraint() 249 struct dev_pm_qos_request *req, *tmp; dev_pm_qos_constraints_destroy() local 328 __dev_pm_qos_add_request(struct device *dev, struct dev_pm_qos_request *req, enum dev_pm_qos_req_type type, s32 value) __dev_pm_qos_add_request() argument 388 dev_pm_qos_add_request(struct device *dev, struct dev_pm_qos_request *req, enum dev_pm_qos_req_type type, s32 value) dev_pm_qos_add_request() argument 405 __dev_pm_qos_update_request(struct dev_pm_qos_request *req, s32 new_value) __dev_pm_qos_update_request() argument 463 dev_pm_qos_update_request(struct dev_pm_qos_request *req, s32 new_value) dev_pm_qos_update_request() argument 474 __dev_pm_qos_remove_request(struct dev_pm_qos_request *req) __dev_pm_qos_remove_request() argument 510 dev_pm_qos_remove_request(struct dev_pm_qos_request *req) dev_pm_qos_remove_request() argument 628 dev_pm_qos_add_ancestor_request(struct device *dev, struct dev_pm_qos_request *req, enum dev_pm_qos_req_type type, s32 value) dev_pm_qos_add_ancestor_request() argument 662 struct dev_pm_qos_request *req = NULL; __dev_pm_qos_drop_user_request() local 700 struct dev_pm_qos_request *req; dev_pm_qos_expose_latency_limit() local 776 struct dev_pm_qos_request *req; dev_pm_qos_expose_flags() local 912 struct dev_pm_qos_request *req; dev_pm_qos_update_user_latency_tolerance() local [all...] |
/kernel/linux/linux-6.6/drivers/base/power/ |
H A D | qos.c | 143 * @req: Constraint request to apply 150 static int apply_constraint(struct dev_pm_qos_request *req, in apply_constraint() argument 153 struct dev_pm_qos *qos = req->dev->power.qos; in apply_constraint() 156 switch(req->type) { in apply_constraint() 162 &req->data.pnode, action, value); in apply_constraint() 166 &req->data.pnode, action, value); in apply_constraint() 169 req->dev->power.set_latency_tolerance(req->dev, value); in apply_constraint() 174 ret = freq_qos_apply(&req->data.freq, action, value); in apply_constraint() 177 ret = pm_qos_update_flags(&qos->flags, &req in apply_constraint() 249 struct dev_pm_qos_request *req, *tmp; dev_pm_qos_constraints_destroy() local 328 __dev_pm_qos_add_request(struct device *dev, struct dev_pm_qos_request *req, enum dev_pm_qos_req_type type, s32 value) __dev_pm_qos_add_request() argument 388 dev_pm_qos_add_request(struct device *dev, struct dev_pm_qos_request *req, enum dev_pm_qos_req_type type, s32 value) dev_pm_qos_add_request() argument 405 __dev_pm_qos_update_request(struct dev_pm_qos_request *req, s32 new_value) __dev_pm_qos_update_request() argument 463 dev_pm_qos_update_request(struct dev_pm_qos_request *req, s32 new_value) dev_pm_qos_update_request() argument 474 __dev_pm_qos_remove_request(struct dev_pm_qos_request *req) __dev_pm_qos_remove_request() argument 510 dev_pm_qos_remove_request(struct dev_pm_qos_request *req) dev_pm_qos_remove_request() argument 628 dev_pm_qos_add_ancestor_request(struct device *dev, struct dev_pm_qos_request *req, enum dev_pm_qos_req_type type, s32 value) dev_pm_qos_add_ancestor_request() argument 662 struct dev_pm_qos_request *req = NULL; __dev_pm_qos_drop_user_request() local 700 struct dev_pm_qos_request *req; dev_pm_qos_expose_latency_limit() local 776 struct dev_pm_qos_request *req; dev_pm_qos_expose_flags() local 912 struct dev_pm_qos_request *req; dev_pm_qos_update_user_latency_tolerance() local [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/ |
H A D | ec168.c | 14 static int ec168_ctrl_msg(struct dvb_usb_device *d, struct ec168_req *req) in ec168_ctrl_msg() argument 21 switch (req->cmd) { in ec168_ctrl_msg() 27 request = req->cmd; in ec168_ctrl_msg() 31 request = req->cmd; in ec168_ctrl_msg() 51 KBUILD_MODNAME, req->cmd); in ec168_ctrl_msg() 56 buf = kmalloc(req->size, GFP_KERNEL); in ec168_ctrl_msg() 64 memcpy(buf, req->data, req->size); in ec168_ctrl_msg() 73 ret = usb_control_msg(d->udev, pipe, request, requesttype, req->value, in ec168_ctrl_msg() 74 req in ec168_ctrl_msg() 105 struct ec168_req req; ec168_i2c_xfer() local 189 struct ec168_req req = {GET_CONFIG, 0, 1, sizeof(reply), &reply}; ec168_identify_state() local 213 struct ec168_req req = {DOWNLOAD_FIRMWARE, 0, 0, 0, NULL}; ec168_download_firmware() local 313 struct ec168_req req = {STREAMING_CTRL, 0x7f01, 0x0202, 0, NULL}; ec168_streaming_ctrl() local [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/ |
H A D | ec168.c | 14 static int ec168_ctrl_msg(struct dvb_usb_device *d, struct ec168_req *req) in ec168_ctrl_msg() argument 21 switch (req->cmd) { in ec168_ctrl_msg() 27 request = req->cmd; in ec168_ctrl_msg() 31 request = req->cmd; in ec168_ctrl_msg() 51 KBUILD_MODNAME, req->cmd); in ec168_ctrl_msg() 56 buf = kmalloc(req->size, GFP_KERNEL); in ec168_ctrl_msg() 64 memcpy(buf, req->data, req->size); in ec168_ctrl_msg() 73 ret = usb_control_msg(d->udev, pipe, request, requesttype, req->value, in ec168_ctrl_msg() 74 req in ec168_ctrl_msg() 105 struct ec168_req req; ec168_i2c_xfer() local 189 struct ec168_req req = {GET_CONFIG, 0, 1, sizeof(reply), &reply}; ec168_identify_state() local 213 struct ec168_req req = {DOWNLOAD_FIRMWARE, 0, 0, 0, NULL}; ec168_download_firmware() local 313 struct ec168_req req = {STREAMING_CTRL, 0x7f01, 0x0202, 0, NULL}; ec168_streaming_ctrl() local [all...] |
/kernel/linux/linux-5.10/block/ |
H A D | blk-merge.c | 53 static inline bool req_gap_back_merge(struct request *req, struct bio *bio) in req_gap_back_merge() argument 55 return bio_will_gap(req->q, req, req->biotail, bio); in req_gap_back_merge() 58 static inline bool req_gap_front_merge(struct request *req, struct bio *bio) in req_gap_front_merge() argument 60 return bio_will_gap(req->q, NULL, bio, req->bio); in req_gap_front_merge() 540 * segment is bigger than number of req's physical segments in __blk_rq_map_sg() 555 static inline int ll_new_hw_segment(struct request *req, struct bio *bio, in ll_new_hw_segment() argument 558 if (!blk_cgroup_mergeable(req, bi in ll_new_hw_segment() 583 ll_back_merge_fn(struct request *req, struct bio *bio, unsigned int nr_segs) ll_back_merge_fn() argument 601 ll_front_merge_fn(struct request *req, struct bio *bio, unsigned int nr_segs) ll_front_merge_fn() argument 620 req_attempt_discard_merge(struct request_queue *q, struct request *req, struct request *next) req_attempt_discard_merge() argument 638 ll_merge_requests_fn(struct request_queue *q, struct request *req, struct request *next) ll_merge_requests_fn() argument 701 blk_account_io_merge_request(struct request *req) blk_account_io_merge_request() argument 712 blk_try_req_merge(struct request *req, struct request *next) blk_try_req_merge() argument 727 attempt_merge(struct request_queue *q, struct request *req, struct request *next) attempt_merge() argument 911 blk_account_io_merge_bio(struct request *req) blk_account_io_merge_bio() argument 927 bio_attempt_back_merge(struct request *req, struct bio *bio, unsigned int nr_segs) bio_attempt_back_merge() argument 951 bio_attempt_front_merge(struct request *req, struct bio *bio, unsigned int nr_segs) bio_attempt_front_merge() argument 977 bio_attempt_discard_merge(struct request_queue *q, struct request *req, struct bio *bio) bio_attempt_discard_merge() argument [all...] |
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | via-pmu.c | 199 static int pmu_send_request(struct adb_request *req, int sync); 231 int pmu_polled_request(struct adb_request *req); 584 struct adb_request req; in init_pmu() local 590 pmu_request(&req, NULL, 2, PMU_SET_INTR_MASK, pmu_intr_mask); in init_pmu() 592 while (!req.complete) { in init_pmu() 617 pmu_request(&req, NULL, 2, PMU_SYSTEM_READY, 2); in init_pmu() 618 while (!req.complete) in init_pmu() 623 pmu_request(&req, NULL, 1, PMU_GET_VERSION); in init_pmu() 624 pmu_wait_complete(&req); in init_pmu() 625 if (req in init_pmu() 655 struct adb_request req; pmu_set_server_mode() local 680 done_battery_state_ohare(struct adb_request* req) done_battery_state_ohare() argument 770 done_battery_state_smart(struct adb_request* req) done_battery_state_smart() argument 984 pmu_send_request(struct adb_request *req, int sync) pmu_send_request() argument 1065 struct adb_request req; __pmu_adb_autopoll() local 1092 struct adb_request req; pmu_adb_reset_bus() local 1125 pmu_request(struct adb_request *req, void (*done)(struct adb_request *), int nbytes, ...) pmu_request() argument 1151 pmu_queue_request(struct adb_request *req) pmu_queue_request() argument 1226 pmu_done(struct adb_request *req) pmu_done() argument 1241 struct adb_request *req; pmu_start() local 1288 pmu_wait_complete(struct adb_request *req) pmu_wait_complete() argument 1400 struct adb_request *req = req_awaiting_reply; pmu_handle_data() local 1478 struct adb_request *req; pmu_sr_intr() local 1587 struct adb_request *req = NULL; via_pmu_interrupt() local 1724 struct adb_request req; pmu_enable_irled() local 1741 struct adb_request req; pmu_get_time() local 1757 struct adb_request req; pmu_set_rtc_time() local 1772 struct adb_request req; pmu_restart() local 1797 struct adb_request req; pmu_shutdown() local 1874 struct adb_request req; powerbook_sleep_grackle() local 1951 struct adb_request req; powerbook_sleep_Core99() local 2535 pmu_polled_request(struct adb_request *req) pmu_polled_request() argument 2576 struct adb_request req; pmu_blink() local 2627 struct adb_request req; pmu_syscore_resume() local [all...] |
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | via-pmu.c | 197 static int pmu_send_request(struct adb_request *req, int sync); 231 int pmu_polled_request(struct adb_request *req); 573 struct adb_request req; in init_pmu() local 579 pmu_request(&req, NULL, 2, PMU_SET_INTR_MASK, pmu_intr_mask); in init_pmu() 581 while (!req.complete) { in init_pmu() 606 pmu_request(&req, NULL, 2, PMU_SYSTEM_READY, 2); in init_pmu() 607 while (!req.complete) in init_pmu() 612 pmu_request(&req, NULL, 1, PMU_GET_VERSION); in init_pmu() 613 pmu_wait_complete(&req); in init_pmu() 614 if (req in init_pmu() 644 struct adb_request req; pmu_set_server_mode() local 669 done_battery_state_ohare(struct adb_request* req) done_battery_state_ohare() argument 759 done_battery_state_smart(struct adb_request* req) done_battery_state_smart() argument 975 pmu_send_request(struct adb_request *req, int sync) pmu_send_request() argument 1056 struct adb_request req; __pmu_adb_autopoll() local 1083 struct adb_request req; pmu_adb_reset_bus() local 1116 pmu_request(struct adb_request *req, void (*done)(struct adb_request *), int nbytes, ...) pmu_request() argument 1142 pmu_queue_request(struct adb_request *req) pmu_queue_request() argument 1217 pmu_done(struct adb_request *req) pmu_done() argument 1232 struct adb_request *req; pmu_start() local 1279 pmu_wait_complete(struct adb_request *req) pmu_wait_complete() argument 1391 struct adb_request *req = req_awaiting_reply; pmu_handle_data() local 1469 struct adb_request *req; pmu_sr_intr() local 1578 struct adb_request *req = NULL; via_pmu_interrupt() local 1715 struct adb_request req; pmu_enable_irled() local 1732 struct adb_request req; pmu_get_time() local 1748 struct adb_request req; pmu_set_rtc_time() local 1763 struct adb_request req; pmu_restart() local 1788 struct adb_request req; pmu_shutdown() local 1866 struct adb_request req; powerbook_sleep_grackle() local 1943 struct adb_request req; powerbook_sleep_Core99() local 2527 pmu_polled_request(struct adb_request *req) pmu_polled_request() argument 2568 struct adb_request req; pmu_blink() local 2619 struct adb_request req; pmu_syscore_resume() local [all...] |
/kernel/linux/linux-5.10/include/media/ |
H A D | media-request.h | 80 * @req: The media request 87 media_request_lock_for_access(struct media_request *req) in media_request_lock_for_access() argument 92 spin_lock_irqsave(&req->lock, flags); in media_request_lock_for_access() 93 if (req->state == MEDIA_REQUEST_STATE_COMPLETE) { in media_request_lock_for_access() 94 req->access_count++; in media_request_lock_for_access() 97 spin_unlock_irqrestore(&req->lock, flags); in media_request_lock_for_access() 106 * @req: The media request 111 static inline void media_request_unlock_for_access(struct media_request *req) in media_request_unlock_for_access() argument 115 spin_lock_irqsave(&req->lock, flags); in media_request_unlock_for_access() 116 if (!WARN_ON(!req in media_request_unlock_for_access() 132 media_request_lock_for_update(struct media_request *req) media_request_lock_for_update() argument 159 media_request_unlock_for_update(struct media_request *req) media_request_unlock_for_update() argument 177 media_request_get(struct media_request *req) media_request_get() argument 223 media_request_get(struct media_request *req) media_request_get() argument 227 media_request_put(struct media_request *req) media_request_put() argument 272 struct media_request *req; global() member 383 media_request_lock_for_access(struct media_request *req) media_request_lock_for_access() argument 388 media_request_unlock_for_access(struct media_request *req) media_request_unlock_for_access() argument 393 media_request_lock_for_update(struct media_request *req) media_request_lock_for_update() argument 398 media_request_unlock_for_update(struct media_request *req) media_request_unlock_for_update() argument 411 media_request_object_find(struct media_request *req, const struct media_request_object_ops *ops, void *priv) media_request_object_find() argument 424 media_request_object_bind(struct media_request *req, const struct media_request_object_ops *ops, void *priv, bool is_buffer, struct media_request_object *obj) media_request_object_bind() argument [all...] |
/kernel/linux/linux-6.6/include/media/ |
H A D | media-request.h | 80 * @req: The media request 87 media_request_lock_for_access(struct media_request *req) in media_request_lock_for_access() argument 92 spin_lock_irqsave(&req->lock, flags); in media_request_lock_for_access() 93 if (req->state == MEDIA_REQUEST_STATE_COMPLETE) { in media_request_lock_for_access() 94 req->access_count++; in media_request_lock_for_access() 97 spin_unlock_irqrestore(&req->lock, flags); in media_request_lock_for_access() 106 * @req: The media request 111 static inline void media_request_unlock_for_access(struct media_request *req) in media_request_unlock_for_access() argument 115 spin_lock_irqsave(&req->lock, flags); in media_request_unlock_for_access() 116 if (!WARN_ON(!req in media_request_unlock_for_access() 132 media_request_lock_for_update(struct media_request *req) media_request_lock_for_update() argument 159 media_request_unlock_for_update(struct media_request *req) media_request_unlock_for_update() argument 177 media_request_get(struct media_request *req) media_request_get() argument 223 media_request_get(struct media_request *req) media_request_get() argument 227 media_request_put(struct media_request *req) media_request_put() argument 272 struct media_request *req; global() member 383 media_request_lock_for_access(struct media_request *req) media_request_lock_for_access() argument 388 media_request_unlock_for_access(struct media_request *req) media_request_unlock_for_access() argument 393 media_request_lock_for_update(struct media_request *req) media_request_lock_for_update() argument 398 media_request_unlock_for_update(struct media_request *req) media_request_unlock_for_update() argument 411 media_request_object_find(struct media_request *req, const struct media_request_object_ops *ops, void *priv) media_request_object_find() argument 424 media_request_object_bind(struct media_request *req, const struct media_request_object_ops *ops, void *priv, bool is_buffer, struct media_request_object *obj) media_request_object_bind() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_sriov.c | 28 struct hwrm_fwd_async_event_cmpl_input req = {0}; in bnxt_hwrm_fwd_async_event_cmpl() local 32 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_FWD_ASYNC_EVENT_CMPL, -1, -1); in bnxt_hwrm_fwd_async_event_cmpl() 34 req.encap_async_event_target_id = cpu_to_le16(vf->fw_fid); in bnxt_hwrm_fwd_async_event_cmpl() 37 req.encap_async_event_target_id = cpu_to_le16(0xffff); in bnxt_hwrm_fwd_async_event_cmpl() 38 async_cmpl = (struct hwrm_async_event_cmpl *)req.encap_async_event_cmpl; in bnxt_hwrm_fwd_async_event_cmpl() 42 rc = hwrm_send_message(bp, &req, sizeof(req), HWRM_CMD_TIMEOUT); in bnxt_hwrm_fwd_async_event_cmpl() 68 struct hwrm_func_cfg_input req = {0}; in bnxt_set_vf_spoofchk() local 95 bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_FUNC_CFG, -1, -1); in bnxt_set_vf_spoofchk() 96 req in bnxt_set_vf_spoofchk() 111 struct hwrm_func_qcfg_input req = {0}; bnxt_hwrm_func_qcfg_flags() local 138 struct hwrm_func_cfg_input req = {0}; bnxt_hwrm_set_trusted_vf() local 209 struct hwrm_func_cfg_input req = {0}; bnxt_set_vf_mac() local 237 struct hwrm_func_cfg_input req = {0}; bnxt_set_vf_vlan() local 277 struct hwrm_func_cfg_input req = {0}; bnxt_set_vf_bw() local 366 struct hwrm_func_vf_resc_free_input req = {0}; bnxt_hwrm_func_vf_resource_free() local 452 struct hwrm_func_buf_rgtr_input req = {0}; bnxt_hwrm_func_buf_rgtr() local 470 struct hwrm_func_cfg_input req = {0}; __bnxt_set_vf_params() local 504 struct hwrm_func_vf_resource_cfg_input req = {0}; bnxt_hwrm_func_vf_resc_cfg() local 617 struct hwrm_func_cfg_input req = {0}; bnxt_hwrm_func_cfg() local 900 struct hwrm_fwd_resp_input req = {0}; bnxt_hwrm_fwd_resp() local 925 struct hwrm_reject_fwd_resp_input req = {0}; bnxt_hwrm_fwd_err_resp() local 946 struct hwrm_exec_fwd_resp_input req = {0}; bnxt_hwrm_exec_fwd_resp() local 966 struct hwrm_func_vf_cfg_input *req = bnxt_vf_configure_mac() local 989 struct hwrm_cfa_l2_filter_alloc_input *req = bnxt_vf_validate_set_mac() local 1124 struct hwrm_func_qcaps_input req = {0}; bnxt_update_vf_mac() local 1153 struct hwrm_func_vf_cfg_input req = {0}; bnxt_approve_mac() local [all...] |
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | pagelist.c | 64 hdr->req = nfs_list_entry(mirror->pg_list.next); in nfs_pgheader_init() 66 hdr->cred = nfs_req_openctx(hdr->req)->cred; in nfs_pgheader_init() 67 hdr->io_start = req_offset(hdr->req); in nfs_pgheader_init() 153 * @req: any member of the page group 156 nfs_page_group_lock_head(struct nfs_page *req) in nfs_page_group_lock_head() argument 158 struct nfs_page *head = req->wb_head; in nfs_page_group_lock_head() 165 if (head != req) in nfs_page_group_lock_head() 171 * nfs_unroll_locks - unlock all newly locked reqs and wait on @req 173 * @req: request that couldn't lock and needs to wait on the req bi 179 nfs_unroll_locks(struct nfs_page *head, struct nfs_page *req) nfs_unroll_locks() argument 256 nfs_page_set_headlock(struct nfs_page *req) nfs_page_set_headlock() argument 272 nfs_page_clear_headlock(struct nfs_page *req) nfs_page_clear_headlock() argument 292 nfs_page_group_lock(struct nfs_page *req) nfs_page_group_lock() argument 307 nfs_page_group_unlock(struct nfs_page *req) nfs_page_group_unlock() argument 320 nfs_page_group_sync_on_bit_locked(struct nfs_page *req, unsigned int bit) nfs_page_group_sync_on_bit_locked() argument 351 nfs_page_group_sync_on_bit(struct nfs_page *req, unsigned int bit) nfs_page_group_sync_on_bit() argument 369 nfs_page_group_init(struct nfs_page *req, struct nfs_page *prev) nfs_page_group_init() argument 412 struct nfs_page *req = container_of(kref, struct nfs_page, wb_kref); nfs_page_group_destroy() local 439 struct nfs_page *req; __nfs_create_request() local 497 nfs_create_subreq(struct nfs_page *req, unsigned int pgbase, unsigned int offset, unsigned int count) nfs_create_subreq() argument 526 nfs_unlock_request(struct nfs_page *req) nfs_unlock_request() argument 544 nfs_unlock_and_release_request(struct nfs_page *req) nfs_unlock_and_release_request() argument 557 nfs_clear_request(struct nfs_page *req) nfs_clear_request() argument 585 nfs_free_request(struct nfs_page *req) nfs_free_request() argument 601 nfs_release_request(struct nfs_page *req) nfs_release_request() argument 615 nfs_wait_on_request(struct nfs_page *req) nfs_wait_on_request() argument 635 nfs_generic_pg_test(struct nfs_pageio_descriptor *desc, struct nfs_page *prev, struct nfs_page *req) nfs_generic_pg_test() argument 709 struct nfs_page *req = hdr->req; nfs_pgio_rpcsetup() local 897 struct nfs_page *req; nfs_generic_pgio() local 1000 nfs_pageio_setup_mirroring(struct nfs_pageio_descriptor *pgio, struct nfs_page *req) nfs_pageio_setup_mirroring() argument 1051 nfs_coalesce_size(struct nfs_page *prev, struct nfs_page *req, struct nfs_pageio_descriptor *pgio) nfs_coalesce_size() argument 1090 nfs_pageio_do_add_request(struct nfs_pageio_descriptor *desc, struct nfs_page *req) nfs_pageio_do_add_request() argument 1145 nfs_pageio_cleanup_request(struct nfs_pageio_descriptor *desc, struct nfs_page *req) nfs_pageio_cleanup_request() argument 1166 __nfs_pageio_add_request(struct nfs_pageio_descriptor *desc, struct nfs_page *req) __nfs_pageio_add_request() argument 1235 struct nfs_page *req; nfs_do_recoalesce() local 1251 nfs_pageio_add_request_mirror(struct nfs_pageio_descriptor *desc, struct nfs_page *req) nfs_pageio_add_request_mirror() argument 1283 nfs_pageio_add_request(struct nfs_pageio_descriptor *desc, struct nfs_page *req) nfs_pageio_add_request() argument 1373 struct nfs_page *req = nfs_list_entry(pages.next); nfs_pageio_resend() local [all...] |