Searched refs:MAP_SIZE (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | queue_stack_map.c | 12 const int MAP_SIZE = 32; in test_queue_stack_map_by_type() local 13 __u32 vals[MAP_SIZE], val; in test_queue_stack_map_by_type() 27 for (i = 0; i < MAP_SIZE; i++) in test_queue_stack_map_by_type() 50 for (i = 0; i < MAP_SIZE; i++) { in test_queue_stack_map_by_type() 59 for (i = 0; i < MAP_SIZE; i++) { in test_queue_stack_map_by_type() 64 val = vals[MAP_SIZE - 1 - i]; in test_queue_stack_map_by_type() 65 pkt_v4.iph.saddr = vals[MAP_SIZE - 1 - i] * 5; in test_queue_stack_map_by_type() 94 for (i = 0; i < MAP_SIZE; i++) { in test_queue_stack_map_by_type()
|
| /linux/tools/testing/selftests/powerpc/stringloops/ |
| H A D | memcmp.c | 19 #define MAP_SIZE (64 * 1024) macro 84 p = mmap(NULL, 4 * MAP_SIZE, PROT_READ | PROT_WRITE, in testcase() 89 s1 = p + MAP_SIZE - alloc_size; in testcase() 90 s2 = p + 3 * MAP_SIZE - alloc_size; in testcase() 93 munmap(p + MAP_SIZE, MAP_SIZE); in testcase() 94 munmap(p + 3 * MAP_SIZE, MAP_SIZE); in testcase()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_maps.c | 548 const int MAP_SIZE = 32; in test_queuemap() 549 __u32 vals[MAP_SIZE + MAP_SIZE/2], val = 0; in test_queuemap() 553 for (i = 0; i < MAP_SIZE + MAP_SIZE/2; i++) in test_queuemap() 557 fd = bpf_map_create(BPF_MAP_TYPE_QUEUE, NULL, 4, sizeof(val), MAP_SIZE, &map_opts); in test_queuemap() 560 fd = bpf_map_create(BPF_MAP_TYPE_QUEUE, NULL, 0, sizeof(val), MAP_SIZE, &map_opts); in test_queuemap() 571 /* Push MAP_SIZE elements */ in test_queuemap() 572 for (i = 0; i < MAP_SIZE; i++) in test_queuemap() 583 for (i = MAP_SIZE; in test_queuemap() 537 const int MAP_SIZE = 32; test_queuemap() local 593 const int MAP_SIZE = 32; test_stackmap() local 1302 #define MAP_SIZE global() macro [all...] |
| /linux/tools/testing/selftests/mm/ |
| H A D | compaction_test.c | 23 #define MAP_SIZE (MAP_SIZE_MB * 1024 * 1024) 161 map = mmap(NULL, MAP_SIZE, PROT_READ | PROT_WRITE, in check_compaction() 168 munmap(map, MAP_SIZE); in check_compaction() 178 for (i = 0; i < MAP_SIZE; i += page_size) in set_zero_hugepages() 188 munmap(entry->map, MAP_SIZE); in set_zero_hugepages() 22 #define MAP_SIZE (MAP_SIZE_ global() macro
|