Home
last modified time | relevance | path

Searched refs:file2 (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/tools/objtool/
Dsync-check.sh13 file2=$2
18 cmd="diff $* $file1 $file2 > /dev/null"
20 test -f $file2 && {
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/
Dcheck-headers.sh74 file2=$2
79 cmd="diff $* $file1 $file2 > /dev/null"
81 test -f $file2 && {
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/
Dget_dvb_firmware559 my $file2 = "ngene_17.fw";
570 wgetfile($file2, $url . $file2);
571 verify($file2, $hash2);
576 "$file1, $file2, $file3";
702 my $file2 = "dvb-usb-it9135-02.zip";
712 wgetfile($file2, $url . $file2);
713 unzip($file2, "");
716 "$file1 $file2"
DKbuild.include241 # (3) - due to: file1.h file2.h
/Linux-v5.4/tools/testing/selftests/bpf/prog_tests/
Dl4lb_all.c83 const char *file2 = "./test_l4lb_noinline.o"; in test_l4lb_all() local
86 test_l4lb(file2); in test_l4lb_all()
/Linux-v5.4/drivers/infiniband/core/
Ducma.c1533 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()
1538 mutex_lock_nested(&file2->mut, SINGLE_DEPTH_NESTING); in ucma_lock_files()
1540 mutex_lock(&file2->mut); 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()
1548 mutex_unlock(&file2->mut); in ucma_unlock_files()
1552 mutex_unlock(&file2->mut); in ucma_unlock_files()
/Linux-v5.4/scripts/kconfig/
Dconfdata.c41 static bool is_same(const char *file1, const char *file2) in is_same() argument
52 fd2 = open(file2, O_RDONLY); in is_same()
/Linux-v5.4/tools/perf/Documentation/
Dperf-diff.txt11 'perf diff' [baseline file] [data file1] [[data file2] ... ]
/Linux-v5.4/fs/befs/
DChangeLog53 names like file1 and file2 to mysteriously be duplicates of each other