HomeSort by relevance Sort by last modified time
    Searched refs:create_map (Results 1 - 3 of 3) sorted by null

  /external/linux-kselftest/tools/testing/selftests/bpf/
test_lru_map.c 29 static int create_map(int map_type, int map_flags, unsigned int size) function
109 lru_map_fd = create_map(map_type, map_flags, 2 * nr_cpus);
111 lru_map_fd = create_map(map_type, map_flags, 2);
114 expected_map_fd = create_map(BPF_MAP_TYPE_HASH, 0, 2);
206 lru_map_fd = create_map(map_type, map_flags, map_size);
209 expected_map_fd = create_map(BPF_MAP_TYPE_HASH, 0, map_size);
283 lru_map_fd = create_map(map_type, map_flags, map_size);
286 expected_map_fd = create_map(BPF_MAP_TYPE_HASH, 0, map_size);
389 lru_map_fd = create_map(map_type, map_flags, map_size);
392 expected_map_fd = create_map(BPF_MAP_TYPE_HASH, 0, map_size)
    [all...]
test_verifier.c 8841 static int create_map(uint32_t size_value, uint32_t max_elem) function
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
arc-ext.c 92 create_map (unsigned char *block, function
446 create_map (buffer, count);

Completed in 245 milliseconds