Searched refs:file1 (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/tools/objtool/ |
D | sync-check.sh | 12 file1=$1 18 cmd="diff $* $file1 $file2 > /dev/null" 22 echo "Warning: Kernel ABI header at '$file1' differs from latest version at '$file2'" >&2 23 echo diff -u $file1 $file2
|
/Linux-v5.4/tools/perf/ |
D | check-headers.sh | 73 file1=$1 79 cmd="diff $* $file1 $file2 > /dev/null" 83 echo "Warning: Kernel ABI header at '$file1' differs from latest version at '$file2'" >&2 84 echo diff -u $file1 $file2
|
/Linux-v5.4/scripts/ |
D | get_dvb_firmware | 557 my $file1 = "ngene_15.fw"; 567 wgetfile($file1, $url . $file1); 568 verify($file1, $hash1); 576 "$file1, $file2, $file3"; 699 my $file1 = "dvb-usb-it9135-01.zip"; 708 wgetfile($file1, $url . $file1); 709 unzip($file1, ""); 716 "$file1 $file2"
|
D | Kbuild.include | 241 # (3) - due to: file1.h file2.h
|
/Linux-v5.4/tools/testing/selftests/bpf/prog_tests/ |
D | l4lb_all.c | 82 const char *file1 = "./test_l4lb.o"; in test_l4lb_all() local 85 test_l4lb(file1); in test_l4lb_all()
|
/Linux-v5.4/drivers/infiniband/core/ |
D | ucma.c | 1533 static void ucma_lock_files(struct ucma_file *file1, struct ucma_file *file2) in ucma_lock_files() argument 1536 if (file1 < file2) { in ucma_lock_files() 1537 mutex_lock(&file1->mut); in ucma_lock_files() 1541 mutex_lock_nested(&file1->mut, SINGLE_DEPTH_NESTING); in ucma_lock_files() 1545 static void ucma_unlock_files(struct ucma_file *file1, struct ucma_file *file2) in ucma_unlock_files() argument 1547 if (file1 < file2) { in ucma_unlock_files() 1549 mutex_unlock(&file1->mut); in ucma_unlock_files() 1551 mutex_unlock(&file1->mut); in ucma_unlock_files()
|
/Linux-v5.4/scripts/kconfig/ |
D | confdata.c | 41 static bool is_same(const char *file1, const char *file2) in is_same() argument 48 fd1 = open(file1, O_RDONLY); in is_same()
|
/Linux-v5.4/tools/perf/Documentation/ |
D | perf-diff.txt | 11 'perf diff' [baseline file] [data file1] [[data file2] ... ]
|
/Linux-v5.4/fs/befs/ |
D | ChangeLog | 53 names like file1 and file2 to mysteriously be duplicates of each other
|