Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/idmap/
H A Didmaptest.c81 #define BATCHSIZE 1000 macro
108 uid_t idbuf[NTHREAD*BATCHSIZE]; in test_idmap()
121 b[i].base = RIDBASE + i * BATCHSIZE; in test_idmap()
122 b[i].count = BATCHSIZE; in test_idmap()
123 b[i].idbuf = &idbuf[i * BATCHSIZE]; in test_idmap()
124 b[i].statbuf = calloc(BATCHSIZE, sizeof (idmap_stat)); in test_idmap()
125 b[i].statbuf2 = calloc(BATCHSIZE, sizeof (idmap_stat)); in test_idmap()
156 for (j = 0; j < BATCHSIZE; j++) { in test_idmap()
169 qsort(idbuf, NTHREAD*BATCHSIZE, sizeof (uid_t), cmpugid); in test_idmap()
170 for (i = 1; i < NTHREAD*BATCHSIZE; i++) { in test_idmap()