Home
last modified time | relevance | path

Searched defs:key_t (Results 1 – 25 of 215) sorted by relevance

123456789

/aosp_15_r20/external/bcc/libbpf-tools/
H A Doffcputime.h7 struct key_t { struct
8 __u32 pid;
9 __u32 tgid;
10 int user_stack_id;
11 int kern_stack_id;
H A Dcapable.h21 struct key_t { struct
22 __u32 pid;
23 __u32 tgid;
24 int user_stack_id;
25 int kern_stack_id;
H A Dwakeuptime.h9 struct key_t { struct
10 char waker[TASK_COMM_LEN];
11 char target[TASK_COMM_LEN];
12 int w_k_stack_id;
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_test_kern5.c9 struct key_t { struct
18 __type(key, struct key_t); argument
H A Dbpf_iter_bpf_array_map.c9 struct key_t { struct
10 int a;
11 int b;
12 int c;
H A Dbpf_iter_bpf_percpu_array_map.c9 struct key_t { struct
10 int a;
11 int b;
12 int c;
H A Dbpf_iter_bpf_percpu_hash_map.c9 struct key_t { struct
18 __type(key, struct key_t); argument
H A Dbpf_iter_bpf_hash_map.c8 struct key_t { struct
17 __type(key, struct key_t); argument
H A Dtest_btf_decl_tag.c17 struct key_t { struct
31 __type(key, struct key_t); argument
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter.c778 struct key_t { in test_bpf_hash_map() struct
779 int a; in test_bpf_hash_map()
780 int b; in test_bpf_hash_map()
781 int c; in test_bpf_hash_map()
871 struct key_t { in test_bpf_percpu_hash_map() struct
872 int a; in test_bpf_percpu_hash_map()
873 int b; in test_bpf_percpu_hash_map()
874 int c; in test_bpf_percpu_hash_map()
/aosp_15_r20/external/bcc/examples/tracing/
H A Dtask_switch.c4 struct key_t { struct
9 BPF_HASH(stats, struct key_t, u64, 1024); argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/
Dmfc.hpp541 typedef void *key_t; typedef
557 typedef void *key_t; typedef
573 typedef ::CString key_t; typedef
589 typedef ::CString key_t; typedef
632 typedef WORD key_t; typedef
648 typedef WORD key_t; typedef
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_python.cpp196 using key_t = CodeLocation; typedef
204 using key_t = Key; typedef
238 using key_t = PyMethod; typedef
251 using key_t = typename Config<C>::key_t; typedef in torch::profiler::impl::__anonaba953630411::Callsite
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
Dipc.h47 typedef __key_t key_t; typedef
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/sys/
Dipc.h47 typedef __key_t key_t; typedef
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dstateless_random_ops_v2_util.h48 const Tensor& key_t = ctx->input(key_input_idx); in GetKeyCounterAlgFromInputs() local
H A Dstateless_shuffle.cc37 auto key_t = std::get<0>(key_counter_alg); in Compute() local
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/
H A Dcub-RadixSortPairs.cu58 #define AT_INSTANTIATE_SORT_PAIRS(key_t, value_size) \ argument
/aosp_15_r20/external/arm-trusted-firmware/tools/cert_create/include/
H A Dkey.h64 } key_t; typedef
/aosp_15_r20/external/trusty/arm-trusted-firmware/tools/cert_create/include/
Dkey.h68 } key_t; typedef
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/linux_bionic/include/bionic/libc/include/sys/
H A Dtypes.h67 typedef __key_t key_t; typedef
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/sys/
Dtypes.h68 typedef __key_t key_t; typedef
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.32_x86_x86_64_shared/gen/include/sys/
Dtypes.h67 typedef __key_t key_t; typedef
/aosp_15_r20/prebuilts/vndk/v34/arm/include/generated-headers/bionic/libc/libc/android_vendor.34_arm_armv7-a-neon_shared/gen/include/sys/
Dtypes.h67 typedef __key_t key_t; typedef
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/generated-headers/bionic/libc/libc/android_vendor.32_arm64_armv8-a_shared/gen/include/sys/
Dtypes.h67 typedef __key_t key_t; typedef

123456789