Searched refs:max_entries (Results 1 – 6 of 6) sorted by relevance
/system/bpf/libbpf_android/include/bpf/ |
D | BpfUtils.h | 67 uint32_t max_entries, uint32_t map_flags) { in createMap() argument 72 .max_entries = max_entries, in createMap()
|
D | BpfMap.h | 60 BpfMap<Key, Value>(bpf_map_type map_type, uint32_t max_entries, uint32_t map_flags = 0) { 61 int map_fd = createMap(map_type, sizeof(Key), sizeof(Value), max_entries, map_flags);
|
/system/bpf/progs/include/ |
D | bpf_map_def.h | 45 unsigned int max_entries; member
|
D | bpf_helpers.h | 70 .max_entries = (num_entries), \
|
/system/security/keystore/ |
D | auth_token_table.h | 44 explicit AuthTokenTable(size_t max_entries = 32, time_t (*clock_function)() = clock_gettime_raw) 45 : max_entries_(max_entries), last_off_body_(clock_function()), in max_entries_() argument
|
/system/bpf/libbpf_android/ |
D | Loader.cpp | 439 md[i].max_entries, md[i].map_flags)); in createMaps()
|