Searched defs:map_type (Results 1 - 15 of 15) sorted by relevance
| /third_party/ltp/testcases/kernel/syscalls/bpf/ |
| H A D | bpf_map01.c | 29 struct map_type { struct
|
| /third_party/libbpf/src/ |
| H A D | skel_internal.h | 219 static inline int skel_map_create(enum bpf_map_type map_type, in skel_map_create() argument
|
| H A D | libbpf_probes.c | 277 static int probe_map_create(enum bpf_map_type map_type) in probe_map_create() argument 392 int libbpf_probe_bpf_map_type(enum bpf_map_type map_type, const void *opts) in libbpf_probe_bpf_map_type() argument
|
| H A D | gen_loader.c | 448 bpf_gen__map_create(struct bpf_gen *gen, enum bpf_map_type map_type, const char *map_name, __u32 key_size, __u32 value_size, __u32 max_entries, struct bpf_map_create_opts *map_attr, int map_idx) bpf_gen__map_create() argument
|
| H A D | bpf.c | 165 int bpf_map_create(enum bpf_map_type map_type, in bpf_map_create() argument
|
| H A D | libbpf_internal.h | 296 __u32 map_type; member
|
| H A D | libbpf.c | 5469 enum libbpf_map_type map_type = map->libbpf_type; local 13561 const struct btf_type *map_type, *var_type; global() local [all...] |
| /third_party/ltp/testcases/kernel/mem/mtest05/ |
| H A D | mmstress.c | 283 int map_type = 0; /* specifies the type of the mapped object */ in map_and_thread() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | opus.c | 303 int version, map_type, streams, stereo_streams, i, j, ret; in ff_opus_parse_extradata() local
|
| /third_party/mesa3d/src/gallium/drivers/virgl/ |
| H A D | virgl_resource.c | 161 enum virgl_transfer_map_type map_type = VIRGL_TRANSFER_MAP_HW_RES; in virgl_resource_transfer_prepare() local 493 enum virgl_transfer_map_type map_type; in virgl_resource_transfer_map() local
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | typed-optimization.cc | 232 Type const map_type = NodeProperties::GetType(map); in ReduceCheckMaps() local
|
| H A D | escape-analysis.cc | 751 Type const map_type = NodeProperties::GetType(map); in ReduceNode() local
|
| /third_party/node/deps/v8/src/web-snapshot/ |
| H A D | web-snapshot.cc | 1503 uint32_t map_type; in DeserializeMaps() local
|
| /third_party/ltp/include/lapi/ |
| H A D | bpf.h | 184 uint32_t map_type; /* one of enum bpf_map_type */ member
|
| /third_party/libbpf/include/uapi/linux/ |
| H A D | bpf.h | 1377 __u32 map_type; /* one of enum bpf_map_type */ member
|
Completed in 40 milliseconds