Searched refs:ncps (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/nilfs2/ |
H A D | cpfile.c | 322 int ret, ncps, nicps, nss, count, i; in nilfs_cpfile_delete_checkpoints() local 339 for (cno = start; cno < end; cno += ncps) { in nilfs_cpfile_delete_checkpoints() 340 ncps = nilfs_cpfile_checkpoints_in_block(cpfile, cno, end); in nilfs_cpfile_delete_checkpoints() 354 for (i = 0; i < ncps; i++, cp = (void *)cp + cpsz) { in nilfs_cpfile_delete_checkpoints() 434 int ncps, i; in nilfs_cpfile_do_get_cpinfo() local 440 for (n = 0; n < nci; cno += ncps) { in nilfs_cpfile_do_get_cpinfo() 448 ncps = nilfs_cpfile_checkpoints_in_block(cpfile, cno, cur_cno); in nilfs_cpfile_do_get_cpinfo() 452 for (i = 0; i < ncps && n < nci; i++, cp = (void *)cp + cpsz) { in nilfs_cpfile_do_get_cpinfo()
|
/openbmc/linux/sound/virtio/ |
H A D | virtio_pcm.c | 411 unsigned int ncps = in virtsnd_pcm_build_devs() local 414 if (!npbs && !ncps) in virtsnd_pcm_build_devs() 418 npbs, ncps, &vpcm->pcm); in virtsnd_pcm_build_devs()
|