Searched refs:file1 (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/tools/perf/ |
D | check-headers.sh | 62 file1=$1 68 cmd="diff $* $file1 $file2 > /dev/null" 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 | 570 my $file1 = "ngene_15.fw"; 580 wgetfile($file1, $url . $file1); 581 verify($file1, $hash1); 589 "$file1, $file2, $file3"; 712 my $file1 = "dvb-usb-it9135-01.zip"; 721 wgetfile($file1, $url . $file1); 722 unzip($file1, ""); 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() 1542 mutex_lock(&file1->mut); in ucma_lock_files() 1546 mutex_lock_nested(&file1->mut, SINGLE_DEPTH_NESTING); 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() 1554 mutex_unlock(&file1->mut); in ucma_unlock_files() 1556 mutex_unlock(&file1->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 | 287 const char *file1 = "./test_l4lb.o"; in test_l4lb_all() local 290 test_l4lb(file1); 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
|