Searched refs:file1 (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/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.1.27/drivers/infiniband/core/ |
D | ucma.c | 1365 static void ucma_lock_files(struct ucma_file *file1, struct ucma_file *file2) in ucma_lock_files() argument 1368 if (file1 < file2) { in ucma_lock_files() 1369 mutex_lock(&file1->mut); in ucma_lock_files() 1373 mutex_lock(&file1->mut); in ucma_lock_files() 1377 static void ucma_unlock_files(struct ucma_file *file1, struct ucma_file *file2) in ucma_unlock_files() argument 1379 if (file1 < file2) { in ucma_unlock_files() 1381 mutex_unlock(&file1->mut); in ucma_unlock_files() 1383 mutex_unlock(&file1->mut); in ucma_unlock_files()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | file.c | 1950 static int ll_swap_layouts(struct file *file1, struct file *file2, in ll_swap_layouts() argument 1964 llss->inode1 = file_inode(file1); in ll_swap_layouts() 2002 swap(file1, file2); in ll_swap_layouts() 2009 rc = ll_get_grouplock(llss->inode1, file1, gid); in ll_swap_layouts() 2015 ll_put_grouplock(llss->inode1, file1, gid); in ll_swap_layouts() 2075 ll_put_grouplock(llss->inode1, file1, gid); in ll_swap_layouts() 2097 rc = ll_setattr(file1->f_path.dentry, &llss->ia2); in ll_swap_layouts()
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-diff.txt | 11 'perf diff' [baseline file] [data file1] [[data file2] ... ]
|
/linux-4.1.27/scripts/ |
D | Kbuild.include | 273 # (3) - due to: file1.h file2.h
|
/linux-4.1.27/fs/befs/ |
D | ChangeLog | 53 names like file1 and file2 to mysteriously be duplicates of each other
|
/linux-4.1.27/Documentation/cgroups/ |
D | blkio-controller.txt | 45 - Create two same size files (say 512MB each) on same disk (file1, file2) and
|