Home
last modified time | relevance | path

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

/Linux-v5.10/scripts/
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;
/Linux-v5.10/drivers/md/
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()