Searched refs:commits (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dget_maintainer.pl544 --git-min-percent => minimum percentage of commits required (default: $email_git_min_percent)
545 --git-blame => use git blame to find modified commits for patch or file
554 --rolestats => show roles and statistics (commits/total_commits, %)
590 Using "--rolestats" and "--git-blame" shows the #/total=% commits,
591 not the percentage of the entire file authored. # of commits is
593 contain a thousand lines, 5 trivial commits may modify a single line.
1005 my $commits;
1011 $commits = grep(/$pattern/, @lines); # of commits
1027 return ($commits,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Dtestcurl.pl404 my @commits;
419 # get the last 5 commits for show (even if no pull was made)
420 @commits=`git log --pretty=oneline --abbrev-commit -5`;
421 logit "The most recent curl git commits:";
422 for (@commits) {
442 # get the last 5 commits for show (even if no pull was made)
443 @commits=`git log --pretty=oneline --abbrev-commit -5`;
444 logit "The most recent ares git commits:";
445 for (@commits) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dlog.h333 SH_TAILQ_HEAD(__commit) commits;/* list of txns waiting to commit. */ member in struct:__log
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dring_buffer.c462 local_t commits; member in struct:ring_buffer_per_cpu
1909 * Nested commits always have zero deltas, so
2072 local_inc(&cpu_buffer->commits);
2077 unsigned long commits; local
2084 commits = local_read(&cpu_buffer->commits);
2100 if (unlikely(local_read(&cpu_buffer->commits) != commits) &&
2129 local_dec(&cpu_buffer->commits);
2332 * This commits th
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_put.c516 * in the buffer. (Note that other commits in this buffer will wait
957 &lp->commits, commit, links, __db_commit);
1063 * How many flush calls (usually commits) did this call actually sync?
1070 SH_TAILQ_FOREACH(commit, &lp->commits, links, __db_commit)
1074 &lp->commits, commit, links, __db_commit);
1080 &lp->commits, commit, links, __db_commit);
1083 * If another thread commits and flushes
H A Dlog.c260 SH_TAILQ_INIT(&lp->commits);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddb.tex494 Permanently "commits" changes (insertions/deletions/updates) to the database.
508 Calling this member function commits ALL open transactions on this ODBC
511 wxDbTable instances commits any pending transactions on all three wxDbTable
1228 commits), and queries the datasource for its representations of the basic
H A Dtdb.tex78 commits/rollbacks on different tables from affecting more than the desired

Completed in 93 milliseconds