Searched refs:files (Results 126 - 150 of 213) sorted by relevance

123456789

/linux-master/arch/arm/crypto/
H A DMakefile54 clean-files += poly1305-core.S sha256-core.S sha512-core.S
/linux-master/include/net/9p/
H A D9p.h231 * @P9_DMTMP: mode bit for non-backed-up files
234 * @P9_DMDEVICE: mode bit for device files (9P2000.u)
299 * @P9_QTTMP: non-backed-up files
302 * @P9_QTFILE: normal files
526 u64 files; member in struct:p9_rstatfs
/linux-master/arch/arm64/crypto/
H A DMakefile93 clean-files += poly1305-core.S sha256-core.S sha512-core.S
/linux-master/scripts/
H A Dtags.sh3 # Generate tags or cscope files
17 # tags and cscope files should also ignore MODVERSION *.mod.c files
37 # the kernel source tree, index all files in absolute-path form.
130 (echo \-k; echo \-q; all_target_sources) > cscope.files
H A Dsphinx-pre-install138 my $files = shift;
142 for (@$files) {
955 # Extra PDF files - should use 2 for is_optional
/linux-master/kernel/bpf/
H A Dtask_iter.c81 if (skip_if_dup_files && task->files == task->group_leader->files)
128 task->files == task->group_leader->files) {
/linux-master/init/
H A Dinit_task.c113 .files = &init_files,
/linux-master/fs/
H A Dinternal.h184 struct file *file_close_fd_locked(struct files_struct *files, unsigned fd);
H A Dbinfmt_elf.c1571 * long count -- how many files are mapped
1641 /* Now we know exact count of files, can store it */
1675 struct memelfnote files; member in struct:elf_note_info
1878 if (fill_files_note(&info->files, cprm) == 0)
1879 info->size += notesize(&info->files);
1906 if (first && info->files.data &&
1907 !writenote(&info->files, cprm))
1935 kvfree(info->files.data);
/linux-master/rust/
H A DMakefile15 no-clean-files += libmacros.so
94 # and then retouch the generated files.
97 $(Q)cp $(srctree)/Documentation/images/logo.svg $(rustdoc_output)/static.files/
98 $(Q)cp $(srctree)/Documentation/images/COPYING-logo $(rustdoc_output)/static.files/
102 -e 's:<link rel="alternate icon" type="image/png" href="[/.]+/static\.files/favicon-(16x16|32x32)-[0-9a-f]+\.png">::g' \
104 $(Q)for f in $(rustdoc_output)/static.files/rustdoc-*.css; do \
/linux-master/fs/9p/
H A Dvfs_super.c233 buf->f_files = rs.files;
/linux-master/security/selinux/
H A Dselinuxfs.c1585 static const struct tree_descr files[] = { local
1594 for (i = 0; i < ARRAY_SIZE(files); i++) {
1598 dentry = d_alloc_name(dir, files[i].name);
1602 inode = sel_make_inode(dir->d_sb, S_IFREG|files[i].mode);
1608 inode->i_fop = files[i].ops;
1621 static const struct tree_descr files[] = { local
1625 for (i = 0; i < ARRAY_SIZE(files); i++) {
1629 dentry = d_alloc_name(dir, files[i].name);
1633 inode = sel_make_inode(dir->d_sb, S_IFREG|files[i].mode);
1639 inode->i_fop = files[
[all...]
/linux-master/drivers/crypto/hisilicon/zip/
H A Dzip_main.c197 struct ctrl_debug_file files[HZIP_DEBUG_FILE_NUM]; member in struct:hisi_zip_ctrl
874 spin_lock_init(&zip->ctrl->files[i].lock);
875 zip->ctrl->files[i].ctrl = zip->ctrl;
876 zip->ctrl->files[i].index = i;
880 zip->ctrl->files + i,
/linux-master/tools/perf/
H A Dbuiltin-trace.c1281 } files; member in struct:thread_trace
1291 ttrace->files.max = -1;
1353 for (int i = 0; i < ttrace->files.max; ++i) {
1354 struct file *file = ttrace->files.table + i;
1358 zfree(&ttrace->files.table);
1359 ttrace->files.max = -1;
1367 if (fd > ttrace->files.max) {
1368 struct file *nfiles = realloc(ttrace->files.table, (fd + 1) * sizeof(struct file));
1373 if (ttrace->files.max != -1) {
1374 memset(nfiles + ttrace->files
[all...]
/linux-master/scripts/dtc/
H A Ddt_to_config122 # thus the search of Makefile for the included .c files is incorrect
186 Report driver source files that match the compatibles in the device
188 files.
219 The driver match heuristic used is to search for source files
798 # ----- Find drivers (source files that contain compatible)
802 # than to add *.h. to the files list, because *.h generates
804 my $files = '"*.c"';
805 my $drivers = `git grep -l '"$compat"' -- $files`;
H A Ddtx_diff42 If two DTx are provided, the resulting dts source files are diffed.
328 # ----- cpp and dtc flags same as for linux source tree build of .dtb files,
/linux-master/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py93 print(' *.png - a variety of PNG format plot files created from the trace contents and the additional calculations.')
97 print(' Off-line CPUs cause the script to list some warnings, and create some empty files. Use the CPU mask feature for a clean run.')
188 """ Plot all cpu information from csv files """
299 # The following line is for rigor only. It seems to be assumed for .csv files
346 """ seperate the all csv file into per CPU csv files. """
363 """ clean up existing data files """
485 # Now seperate the main overall csv file into per CPU csv files.
608 # It is preferrable, but not necessary, that the regular user owns the files, not root.
609 for root, dirs, files in os.walk('.'):
610 for f in files
[all...]
/linux-master/drivers/usb/host/
H A Dxhci-debugfs.c407 struct xhci_file_map *files,
415 debugfs_create_file(files[i].name, 0444, parent, data, fops);
406 xhci_debugfs_create_files(struct xhci_hcd *xhci, struct xhci_file_map *files, size_t nentries, void *data, struct dentry *parent, const struct file_operations *fops) argument
/linux-master/fs/quota/
H A Dquota_v2.c165 i_size_read(sb_dqopt(sb)->files[type])) {
168 i_size_read(sb_dqopt(sb)->files[type]));
/linux-master/include/linux/
H A Dquota.h524 struct inode *files[MAXQUOTAS]; /* inodes of quotafiles */ member in struct:quota_info
/linux-master/fs/notify/dnotify/
H A Ddnotify.c266 fl_owner_t id = current->files;
/linux-master/arch/s390/boot/
H A DMakefile59 clean-files += vmlinux.map
/linux-master/fs/isofs/
H A Dinode.c588 * Check if root directory is empty (has less than 3 files).
592 * (and Joliet used instead) or else no files would be visible.
596 int offset = 0, files = 0, de_len; local
603 while (files < 3) {
608 files++;
612 return files < 3;
799 * With multi-extent files, file size is only limited by the maximum
1419 printk(KERN_DEBUG "ISOFS: Interleaved files not (yet) supported.\n");
/linux-master/kernel/
H A DMakefile20 # Do not trace internal ftrace files
162 clean-files := kheaders_data.tar.xz kheaders.md5
/linux-master/drivers/crypto/hisilicon/sec2/
H A Dsec_main.c885 spin_lock_init(&sec->debug.files[i].lock);
886 sec->debug.files[i].index = i;
887 sec->debug.files[i].qm = qm;
891 sec->debug.files + i,

Completed in 415 milliseconds

123456789