Home | History | Annotate | Download | only in util

Lines Matching refs:mmaps

1017 	char *buf, *mmaps[8];
1041 memset(mmaps, 0, sizeof(mmaps));
1058 mmaps[map_idx] = buf;
1059 map_idx = (map_idx + 1) & (ARRAY_SIZE(mmaps) - 1);
1065 if (mmaps[map_idx]) {
1066 munmap(mmaps[map_idx], mmap_size);
1067 mmaps[map_idx] = NULL;