Searched refs:MAP_SIZE (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/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], duration, retval, size, val; in test_queue_stack_map_by_type() 20 for (i = 0; i < MAP_SIZE; i++) in test_queue_stack_map_by_type() 43 for (i = 0; i < MAP_SIZE; i++) { in test_queue_stack_map_by_type() 52 for (i = 0; i < MAP_SIZE; i++) { in test_queue_stack_map_by_type() 57 val = vals[MAP_SIZE - 1 - i]; in test_queue_stack_map_by_type() 58 pkt_v4.iph.saddr = vals[MAP_SIZE - 1 - i] * 5; in test_queue_stack_map_by_type() 82 for (i = 0; i < MAP_SIZE; i++) { in test_queue_stack_map_by_type() 88 CHECK(i != MAP_SIZE && (err || val != vals[i] * 5), in test_queue_stack_map_by_type()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_maps.c | 528 const int MAP_SIZE = 32; in test_queuemap() local 529 __u32 vals[MAP_SIZE + MAP_SIZE/2], val; in test_queuemap() 533 for (i = 0; i < MAP_SIZE + MAP_SIZE/2; i++) in test_queuemap() 537 fd = bpf_create_map(BPF_MAP_TYPE_QUEUE, 4, sizeof(val), MAP_SIZE, in test_queuemap() 541 fd = bpf_create_map(BPF_MAP_TYPE_QUEUE, 0, sizeof(val), MAP_SIZE, in test_queuemap() 554 for (i = 0; i < MAP_SIZE; i++) in test_queuemap() 565 for (i = MAP_SIZE; i < MAP_SIZE + MAP_SIZE/2; i++) in test_queuemap() 569 for (i = MAP_SIZE/2; i < MAP_SIZE + MAP_SIZE/2; i++) in test_queuemap() 586 const int MAP_SIZE = 32; in test_stackmap() local 587 __u32 vals[MAP_SIZE + MAP_SIZE/2], val; in test_stackmap() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/ |
| H A D | munmap.patch | 9 - munmap(0,MAP_SIZE); 10 + munmap(map,MAP_SIZE); 18 - munmap(0,MAP_SIZE); 19 + munmap(map,MAP_SIZE);
|
| H A D | pxaregs.c | 1768 #define MAP_SIZE 4096 macro 1769 #define MAP_MASK ( MAP_SIZE - 1 ) 1787 MAP_SIZE, in getmem() 1801 munmap(0,MAP_SIZE); in getmem() 1822 MAP_SIZE, in putmem() 1836 munmap(0,MAP_SIZE); in putmem()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | compaction_test.c | 22 #define MAP_SIZE (MAP_SIZE_MB * 1024 * 1024) macro 197 map = mmap(NULL, MAP_SIZE, PROT_READ | PROT_WRITE, in main() 204 munmap(map, MAP_SIZE); in main() 214 for (i = 0; i < MAP_SIZE; i += page_size) in main() 221 munmap(entry->map, MAP_SIZE); in main()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | samsung_tty.c | 1548 #define MAP_SIZE (0x100) macro 1552 release_mem_region(port->mapbase, MAP_SIZE); in s3c24xx_serial_release_port() 1559 return request_mem_region(port->mapbase, MAP_SIZE, name) ? 0 : -EBUSY; in s3c24xx_serial_request_port()
|