Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/erofs/
Dzmap.c210 unsigned int vcnt, base, lo, encodebits, nblk; in unpack_compacted_index() local
215 vcnt = 2; in unpack_compacted_index()
217 vcnt = 16; in unpack_compacted_index()
221 encodebits = ((vcnt << amortizedshift) - sizeof(__le32)) * 8 / vcnt; in unpack_compacted_index()
222 base = round_down(eofs, vcnt << amortizedshift); in unpack_compacted_index()
232 if (i + 1 != vcnt) { in unpack_compacted_index()
262 in += (vcnt << amortizedshift) - sizeof(__le32); in unpack_compacted_index()
Dzdata.c65 cl->vcnt = 0; in z_erofs_pcluster_init_once()
294 clt->cl->vcnt += (unsigned int)ret; in z_erofs_attach_page()
415 DBG_BUGON(cl->vcnt); in z_erofs_register_collection()
488 clt->cl->pagevec, clt->cl->vcnt); in z_erofs_collector_begin()
790 for (i = 0; i < cl->vcnt; ++i) { in z_erofs_decompress_pcluster()
928 cl->vcnt = 0; in z_erofs_decompress_pcluster()
Dzdata.h35 unsigned int vcnt; member
/kernel/linux/linux-5.10/tools/perf/tests/
Dattr.c168 int vcnt = min(verbose, (int) sizeof(v) - 1); in run_dir() local
172 vcnt++; in run_dir()
175 d, d, perf, vcnt, v); in run_dir()
/kernel/linux/linux-5.10/drivers/md/
Draid1.c1103 unsigned vcnt = (size + PAGE_SIZE - 1) >> PAGE_SHIFT; in alloc_behind_master_bio() local
1107 behind_bio = bio_alloc_mddev(GFP_NOIO, vcnt, r1_bio->mddev); in alloc_behind_master_bio()
1119 while (i < vcnt && size) { in alloc_behind_master_bio()
2100 int vcnt; in process_checks() local
2103 vcnt = (r1_bio->sectors + PAGE_SIZE / 512 - 1) >> (PAGE_SHIFT - 9); in process_checks()
2152 for (j = vcnt; j-- ; ) { in process_checks()
Draid10.c2000 int vcnt; in sync_request_write() local
2019 vcnt = (r10_bio->sectors + (PAGE_SIZE >> 9) - 1) >> (PAGE_SHIFT - 9); in sync_request_write()
2042 for (j = 0; j < vcnt; j++) { in sync_request_write()
2052 if (j == vcnt) in sync_request_write()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch23743 + priv->vcnt[pipe].event = e;
24423 + struct rockchip_drm_vcnt vcnt[ROCKCHIP_MAX_CRTC];