Searched defs:map_type (Results 1 - 9 of 9) sorted by relevance

/external/iproute2/tc/
H A Dem_meta.c114 static inline int map_type(char k) function
180 if (map_type(*p) == TCF_META_TYPE(needed->kind))
205 int type = map_type(*p);
278 obj->kind = entry->id | (map_type(entry->mask[0]) << 12);
/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dtest_lru_map.c29 static int create_map(int map_type, int map_flags, unsigned int size) argument
33 map_fd = bpf_create_map(map_type, sizeof(unsigned long long),
97 static void test_lru_sanity0(int map_type, int map_flags) argument
103 printf("%s (map_type:%d map_flags:0x%X): ", __func__, map_type,
109 lru_map_fd = create_map(map_type, map_flags, 2 * nr_cpus);
111 lru_map_fd = create_map(map_type, map_flags, 2);
185 static void test_lru_sanity1(int map_type, int map_flags, unsigned int tgt_free) argument
202 printf("%s (map_type:%d map_flags:0x%X): ", __func__, map_type,
266 test_lru_sanity2(int map_type, int map_flags, unsigned int tgt_free) argument
382 test_lru_sanity3(int map_type, int map_flags, unsigned int tgt_free) argument
446 test_lru_sanity4(int map_type, int map_flags, unsigned int tgt_free) argument
523 test_lru_sanity5(int map_type, int map_flags) argument
[all...]
/external/strace/
H A Dbpf.c47 uint32_t map_type, key_size, value_size, max_entries; member in struct:__anon18799
59 tprints("{map_type=");
60 printxval(bpf_map_types, attr.map_type, "BPF_MAP_TYPE_???");
/external/v8/src/compiler/
H A Dtyped-optimization.cc140 Type* const map_type = NodeProperties::GetType(map); local
141 if (map_type->IsHeapConstant() &&
142 map_type->AsHeapConstant()->Value().is_identical_to(object_map)) {
/external/ltp/testcases/kernel/mem/mtest05/
H A Dmmstress.c284 int map_type = 0; /* specifies the type of the mapped object */ local
319 map_type = (fault_type == COW_FAULT) ? MAP_PRIVATE : MAP_SHARED;
329 PROT_WRITE), map_type, fd, 0))
/external/iproute2/include/linux/
H A Dbpf.h103 __u32 map_type; /* one of enum bpf_map_type */ member in struct:bpf_attr::__anon7863
/external/ImageMagick/MagickCore/
H A Dxwindow-private.h286 *map_type, member in struct:_XResourceInfo
H A Dxwindow.c1151 % o map_info: If map_type is specified, this structure is initialized
1167 *map_type,
1196 map_type=resource_info->map_type;
1286 if ((map_info != (XStandardColormap *) NULL) && (map_type != (char *) NULL))
1313 if (LocaleCompare(map_type,"list") != 0)
1319 "RGB_%s_MAP",map_type);
1358 map_type);
1380 "UnableToMatchVisualToStandardColormap",map_type);
1387 map_type);
1157 *map_type, local
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dbpf.h143 __u32 map_type; /* one of enum bpf_map_type */ member in struct:bpf_attr::__anon8586

Completed in 301 milliseconds