/aosp_15_r20/external/bcc/libbpf-tools/ |
H A D | biostacks.bpf.c | 40 int trace_start(void *ctx, struct request *rq, bool merge_bio) in trace_start() 71 int trace_done(void *ctx, struct request *rq) in trace_done() 104 int BPF_KPROBE(blk_account_io_merge_bio, struct request *rq) in BPF_KPROBE() 110 int BPF_PROG(blk_account_io_start, struct request *rq) in BPF_PROG() 116 int BPF_PROG(blk_account_io_done, struct request *rq) in BPF_PROG() 122 int BPF_PROG(block_io_start, struct request *rq) in BPF_PROG() 128 int BPF_PROG(block_io_done, struct request *rq) in BPF_PROG()
|
H A D | biosnoop.bpf.c | 59 int trace_pid(struct request *rq) in trace_pid() 71 int BPF_PROG(blk_account_io_start, struct request *rq) in BPF_PROG() 80 int BPF_PROG(block_io_start, struct request *rq) in BPF_PROG() 89 int BPF_KPROBE(blk_account_io_merge_bio, struct request *rq) in BPF_KPROBE() 98 int trace_rq_start(struct request *rq, bool insert) in trace_rq_start() 157 int BPF_PROG(block_rq_complete, struct request *rq, int error, in BPF_PROG()
|
H A D | biolatency.bpf.c | 47 static int __always_inline trace_rq_start(struct request *rq, int issue) in trace_rq_start() 98 static int handle_block_rq_complete(struct request *rq, int error, unsigned int nr_bytes) in handle_block_rq_complete() 163 int BPF_PROG(block_rq_complete_btf, struct request *rq, int error, unsigned int nr_bytes) in BPF_PROG() 181 int BPF_PROG(block_rq_complete, struct request *rq, int error, unsigned int nr_bytes) in BPF_PROG()
|
H A D | bitesize.bpf.c | 37 static int trace_rq_issue(struct request *rq) in trace_rq_issue()
|
/aosp_15_r20/external/erofs-utils/lib/ |
H A D | decompress.c | 26 static int z_erofs_decompress_zstd(struct z_erofs_decompress_req *rq) in z_erofs_decompress_zstd() 180 static int z_erofs_decompress_qpl(struct z_erofs_decompress_req *rq) in z_erofs_decompress_qpl() 241 static int z_erofs_decompress_deflate(struct z_erofs_decompress_req *rq) in z_erofs_decompress_deflate() 335 static int z_erofs_decompress_deflate(struct z_erofs_decompress_req *rq) in z_erofs_decompress_deflate() 395 static int z_erofs_decompress_lzma(struct z_erofs_decompress_req *rq) in z_erofs_decompress_lzma() 453 static int z_erofs_decompress_lz4(struct z_erofs_decompress_req *rq) in z_erofs_decompress_lz4() 507 int z_erofs_decompress(struct z_erofs_decompress_req *rq) in z_erofs_decompress()
|
/aosp_15_r20/external/libwebsockets/cmake/ |
H A D | LwsCheckRequirements.cmake | 14 set (rq 1) variable 16 set (rq 0) variable 19 set(rq 0) variable
|
/aosp_15_r20/external/bcc/tests/python/ |
H A D | test_trace3.c | 5 struct Request { u64 rq; }; member 31 struct Request rq = {.rq = PT_REGS_PARM1(ctx)}; in probe_blk_start_request() local 38 struct Request rq = {.rq = PT_REGS_PARM1(ctx)}; in probe_blk_update_request() local
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/ |
H A D | PhantomReferenceTest.java | 39 ReferenceQueue rq = new ReferenceQueue(); in test_get() local 83 final ReferenceQueue rq = new ReferenceQueue(); in check_gcInteraction() local 131 ReferenceQueue rq = new ReferenceQueue(); in test_ConstructorLjava_lang_ObjectLjava_lang_ref_ReferenceQueue() local
|
H A D | ReferenceTest.java | 146 ReferenceQueue rq = new ReferenceQueue(); in test_enqueue() local 230 final ReferenceQueue rq = new ReferenceQueue(); in test_subclass() local 299 ReferenceQueue rq = new ReferenceQueue(); in test_isEnqueued() local
|
H A D | SoftReferenceTest.java | 38 ReferenceQueue rq = new ReferenceQueue(); in test_ConstructorLjava_lang_ObjectLjava_lang_ref_ReferenceQueue() local 94 final ReferenceQueue rq = new ReferenceQueue(); in test_get_SoftReference() local
|
H A D | ReferenceQueueTest.java | 55 ReferenceQueue rq; field in ReferenceQueueTest 248 ReferenceQueue rq = new ReferenceQueue(); in test_Constructor() local
|
H A D | WeakReferenceTest.java | 35 ReferenceQueue rq = new ReferenceQueue(); in test_ConstructorLjava_lang_ObjectLjava_lang_ref_ReferenceQueue() local
|
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/nio/server/ |
D | RequestServicer.java | 76 Request rq = null; in service() local 136 Reply build(Request rq) throws IOException { in build()
|
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/ |
D | RequestServicer.java | 76 Request rq = null; in service() local 136 Reply build(Request rq) throws IOException { in build()
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_nir_lower_ray_queries.c | 70 struct brw_ray_query *rq = rzalloc(state->queries, struct brw_ray_query); in register_opaque_var() local 81 create_internal_var(struct brw_ray_query *rq, struct lowering_state *state) in create_internal_var() 115 struct brw_ray_query *rq = entry->data; in get_ray_query_shadow_addr() local
|
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluTextureTestUtil.cpp | 287 const tcu::Vec3 &tq, const tcu::Vec3 &rq) in computeNonProjectedTriLod() 704 … const tcu::Vec4 &tq, const tcu::Vec4 &rq, const ReferenceParams ¶ms) in sampleTextureCube() 773 …const tcu::Vec4 rq = tcu::Vec4(texCoord[0 + 2], texCoord[3 + 2], texCoord[6 + 2], texCoord[9 + 2]); in sampleTexture() local 779 const tcu::Vec4 &sq, const tcu::Vec4 &tq, const tcu::Vec4 &rq, in sampleTextureNonProjected() 827 tcu::Vec4 rq = tcu::Vec4(texCoord[0 + 2], texCoord[3 + 2], texCoord[6 + 2], texCoord[9 + 2]); in sampleTexture() local 882 const tcu::Vec4 &sq, const tcu::Vec4 &tq, const tcu::Vec4 &rq, in sampleTextureNonProjected() 929 … const tcu::Vec4 &tq, const tcu::Vec4 &rq, const ReferenceParams ¶ms) in sampleTextureProjected() 994 …const tcu::Vec4 rq = tcu::Vec4(texCoord[0 + 2], texCoord[3 + 2], texCoord[6 + 2], texCoord[9 + 2]); in sampleTexture() local 1003 … const tcu::Vec4 &sq, const tcu::Vec4 &tq, const tcu::Vec4 &rq, const tcu::Vec4 &qq, in sampleTextureCubeArray() 1064 tcu::Vec4 rq = tcu::Vec4(texCoord[0 + 2], texCoord[4 + 2], texCoord[8 + 2], texCoord[12 + 2]); in sampleTexture() local [all …]
|
/aosp_15_r20/external/grpc-grpc/test/cpp/thread_manager/ |
H A D | thread_manager_test.cc | 64 TestThreadManager(const char* name, grpc_resource_quota* rq, in TestThreadManager() 131 grpc_resource_quota* rq = grpc_resource_quota_create("Thread manager test"); in SetUp() local
|
/aosp_15_r20/external/coreboot/src/ec/google/wilco/ |
H A D | mailbox.c | 106 struct wilco_ec_request *rq) in wilco_ec_prepare() 125 struct wilco_ec_request rq; in wilco_ec_transfer() local
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | iomapper.h | 85 const TQualifier& rq = r.symbol->getQualifier(); in operator() local 110 const TQualifier& rq = r.symbol->getQualifier(); in operator() local
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/rpc/ |
D | clnt.h | 206 #define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in)) argument 207 #define clnt_control(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in)) argument
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A D | test_ksyms_btf_null_check.c | 14 struct rq *rq; in handler() local
|
H A D | test_ksyms_weak.c | 36 struct rq *rq; in pass_handler() local
|
H A D | test_ksyms_btf.c | 25 struct rq *rq; in handler() local
|
/aosp_15_r20/external/sdv/vsomeip/examples/hello_world/ |
D | hello_world_client.hpp | 87 std::shared_ptr<vsomeip::message> rq = rtm_->create_request(); in on_availability_cbk() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/utils/ |
H A D | mq_timed.h | 29 struct tst_ts *rq; member
|