Home
last modified time | relevance | path

Searched refs:map_len (Results 1 – 4 of 4) sorted by relevance

/tools/testing/selftests/mm/
A Dtranshuge-stress.c34 size_t map_len; in main() local
85 map_len = ram >> (HPAGE_SHIFT - 1); in main()
86 map = malloc(map_len); in main()
95 memset(map, 0, map_len); in main()
109 if (idx >= map_len) { in main()
113 memset(map + map_len, 0, idx + 1 - map_len); in main()
114 map_len = idx + 1; in main()
/tools/testing/selftests/bpf/
A Dxdp_hw_metadata.c740 size_t map_len = 0; in main() local
774 map_len += strlen(buf); in main()
775 tmp = realloc(map, map_len + 1); in main()
/tools/bpf/bpftool/
A Dbtf.c1223 __u32 map_len = sizeof(map_info); in build_btf_tables() local
1232 &map_len); in build_btf_tables()
/tools/testing/selftests/iommu/
A Diommufd.c982 unsigned int map_len; in TEST_F() local
987 map_len = 0x5000; in TEST_F()
991 map_len = MOCK_PAGE_SIZE * 10; in TEST_F()
997 test_err_ioctl_ioas_map(ENOSPC, buffer, map_len, &iova); in TEST_F()

Completed in 16 milliseconds