/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/ |
H A D | sec.h | 68 int (*buf_map)(struct sec_ctx *ctx, struct sec_req *req); 69 void (*buf_unmap)(struct sec_ctx *ctx, struct sec_req *req); 70 void (*do_transfer)(struct sec_ctx *ctx, struct sec_req *req); 71 int (*bd_fill)(struct sec_ctx *ctx, struct sec_req *req); 72 int (*bd_send)(struct sec_ctx *ctx, struct sec_req *req); 73 void (*callback)(struct sec_ctx *ctx, struct sec_req *req, int err); 74 int (*process)(struct sec_ctx *ctx, struct sec_req *req);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | srq.c | 71 struct cpl_srq_table_req *req; in cxgb4_get_srq_entry() local 83 skb = alloc_skb(sizeof(*req), GFP_KERNEL); in cxgb4_get_srq_entry() 86 req = (struct cpl_srq_table_req *) in cxgb4_get_srq_entry() 87 __skb_put_zero(skb, sizeof(*req)); in cxgb4_get_srq_entry() 88 INIT_TP_WR(req, 0); in cxgb4_get_srq_entry() 89 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SRQ_TABLE_REQ, in cxgb4_get_srq_entry() 92 req->idx = srq_idx; in cxgb4_get_srq_entry()
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | ctl.h | 87 bool (*match)(const struct tb_cfg_request *req, 89 bool (*copy)(struct tb_cfg_request *req, const struct ctl_pkg *pkg); 102 void tb_cfg_request_get(struct tb_cfg_request *req); 103 void tb_cfg_request_put(struct tb_cfg_request *req); 104 int tb_cfg_request(struct tb_ctl *ctl, struct tb_cfg_request *req, 106 void tb_cfg_request_cancel(struct tb_cfg_request *req, int err); 108 struct tb_cfg_request *req, int timeout_msec);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | srq.c | 71 struct cpl_srq_table_req *req; in cxgb4_get_srq_entry() local 83 skb = alloc_skb(sizeof(*req), GFP_KERNEL); in cxgb4_get_srq_entry() 86 req = (struct cpl_srq_table_req *) in cxgb4_get_srq_entry() 87 __skb_put_zero(skb, sizeof(*req)); in cxgb4_get_srq_entry() 88 INIT_TP_WR(req, 0); in cxgb4_get_srq_entry() 89 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SRQ_TABLE_REQ, in cxgb4_get_srq_entry() 92 req->idx = srq_idx; in cxgb4_get_srq_entry()
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | ctl.h | 86 bool (*match)(const struct tb_cfg_request *req, 88 bool (*copy)(struct tb_cfg_request *req, const struct ctl_pkg *pkg); 101 void tb_cfg_request_get(struct tb_cfg_request *req); 102 void tb_cfg_request_put(struct tb_cfg_request *req); 103 int tb_cfg_request(struct tb_ctl *ctl, struct tb_cfg_request *req, 105 void tb_cfg_request_cancel(struct tb_cfg_request *req, int err); 107 struct tb_cfg_request *req, int timeout_msec);
|
/kernel/linux/linux-6.6/drivers/clk/meson/ |
H A D | clk-dualdiv.c | 90 struct clk_rate_request *req) in meson_clk_dualdiv_determine_rate() 96 setting = __dualdiv_get_setting(req->rate, req->best_parent_rate, in meson_clk_dualdiv_determine_rate() 99 req->rate = __dualdiv_param_to_rate(req->best_parent_rate, in meson_clk_dualdiv_determine_rate() 102 req->rate = meson_clk_dualdiv_recalc_rate(hw, in meson_clk_dualdiv_determine_rate() 103 req->best_parent_rate); in meson_clk_dualdiv_determine_rate() 89 meson_clk_dualdiv_determine_rate(struct clk_hw *hw, struct clk_rate_request *req) meson_clk_dualdiv_determine_rate() argument
|
/kernel/linux/linux-6.6/io_uring/ |
H A D | rsrc.h | 93 static inline void io_req_put_rsrc_locked(struct io_kiocb *req, in io_req_put_rsrc_locked() argument 96 io_put_rsrc_node(ctx, req->rsrc_node); in io_req_put_rsrc_locked() 105 static inline void io_req_set_rsrc_node(struct io_kiocb *req, in io_req_set_rsrc_node() argument 109 if (!req->rsrc_node) { in io_req_set_rsrc_node() 114 req->rsrc_node = ctx->rsrc_node; in io_req_set_rsrc_node() 134 int io_files_update(struct io_kiocb *req, unsigned int issue_flags); 135 int io_files_update_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe);
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | trace_tid.h | 1045 struct tid_rdma_request *req), 1046 TP_ARGS(qp, newreq, opcode, psn, lpsn, req), 1076 __entry->cur_seg = req->cur_seg; 1077 __entry->comp_seg = req->comp_seg; 1078 __entry->ack_seg = req->ack_seg; 1079 __entry->alloc_seg = req->alloc_seg; 1080 __entry->total_segs = req->total_segs; 1081 __entry->setup_head = req->setup_head; 1082 __entry->clear_tail = req->clear_tail; 1083 __entry->flow_idx = req [all...] |
/kernel/linux/linux-5.10/fs/afs/ |
H A D | yfsclient.c | 360 struct afs_read *req = op->fetch.req; in yfs_deliver_fs_fetch_data64() local 366 call->unmarshall, iov_iter_count(call->iter), req->actual_len); in yfs_deliver_fs_fetch_data64() 370 req->actual_len = 0; in yfs_deliver_fs_fetch_data64() 371 req->index = 0; in yfs_deliver_fs_fetch_data64() 372 req->offset = req->pos & (PAGE_SIZE - 1); in yfs_deliver_fs_fetch_data64() 384 req->actual_len = be64_to_cpu(call->tmp64); in yfs_deliver_fs_fetch_data64() 385 _debug("DATA length: %llu", req->actual_len); in yfs_deliver_fs_fetch_data64() 386 req in yfs_deliver_fs_fetch_data64() 500 struct afs_read *req = op->fetch.req; yfs_fs_fetch_data() local [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | trace_tid.h | 1045 struct tid_rdma_request *req), 1046 TP_ARGS(qp, newreq, opcode, psn, lpsn, req), 1076 __entry->cur_seg = req->cur_seg; 1077 __entry->comp_seg = req->comp_seg; 1078 __entry->ack_seg = req->ack_seg; 1079 __entry->alloc_seg = req->alloc_seg; 1080 __entry->total_segs = req->total_segs; 1081 __entry->setup_head = req->setup_head; 1082 __entry->clear_tail = req->clear_tail; 1083 __entry->flow_idx = req [all...] |
/third_party/node/lib/ |
H A D | net.js | 536 const req = new ShutdownWrap(); 537 req.oncomplete = afterShutdown; 538 req.handle = this._handle; 539 req.callback = cb; 540 const err = this._handle.shutdown(req); 958 let req; 960 req = writevGeneric(this, data, cb); 962 req = writeGeneric(this, data, encoding, cb); 963 if (req.async) 964 this[kLastWriteQueueSize] = req [all...] |
/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | ipc_server_listener.cpp | 19 int32_t IpcServerListener::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest() argument 22 req_ = req; in SendRequest() 26 int32_t IpcServerListener::SendAll(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendAll() argument 29 req_ = req; in SendAll()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | pcrypt.h | 22 static inline void *pcrypt_request_ctx(struct pcrypt_request *req) in pcrypt_request_ctx() argument 24 return req->__ctx; in pcrypt_request_ctx() 28 struct padata_priv *pcrypt_request_padata(struct pcrypt_request *req) in pcrypt_request_padata() argument 30 return &req->padata; in pcrypt_request_padata()
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | pcrypt.h | 22 static inline void *pcrypt_request_ctx(struct pcrypt_request *req) in pcrypt_request_ctx() argument 24 return req->__ctx; in pcrypt_request_ctx() 28 struct padata_priv *pcrypt_request_padata(struct pcrypt_request *req) in pcrypt_request_padata() argument 30 return &req->padata; in pcrypt_request_padata()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | parser509534.js | 7 server.get(config.env.siteRoot + "/auth/login", function (req, res, next) { 10 req.redirect("/auth/live"); 20 server.get(config.env.siteRoot + "/auth/login", function (req, res, next) {
22 req.redirect("/auth/live");
|
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/ |
H A D | ipc_server_listener.cpp | 25 int32_t IpcServerListener::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest() argument 34 std::string pkgName = req->GetPkgName(); in SendRequest() 44 return listener->SendCmd(cmdCode, req, rsp); in SendRequest() 52 int32_t IpcServerListener::SendAll(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendAll() argument 58 int32_t ret = IpcServerStub::GetInstance().SendALL(cmdCode, req, rsp); in SendAll()
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | utils.cpp | 39 void CommonFunc::FsReqCleanup(uv_fs_t* req) in FsReqCleanup() argument 41 if (req) { in FsReqCleanup() 42 uv_fs_req_cleanup(req); in FsReqCleanup() 43 delete req; in FsReqCleanup() 44 req = nullptr; in FsReqCleanup()
|
/kernel/linux/linux-6.6/tools/net/ynl/generated/ |
H A D | netdev-user.h | 37 void netdev_dev_get_req_free(struct netdev_dev_get_req *req); 40 netdev_dev_get_req_set_ifindex(struct netdev_dev_get_req *req, __u32 ifindex) in netdev_dev_get_req_set_ifindex() argument 42 req->_present.ifindex = 1; in netdev_dev_get_req_set_ifindex() 43 req->ifindex = ifindex; in netdev_dev_get_req_set_ifindex() 64 netdev_dev_get(struct ynl_sock *ys, struct netdev_dev_get_req *req);
|
/third_party/NuttX/fs/vfs/ |
H A D | fs_ioctl.c | 50 * req The ioctl command 72 int fs_ioctl(int fd, int req, ...) in fs_ioctl() argument 74 int ioctl(int fd, int req, ...) in fs_ioctl() 85 va_start(ap, req); in fs_ioctl() 100 return socks_ioctl(fd, (long)req, (void *)arg); in fs_ioctl() 139 ret = (int) filep->ops->ioctl(filep, req, arg); in fs_ioctl()
|
/third_party/libdrm/etnaviv/ |
H A D | etnaviv_pipe.c | 39 struct drm_etnaviv_wait_fence req = { in etna_pipe_wait_ns() local 45 req.flags |= ETNA_WAIT_NONBLOCK; in etna_pipe_wait_ns() 47 get_abs_timeout(&req.timeout, ns); in etna_pipe_wait_ns() 49 ret = drmCommandWrite(dev->fd, DRM_ETNAVIV_WAIT_FENCE, &req, sizeof(req)); in etna_pipe_wait_ns()
|
/third_party/node/test/parallel/ |
H A D | test-gc-net-timeout.js | 42 const req = net.connect(server.address().port); 43 req.resume(); 44 req.setTimeout(10, function() { 45 req.destroy(); 50 onGC(req, { ongc });
|
H A D | test-http-dns-error.js | 40 const req = mod.get({ host: host, port: 42 }, common.mustNotCall()); 41 req.on('error', common.mustCall(function(err) { 52 const req = mod.request({ 57 req.on('error', common.mustCall(function(err) { 64 req.end();
|
H A D | test-http2-response-splitting.js | 63 const req = client.request({ ':path': path }); 64 req.on('response', common.mustCall((headers) => { 68 req.resume(); 69 req.on('end', common.mustCall()); 70 req.on('close', common.mustCall(maybeClose));
|
H A D | test-http2-server-socket-destroy.js | 51 const req = client.request({ ':method': 'POST' }); 55 req.on('error', (err) => { 60 req.on('aborted', common.mustCall()); 61 req.resume(); 64 await once(req, 'end');
|
/third_party/musl/src/time/ |
H A D | clock_nanosleep.c | 8 int __clock_nanosleep(clockid_t clk, int flags, const struct timespec *req, struct timespec *rem) in __clock_nanosleep() argument 12 time_t s = req->tv_sec; in __clock_nanosleep() 13 long ns = req->tv_nsec; in __clock_nanosleep() 33 return -__syscall_cp(SYS_nanosleep, req, rem); in __clock_nanosleep() 34 return -__syscall_cp(SYS_clock_nanosleep, clk, flags, req, rem); in __clock_nanosleep()
|