Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dtest.py375 build.commit_count = len(self.commits)
377 dirname ='/%02d_of_%02d_g%s_%s' % (2, build.commit_count, commits[1][0],
385 build.commit_count = 0
393 build.commit_count = 0
H A Dbuilder.py443 self.commit_count)
463 self.commit_count, commit.hash, subject[:20]))
1331 self.commit_count = len(commits) if commits else 1
1336 for commit_upto in range(0, self.commit_count, self._step):
1350 count = (self.commit_count + self._step - 1) / self._step
1412 for commit_upto in range(self.commit_count):
1439 self.commit_count = len(commits) if commits else 1
/OK3568_Linux_fs/kernel/scripts/
H A Dget_maintainer.pl1744 my $commit_count = 0;
1755 …($commit_count, $commit_signers_ref, $commit_authors_ref, $stats_ref) = vcs_find_signers($cmd, "");
2290 my $commit_count;
2302 …($commit_count, $commit_signers_ref, $commit_authors_ref, $stats_ref) = vcs_find_signers($cmd, $fi…
2309 my $commit_count;
2320 …($commit_count, $commit_signers_ref, $commit_authors_ref, $stats_ref) = vcs_find_signers($cmd, $fi…
2333 my $commit_count;
/OK3568_Linux_fs/u-boot/scripts/
H A Dget_maintainer.pl2068 my $commit_count;
2080 …($commit_count, $commit_signers_ref, $commit_authors_ref, $stats_ref) = vcs_find_signers($cmd, $fi…
2087 my $commit_count;
2098 …($commit_count, $commit_signers_ref, $commit_authors_ref, $stats_ref) = vcs_find_signers($cmd, $fi…
2111 my $commit_count;
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-cache-target.c362 atomic_t commit_count; member
1804 atomic_inc(&cache->stats.commit_count); in commit()
2598 atomic_set(&cache->stats.commit_count, 0); in cache_create()