Searched refs:files (Results 51 - 75 of 213) sorted by relevance

123456789

/linux-master/drivers/crypto/hisilicon/hpre/
H A Dhpre.h67 struct hpre_debugfs_file files[HPRE_DEBUGFS_FILE_NUM]; member in struct:hpre_debug
/linux-master/fs/proc/
H A Dtask_nommu.c60 if (current->files && atomic_read(&current->files->count) > 1)
61 sbytes += kobjsize(current->files);
63 bytes += kobjsize(current->files);
/linux-master/scripts/dtc/
H A Ddt-extract-compatibles85 for path, dirs, files in os.walk(root):
90 for f in files:
106 ap.add_argument("cfile", type=str, nargs='*', help="C source files or directories to parse")
/linux-master/drivers/gpu/drm/
H A Ddrm_debugfs.c7 * copy of this software and associated documentation files (the "Software"),
228 * drm_debugfs_create_files - Initialize a given set of debugfs files for DRM
230 * @files: The array of files to create
231 * @count: The number of files given
235 * Create a given set of debugfs files represented by an array of
236 * &struct drm_info_list in the given root directory. These files will be removed
239 void drm_debugfs_create_files(const struct drm_info_list *files, int count, argument
247 u32 features = files[i].driver_features;
257 tmp->dent = debugfs_create_file(files[
265 drm_debugfs_remove_files(const struct drm_info_list *files, int count, struct dentry *root, struct drm_minor *minor) argument
381 drm_debugfs_add_files(struct drm_device *dev, const struct drm_debugfs_info *files, int count) argument
[all...]
/linux-master/scripts/
H A Dget_abi.pl402 # Having titles inside ABI files will only work if extra
565 my @files;
678 push @files, graph_add_file($abs_file, "file");
776 my $num_files = scalar @files;
780 @files = sort @files;
794 my $file_ref = $files[$i];
808 printf STDERR "%s: processing sysfs files... %i%%: $names[0]", $time, $percent;
822 printf STDERR "%s: processing sysfs files... done\n", $time;
952 # Parses all ABI files locate
[all...]
/linux-master/net/sunrpc/
H A Drpc_pipe.c651 const struct rpc_filelist *files,
660 name.name = files[i].name;
661 name.len = strlen(files[i].name);
683 const struct rpc_filelist *files,
689 __rpc_depopulate(parent, files, start, eof);
694 const struct rpc_filelist *files,
704 dentry = __rpc_lookup_create_exclusive(parent, files[i].name);
708 switch (files[i].mode & S_IFMT) {
713 files[i].mode,
714 files[
650 __rpc_depopulate(struct dentry *parent, const struct rpc_filelist *files, int start, int eof) argument
682 rpc_depopulate(struct dentry *parent, const struct rpc_filelist *files, int start, int eof) argument
693 rpc_populate(struct dentry *parent, const struct rpc_filelist *files, int start, int eof, void *private) argument
1149 static const struct rpc_filelist files[] = { variable in typeref:struct:rpc_filelist
[all...]
/linux-master/drivers/net/wireless/marvell/libertas/
H A Ddebugfs.c706 const struct lbs_debugfs_files *files; local
713 files = &debugfs_files[i];
714 priv->debugfs_files[i] = debugfs_create_file(files->name,
715 files->perm,
718 &files->fops);
724 files = &debugfs_events_files[i];
725 priv->debugfs_events_files[i] = debugfs_create_file(files->name,
726 files->perm,
729 &files->fops);
735 files
[all...]
/linux-master/drivers/scsi/aic7xxx/
H A DMakefile14 # Core Fast -> U160 files
27 # Core U320 files
42 clean-files := aic7xxx_seq.h aic7xxx_reg.h aic7xxx_reg_print.c
43 clean-files += aic79xx_seq.h aic79xx_reg.h aic79xx_reg_print.c
45 # Dependencies for generated files need to be listed explicitly
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-recheck-rcu.sh44 nclosecalls=`grep --binary-files=text 'torture: Reader Batch' $i/console.log | tail -1 | \
/linux-master/tools/mm/
H A Dslabinfo-gnuplot.sh225 files[$idx]=$p
233 files[$idx]=$p
244 if [ ${#files[@]} -eq 0 ] && [ ${#t_files[@]} -eq 0 ]; then
251 for i in "${files[@]}"; do
259 for i in "${files[@]}"; do
/linux-master/arch/powerpc/platforms/cell/spufs/
H A DMakefile23 clean-files := spu_save_dump.h spu_restore_dump.h
25 # Compile SPU files
31 # Assemble SPU files
/linux-master/drivers/accessibility/speakup/
H A DMakefile35 clean-files := mapdata.h speakupmap.h
/linux-master/drivers/memory/
H A DMakefile41 clean-files += ti-emif-asm-offsets.h
/linux-master/io_uring/
H A Dfiletable.h39 return &table->files[i];
/linux-master/tools/net/ynl/generated/
H A DMakefile17 GENS_PATHS=$(shell grep -nrI --files-without-match \
/linux-master/tools/perf/util/
H A Ddata.h41 struct perf_data_file *files; member in struct:perf_data::__anon1595
/linux-master/fs/quota/
H A Dquota_v1.c62 if (!dqopt->files[type])
97 if (sb_dqopt(dquot->dq_sb)->files[type])
129 struct inode *inode = sb_dqopt(sb)->files[type];
/linux-master/tools/perf/tests/shell/
H A Ddaemon.sh418 # files to avoid races. If the loop retries more than 600 times then
424 local files
425 files=`ls ${base}/session-test/*perf.data* 2> /dev/null | wc -l`
429 elif [ ${signals} -eq 1 ] && [ $files -ge 1 ]; then
432 elif [ ${signals} -eq 2 ] && [ $files -ge 2 ]; then
435 elif [ ${signals} -eq 3 ] && [ $files -ge 3 ]; then
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_sseu_debugfs.c293 static const struct intel_gt_debugfs_file files[] = { local
298 intel_gt_debugfs_register_files(root, files, ARRAY_SIZE(files), gt);
H A Dsysfs_engines.c450 static const struct attribute * const files[] = { local
472 if (sysfs_create_files(&ke->base, files))
486 static const struct attribute * const files[] = { local
516 if (sysfs_create_files(kobj, files))
/linux-master/security/apparmor/
H A DMakefile15 clean-files := capability_names.h rlim_names.h net_names.h
/linux-master/scripts/gcc-plugins/
H A DMakefile44 clean-files += *.so
/linux-master/net/core/
H A Dnetclassid_cgroup.c99 fd = iterate_fd(p->files, fd, update_classid_sock, &ctx);
/linux-master/crypto/asymmetric_keys/
H A DMakefile46 clean-files += pkcs8.asn1.c pkcs8.asn1.h
/linux-master/security/apparmor/include/
H A Dfile.h98 void aa_inherit_files(const struct cred *cred, struct files_struct *files);

Completed in 316 milliseconds

123456789