Searched refs:mmap_sz (Results 1 – 1 of 1) sorted by relevance
73 struct mp *mmap_sz = arg; in thr() local79 a = rand() % mmap_sz->sz; in thr()81 b = rand() % mmap_sz->sz; in thr()82 *(mmap_sz->addr + b * hpage_size) = rand(); in thr()92 struct mp mmap_sz[ARSZ]; in do_mmap() local110 mmap_sz[i].sz = sz; in do_mmap()111 mmap_sz[i].addr = addr; in do_mmap()113 TEST(pthread_create(&tid[i], NULL, thr, &mmap_sz[i])); in do_mmap()