Searched refs:commit_count (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/scripts/ |
H A D | get_maintainer.pl | 1744 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, $file); 2309 my $commit_count; 2320 ($commit_count, $commit_signers_ref, $commit_authors_ref, $stats_ref) = vcs_find_signers($cmd, $file); 2333 my $commit_count;
|
/kernel/linux/linux-6.6/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, $file); 2310 my $commit_count; 2321 ($commit_count, $commit_signers_ref, $commit_authors_ref, $stats_ref) = vcs_find_signers($cmd, $file); 2334 my $commit_count;
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | fs.h | 352 u64 commit_count; member
|
H A D | sysfs.c | 1050 fs_info->commit_stats.commit_count, in btrfs_commit_stats_show()
|
H A D | transaction.c | 2143 fs_info->commit_stats.commit_count++; in update_commit_stats()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-cache-target.c | 362 atomic_t commit_count; member 1804 atomic_inc(&cache->stats.commit_count); in commit() 2603 atomic_set(&cache->stats.commit_count, 0); in cache_create()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-cache-target.c | 293 atomic_t commit_count; member 1748 atomic_inc(&cache->stats.commit_count); in commit() 2552 atomic_set(&cache->stats.commit_count, 0); in cache_create()
|
Completed in 22 milliseconds