Home
last modified time | relevance | path

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

1234

/external/bcc/libbpf-tools/
Doffcputime.h7 struct key_t { struct
8 __u32 pid;
9 __u32 tgid;
10 int user_stack_id;
11 int kern_stack_id;
Dwakeuptime.h9 struct key_t { struct
10 char waker[TASK_COMM_LEN];
11 char target[TASK_COMM_LEN];
12 int w_k_stack_id;
Dcapable.h21 struct key_t { struct
22 __u32 pid;
23 __u32 tgid;
24 int user_stack_id;
25 int kern_stack_id;
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dbpf_iter_test_kern5.c9 struct key_t { struct
18 __type(key, struct key_t); argument
Dbpf_iter_bpf_array_map.c9 struct key_t { struct
10 int a;
11 int b;
12 int c;
Dbpf_iter_bpf_percpu_array_map.c9 struct key_t { struct
10 int a;
11 int b;
12 int c;
Dbpf_iter_bpf_percpu_hash_map.c9 struct key_t { struct
18 __type(key, struct key_t); argument
Dbpf_iter_bpf_hash_map.c8 struct key_t { struct
17 __type(key, struct key_t); argument
Dtest_btf_decl_tag.c17 struct key_t { struct
31 __type(key, struct key_t); argument
/external/bcc/examples/tracing/
Dtask_switch.c4 struct key_t { struct
9 BPF_HASH(stats, struct key_t, u64, 1024); argument
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
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()
/external/tensorflow/tensorflow/core/kernels/
Dstateless_random_ops_v2_util.h48 const Tensor& key_t = ctx->input(key_input_idx); in GetKeyCounterAlgFromInputs() local
Dstateless_shuffle.cc37 auto key_t = std::get<0>(key_counter_alg); in Compute() local
Dstateless_random_ops_v2.cc58 auto key_t = std::get<0>(key_counter_alg); in Compute() local
/external/pytorch/aten/src/ATen/cuda/
Dcub-RadixSortPairs.cu58 #define AT_INSTANTIATE_SORT_PAIRS(key_t, value_size) \ argument
/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
/external/arm-trusted-firmware/tools/cert_create/include/
Dkey.h64 } key_t; typedef
/external/pytorch/torch/csrc/autograd/
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::__anon8695ede30411::Callsite
/external/pytorch/torch/csrc/profiler/
Ddata_flow.cpp112 using key_t = std::pair<StorageImplData, c10::Device>; in calculateUniqueTensorIDs() typedef
/external/trusty/musl/include/
Dalltypes.h.in46 TYPEDEF int key_t; variable
/external/zucchini/
Dimage_utils.h31 using key_t = uint32_t; variable
/external/zucchini/aosp/include/components/zucchini/
Dimage_utils.h31 using key_t = uint32_t; variable
/external/tensorflow/tensorflow/core/ops/
Dlookup_ops.cc325 DataType key_t; in MutableHashTableShape() local
/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h64 typedef int key_t; typedef
/external/musl/include/
Dalltypes.h.in50 TYPEDEF int key_t; variable

1234