Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
Dhugemmap06.c49 struct mp *mmap_sz = arg; in thr() local
55 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() local
86 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()