Searched refs:files (Results 26 - 50 of 213) sorted by path

123456789

/linux-master/arch/sparc/boot/
H A DMakefile12 clean-files := System.map
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c231 /* set uid and gid of rdtgroup dirs and files to that of the creator */
1794 /* rdtgroup information files for one cache resource. */
3391 unsigned long files = 0; local
3445 files = RFTYPE_BASE | RFTYPE_CTRL;
3447 files |= RFTYPE_MON;
3449 files = RFTYPE_BASE | RFTYPE_MON;
3452 ret = rdtgroup_add_files(kn, files);
4106 * register rdtgroup filesystem, and initialize files under root directory.
/linux-master/arch/x86/kvm/
H A DMakefile48 clean-files += kvm-asm-offsets.h
/linux-master/arch/x86/lib/
H A DMakefile3 # Makefile for x86 specific library files.
27 clean-files := inat-tables.c
/linux-master/arch/xtensa/boot/lib/
H A DMakefile34 clean-files := $(zlib)
/linux-master/crypto/asymmetric_keys/
H A DMakefile46 clean-files += pkcs8.asn1.c pkcs8.asn1.h
/linux-master/drivers/accessibility/speakup/
H A DMakefile35 clean-files := mapdata.h speakupmap.h
/linux-master/drivers/android/
H A Dbinder.c1940 filp_close(twcb->file, current->files);
4339 * new fds first and only then install the files.
/linux-master/drivers/comedi/drivers/ni_routing/tools/
H A DMakefile2 # this make file is simply to help autogenerate these files:
12 @echo "\`make csv-files\`"
13 @echo " Creates new csv-files using content of c-files of existing"
14 @echo " ni_routing/* content. New csv files are placed in csv"
16 @echo "\`make c-files\`"
17 @echo " Creates new c-files using content of csv sub-directory. These"
18 @echo " new c-files can be compared to the active content in the"
25 @echo " Remove all generated files/directories EXCEPT for csv/c files
[all...]
/linux-master/drivers/crypto/hisilicon/
H A Ddebugfs.c1076 struct debugfs_file *file = qm->debug.files + index;
1107 * hisi_qm_debug_init() - Initialize qm related debugfs files.
1108 * @qm: The qm for which we want to add debugfs files.
1110 * Create qm related debugfs files.
/linux-master/drivers/crypto/hisilicon/hpre/
H A Dhpre.h67 struct hpre_debugfs_file files[HPRE_DEBUGFS_FILE_NUM]; member in struct:hpre_debug
H A Dhpre_main.c970 spin_lock_init(&dbg->files[indx].lock);
971 dbg->files[indx].debug = dbg;
972 dbg->files[indx].type = type;
973 dbg->files[indx].index = indx;
975 dbg->files + indx, &hpre_ctrl_debug_fops);
/linux-master/drivers/crypto/hisilicon/sec2/
H A Dsec.h185 struct sec_debug_file files[SEC_DEBUG_FILE_NUM]; member in struct:sec_debug
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,
/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/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm5 * copy of this software and associated documentation files (the "Software"),
H A Dcwsr_trap_handler_gfx8.asm5 * copy of this software and associated documentation files (the "Software"),
H A Dcwsr_trap_handler_gfx9.asm5 * copy of this software and associated documentation files (the "Software"),
/linux-master/drivers/gpu/drm/ci/
H A Dbuild.sh97 mkdir -p /lava-files/
99 cp arch/${KERNEL_ARCH}/boot/${image} /lava-files/.
104 cp ${DEVICE_TREES} /lava-files/.
120 /lava-files/cheza-kernel
124 gzip -k /lava-files/Image
128 # Pass needed files to the test stage
137 xz -7 -c -T${FDO_CI_CONCURRENT:-4} vmlinux > /lava-files/vmlinux.xz
145 ci-fairy s3cp --token-file "${CI_JOB_JWT_FILE}" /lava-files/$f \
149 S3_ARTIFACT_NAME="kernel-files.tar.zst"
163 cp /lava-files/
[all...]
/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/drivers/gpu/drm/i915/gt/
H A Dintel_gt_debugfs.c75 static const struct intel_gt_debugfs_file files[] = { local
80 intel_gt_debugfs_register_files(root, files, ARRAY_SIZE(files), gt);
106 const struct intel_gt_debugfs_file *files,
110 umode_t mode = files->fops->write ? 0644 : 0444;
112 if (!files->eval || files->eval(data))
113 debugfs_create_file(files->name,
115 files->fops);
117 files
105 intel_gt_debugfs_register_files(struct dentry *root, const struct intel_gt_debugfs_file *files, unsigned long count, void *data) argument
[all...]
H A Dintel_gt_debugfs.h46 const struct intel_gt_debugfs_file *files,
H A Dintel_gt_engines_debugfs.c31 static const struct intel_gt_debugfs_file files[] = { local
35 intel_gt_debugfs_register_files(root, files, ARRAY_SIZE(files), gt);
H A Dintel_gt_pm_debugfs.c589 static const struct intel_gt_debugfs_file files[] = { local
599 intel_gt_debugfs_register_files(root, files, ARRAY_SIZE(files), 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);

Completed in 368 milliseconds

123456789