Searched refs:vcnt (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/perf/tests/
H A Dattr.c169 int vcnt = min(verbose, (int) sizeof(v) - 1); local
173 vcnt++;
176 d, d, perf, vcnt, v);
/linux-master/fs/erofs/
H A Dzmap.c96 unsigned int vcnt, u8 *in, int i)
101 DBG_BUGON(i >= vcnt);
109 } while (++i < vcnt);
111 /* vcnt - 1 (Z_EROFS_LCLUSTER_TYPE_NONHEAD) item */
123 unsigned int vcnt, base, lo, lobits, encodebits, nblk, eofs; local
129 vcnt = 2;
131 vcnt = 16;
136 m->nextpackoff = round_down(pos, vcnt << amortizedshift) +
137 (vcnt << amortizedshift);
140 encodebits = ((vcnt << amortizedshif
94 get_compacted_la_distance(unsigned int lobits, unsigned int encodebits, unsigned int vcnt, u8 *in, int i) argument
[all...]
H A Dzdata.c60 unsigned int vcnt; member in struct:z_erofs_pcluster
741 fe->pcl->vcnt += (ret >= 0);
864 Z_EROFS_INLINE_BVECS, fe->pcl->vcnt);
1165 for (i = 0; i < pcl->vcnt; ++i) {
1320 pcl->vcnt = 0;
/linux-master/drivers/md/
H A Draid1.c1217 unsigned vcnt = (size + PAGE_SIZE - 1) >> PAGE_SHIFT; local
1221 behind_bio = bio_alloc_bioset(NULL, vcnt, 0, GFP_NOIO,
1230 while (i < vcnt && size) {
2251 int vcnt; local
2254 vcnt = (r1_bio->sectors + PAGE_SIZE / 512 - 1) >> (PAGE_SHIFT - 9);
2302 for (j = vcnt; j-- ; ) {
H A Draid10.c2317 int vcnt; local
2336 vcnt = (r10_bio->sectors + (PAGE_SIZE >> 9) - 1) >> (PAGE_SHIFT - 9);
2359 for (j = 0; j < vcnt; j++) {
2369 if (j == vcnt)

Completed in 277 milliseconds