Searched refs:commits (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/scripts/ |
D | get_maintainer.pl | 1298 my $commits; 1312 $commits = grep(/$pattern/, @lines); # of commits 1332 return ($commits, $signers_ref, $authors_ref, \@stats); 1366 my @commits = (); 1372 push(@commits, $1); 1376 return @commits; 1382 my @commits = (); 1384 return @commits if (!(-f $file)); 1400 push(@commits, $all_commits[$i]); 1412 push(@commits, vcs_save_commits($cmd)); [all …]
|
/linux-4.1.27/tools/perf/ |
D | CREDITS | 30 The full history of the files can be found in the upstream Git commits.
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-log.txt | 27 This log implementation commits the log state to disk. This way, the
|
D | cache.txt | 128 If no such requests are made then commits will occur every second. This
|
D | thin-provisioning.txt | 127 If no such requests are made then commits will occur every second. This
|
/linux-4.1.27/kernel/trace/ |
D | ring_buffer.c | 479 local_t commits; member 2518 local_inc(&cpu_buffer->commits); in rb_start_commit() 2523 unsigned long commits; in rb_end_commit() local 2530 commits = local_read(&cpu_buffer->commits); in rb_end_commit() 2546 if (unlikely(local_read(&cpu_buffer->commits) != commits) && in rb_end_commit() 2576 local_dec(&cpu_buffer->commits); in rb_reserve_next_event() 4195 local_set(&cpu_buffer->commits, 0); in rb_reset_cpu()
|
/linux-4.1.27/Documentation/networking/ |
D | netdev-FAQ.txt | 67 any new networking-related commits. 117 A: Normally Greg Kroah-Hartman collects stable commits himself, but
|
/linux-4.1.27/Documentation/trace/ |
D | ring-buffer-design.txt | 215 is finished writing data into that position, it commits the write. 256 After second writer commits: 269 When the first writer commits:
|
/linux-4.1.27/Documentation/filesystems/ |
D | ext3.txt | 69 of journal commits, making volatile disk write caches
|
D | xfs-delayed-logging-design.txt | 610 commits must scale to many concurrent commits. The current transaction commit 619 1. Locking out new transaction commits while flushing the CIL
|
D | ext4.txt | 191 of journal commits, making volatile disk write caches
|
/linux-4.1.27/Documentation/development-process/ |
D | 5.Posting | 169 and the title when citing commits). If a problem is associated with
|
/linux-4.1.27/Documentation/filesystems/configfs/ |
D | configfs.txt | 474 will. Userspace commits the item by renaming it into the "live"
|
/linux-4.1.27/Documentation/cgroups/ |
D | cpusets.txt | 490 The kernel commits to user space that it will avoid load balancing
|
/linux-4.1.27/Documentation/ |
D | SubmittingPatches | 749 commits; that increases their confidence that the request actually came
|