Searched refs:file2 (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/tools/perf/ |
D | check-headers.sh | 63 file2=$2 68 cmd="diff $* $file1 $file2 > /dev/null" 70 test -f $file2 && { 72 echo "Warning: Kernel ABI header at '$file1' differs from latest version at '$file2'" >&2 73 echo diff -u $file1 $file2
|
/Linux-v4.19/scripts/ |
D | get_dvb_firmware | 572 my $file2 = "ngene_17.fw"; 583 wgetfile($file2, $url . $file2); 584 verify($file2, $hash2); 589 "$file1, $file2, $file3"; 715 my $file2 = "dvb-usb-it9135-02.zip"; 725 wgetfile($file2, $url . $file2); 726 unzip($file2, ""); 729 "$file1 $file2"
|
D | Kbuild.include | 317 # (3) - due to: file1.h file2.h
|
/Linux-v4.19/drivers/infiniband/core/ |
D | ucma.c | 1538 static void ucma_lock_files(struct ucma_file *file1, struct ucma_file *file2) in ucma_lock_files() argument 1541 if (file1 < file2) { in ucma_lock_files() 1543 mutex_lock_nested(&file2->mut, SINGLE_DEPTH_NESTING); in ucma_lock_files() 1545 mutex_lock(&file2->mut); in ucma_lock_files() 1550 static void ucma_unlock_files(struct ucma_file *file1, struct ucma_file *file2) in ucma_unlock_files() argument 1552 if (file1 < file2) { in ucma_unlock_files() 1553 mutex_unlock(&file2->mut); in ucma_unlock_files() 1557 mutex_unlock(&file2->mut); in ucma_unlock_files()
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-diff.txt | 11 'perf diff' [baseline file] [data file1] [[data file2] ... ]
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_progs.c | 288 const char *file2 = "./test_l4lb_noinline.o"; in test_l4lb_all() local 291 test_l4lb(file2); in test_l4lb_all()
|
/Linux-v4.19/fs/befs/ |
D | ChangeLog | 53 names like file1 and file2 to mysteriously be duplicates of each other
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | blkio-controller.txt | 45 - Create two same size files (say 512MB each) on same disk (file1, file2) and
|