Searched refs:commit_count (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/tools/buildman/ |
H A D | test.py | 417 build.commit_count = len(self.commits) 419 dirname ='/%02d_of_%02d_g%s_%s' % (2, build.commit_count, commits[1][0], 427 build.commit_count = 0 435 build.commit_count = 0
|
H A D | builder.py | 462 self.commit_count) 482 self.commit_count, commit.hash, subject[:20])) 1442 self.commit_count = len(commits) if commits else 1 1447 for commit_upto in range(0, self.commit_count, self._step): 1461 count = (self.commit_count + self._step - 1) / self._step 1523 for commit_upto in range(self.commit_count): 1550 self.commit_count = len(commits) if commits else 1
|
/openbmc/linux/scripts/ |
H A D | get_maintainer.pl | 1745 my $commit_count = 0; 1756 …($commit_count, $commit_signers_ref, $commit_authors_ref, $stats_ref) = vcs_find_signers($cmd, ""); 2291 my $commit_count; 2303 …($commit_count, $commit_signers_ref, $commit_authors_ref, $stats_ref) = vcs_find_signers($cmd, $fi… 2310 my $commit_count; 2321 …($commit_count, $commit_signers_ref, $commit_authors_ref, $stats_ref) = vcs_find_signers($cmd, $fi… 2334 my $commit_count;
|
/openbmc/qemu/scripts/ |
H A D | get_maintainer.pl | 1868 my $commit_count; 1876 ($commit_count, @commit_signers) = vcs_find_signers($cmd); 1881 my $commit_count; 1888 ($commit_count, @commit_signers) = vcs_find_signers($cmd); 1899 my $commit_count;
|
/openbmc/u-boot/scripts/ |
H A D | get_maintainer.pl | 2226 my $commit_count; 2238 …($commit_count, $commit_signers_ref, $commit_authors_ref, $stats_ref) = vcs_find_signers($cmd, $fi… 2245 my $commit_count; 2256 …($commit_count, $commit_signers_ref, $commit_authors_ref, $stats_ref) = vcs_find_signers($cmd, $fi… 2269 my $commit_count;
|
/openbmc/linux/fs/btrfs/ |
H A D | fs.h | 354 u64 commit_count; member
|
H A D | transaction.c | 2144 fs_info->commit_stats.commit_count++; in update_commit_stats()
|
H A D | sysfs.c | 1050 fs_info->commit_stats.commit_count, in btrfs_commit_stats_show()
|
/openbmc/linux/drivers/md/ |
H A D | dm-cache-target.c | 294 atomic_t commit_count; member 1749 atomic_inc(&cache->stats.commit_count); in commit() 2559 atomic_set(&cache->stats.commit_count, 0); in cache_create()
|