Searched refs:file1 (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/Documentation/dvb/ |
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"
|
/linux-4.4.14/drivers/infiniband/core/ |
D | ucma.c | 1452 static void ucma_lock_files(struct ucma_file *file1, struct ucma_file *file2) in ucma_lock_files() argument 1455 if (file1 < file2) { in ucma_lock_files() 1456 mutex_lock(&file1->mut); in ucma_lock_files() 1460 mutex_lock_nested(&file1->mut, SINGLE_DEPTH_NESTING); in ucma_lock_files() 1464 static void ucma_unlock_files(struct ucma_file *file1, struct ucma_file *file2) in ucma_unlock_files() argument 1466 if (file1 < file2) { in ucma_unlock_files() 1468 mutex_unlock(&file1->mut); in ucma_unlock_files() 1470 mutex_unlock(&file1->mut); in ucma_unlock_files()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | file.c | 1939 static int ll_swap_layouts(struct file *file1, struct file *file2, in ll_swap_layouts() argument 1953 llss->inode1 = file_inode(file1); in ll_swap_layouts() 1991 swap(file1, file2); in ll_swap_layouts() 1998 rc = ll_get_grouplock(llss->inode1, file1, gid); in ll_swap_layouts() 2004 ll_put_grouplock(llss->inode1, file1, gid); in ll_swap_layouts() 2064 ll_put_grouplock(llss->inode1, file1, gid); in ll_swap_layouts() 2086 rc = ll_setattr(file1->f_path.dentry, &llss->ia2); in ll_swap_layouts()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-diff.txt | 11 'perf diff' [baseline file] [data file1] [[data file2] ... ]
|
/linux-4.4.14/scripts/ |
D | Kbuild.include | 277 # (3) - due to: file1.h file2.h
|
/linux-4.4.14/fs/befs/ |
D | ChangeLog | 53 names like file1 and file2 to mysteriously be duplicates of each other
|
/linux-4.4.14/Documentation/cgroups/ |
D | blkio-controller.txt | 45 - Create two same size files (say 512MB each) on same disk (file1, file2) and
|