Searched refs:mmap_sz (Results 1 – 1 of 1) sorted by relevance
49 struct mp *mmap_sz = arg; in thr() local55 a = rand() % mmap_sz->sz; in thr()57 b = rand() % mmap_sz->sz; in thr()58 *(mmap_sz->addr + b * hpage_size) = rand(); in thr()68 struct mp mmap_sz[ARSZ]; in do_mmap() local86 mmap_sz[i].sz = sz; in do_mmap()87 mmap_sz[i].addr = addr; in do_mmap()89 TEST(pthread_create(&tid[i], NULL, thr, &mmap_sz[i])); in do_mmap()