| /OK3568_Linux_fs/kernel/fs/ |
| H A D | file.c | 169 static int expand_fdtable(struct files_struct *files, unsigned int nr) in expand_fdtable() argument 170 __releases(files->file_lock) in expand_fdtable() 171 __acquires(files->file_lock) in expand_fdtable() 175 spin_unlock(&files->file_lock); in expand_fdtable() 181 if (atomic_read(&files->count) > 1) in expand_fdtable() 184 spin_lock(&files->file_lock); in expand_fdtable() 195 cur_fdt = files_fdtable(files); in expand_fdtable() 198 rcu_assign_pointer(files->fdt, new_fdt); in expand_fdtable() 199 if (cur_fdt != &files->fdtab) in expand_fdtable() 214 static int expand_files(struct files_struct *files, unsigned int nr) in expand_files() argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | pkgdata.py | 112 files = {} 117 files[curpkg].append(line.strip()) 121 files[curpkg] = [] 122 return files 130 files = splitoutput(result.output) 131 self.assertIn('zlib-dev', list(files.keys()), "listed pkgs. files: %s" %result.output) 132 self.assertIn('zlib-doc', list(files.keys()), "listed pkgs. files: %s" %result.output) 133 self.assertIn(os.path.join(includedir, 'zlib.h'), files['zlib-dev']) 134 self.assertIn(os.path.join(mandir, 'man3/zlib.3'), files['zlib-doc']) 137 files = splitoutput(result.output) [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| H A D | Makefile.headersinst | 46 header-files := $(notdir $(wildcard $(srcdir)/*.h)) 47 header-files += $(notdir $(wildcard $(srcdir)/*.agh)) 48 header-files := $(filter-out $(no-export-headers), $(header-files)) 49 genhdr-files := $(notdir $(wildcard $(gendir)/*.h)) 50 genhdr-files := $(filter-out $(header-files), $(genhdr-files)) 57 all-files := $(header-files) $(genhdr-files) 58 output-files := $(addprefix $(installdir)/, $(all-files)) 61 missing := $(filter-out $(all-files),$(mandatory-y)) 69 unwanted := $(filter-out $(all-files),$(oldheaders)) 76 quiet_cmd_install = INSTALL $(printdir) ($(words $(all-files))\ [all …]
|
| H A D | Makefile.clean | 39 __clean-files := $(extra-y) $(extra-m) $(extra-) \ 40 $(always) $(targets) $(clean-files) \ 45 __clean-files := $(filter-out $(no-clean-files), $(__clean-files)) 51 __clean-files := $(wildcard \ 52 $(addprefix $(obj)/, $(filter-out $(objtree)/%, $(__clean-files))) \ 53 $(filter $(objtree)/%, $(__clean-files))) 64 cmd_clean = rm -f $(__clean-files) 70 ifneq ($(strip $(__clean-files)),)
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/ |
| H A D | Makefile.headersinst | 46 header-files := $(notdir $(wildcard $(srcdir)/*.h)) 47 header-files += $(notdir $(wildcard $(srcdir)/*.agh)) 48 header-files := $(filter-out $(no-export-headers), $(header-files)) 49 genhdr-files := $(notdir $(wildcard $(gendir)/*.h)) 50 genhdr-files := $(filter-out $(header-files), $(genhdr-files)) 57 all-files := $(header-files) $(genhdr-files) 58 output-files := $(addprefix $(installdir)/, $(all-files)) 61 missing := $(filter-out $(all-files),$(mandatory-y)) 69 unwanted := $(filter-out $(all-files),$(oldheaders)) 76 quiet_cmd_install = INSTALL $(printdir) ($(words $(all-files))\ [all …]
|
| H A D | Makefile.clean | 39 __clean-files := $(extra-y) $(extra-m) $(extra-) \ 40 $(always) $(targets) $(clean-files) \ 45 __clean-files := $(filter-out $(no-clean-files), $(__clean-files)) 51 __clean-files := $(wildcard \ 52 $(addprefix $(obj)/, $(filter-out $(objtree)/%, $(__clean-files))) \ 53 $(filter $(objtree)/%, $(__clean-files))) 64 cmd_clean = rm -f $(__clean-files) 70 ifneq ($(strip $(__clean-files)),)
|
| /OK3568_Linux_fs/buildroot/package/linux-firmware/ |
| H A D | Config.in | 4 This package provides various binary firmware files (closed 16 Firmware files for Intel Baytrail SST DSP audio. 25 Firmware files for AMD GPU video cards. 30 Firmware files for the Intel i915 video cards. 35 Firmware files for AMD Radeon video cards. 40 Firmware files for Qualcomm Venus video codec accelerator 45 Firmware files for Qualcomm Adreno GPU firmware 50 Firmware files for Samsung MFC video encoder/decoder driver v8 59 Firmware files for Intel 3160/7260/7265/8260/8265 Wireless 65 Firmware files for MediaTek MT7650 bluetooth support [all …]
|
| /OK3568_Linux_fs/app/qfm/ |
| H A D | qfmwindow.cpp | 124 QFileInfoList files; in getFiles() local 128 files = dir->entryInfoList(QDir::AllDirs|QDir::Files|QDir::NoDotAndDotDot); in getFiles() 131 … files = dir->entryInfoList(m_videoSuffixList, QDir::AllDirs|QDir::Files|QDir::NoDotAndDotDot); in getFiles() 134 … files = dir->entryInfoList(m_musicSuffixList, QDir::AllDirs|QDir::Files|QDir::NoDotAndDotDot); in getFiles() 137 files = dir->entryInfoList(m_picSuffixList, QDir::AllDirs|QDir::Files|QDir::NoDotAndDotDot); in getFiles() 141 for(int i=0;i<files.count();i++){ in getFiles() 143 QMimeType type = db.mimeTypeForFile(files[i].fileName()); in getFiles() 144 … qDebug() << files[i].fileName() << "mime type: " << type.name() << "dir: " << files[i].isDir(); in getFiles() 147 return files; in getFiles() 209 QFileInfoList files; in getlist() local [all …]
|
| /OK3568_Linux_fs/buildroot/utils/ |
| H A D | getdeveloperlib.py | 21 files = set() 34 files.add(fname) 35 return (files, infras) 66 (files, infras) = analyze_patch(patch) 67 allfiles = allfiles | files 107 def __init__(self, name, files): argument 109 self.files = files 110 self.packages = parse_developer_packages(files) 111 self.architectures = parse_developer_architectures(files) 112 self.infras = parse_developer_infras(files) [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/ |
| H A D | FEATURES.in | 4 * Raw files in various binary formats 6 * Amiga 8svx files 7 * Apple/SGI AIFF files 8 * SUN .au files 10 ** G7xx ADPCM files (read only) 11 ** mutant DEC .au files 12 ** NeXT .snd files 13 * AVR files 15 * CVS and VMS files (continuous variable slope) 16 * Grandstream ring-tone files [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fdtable.h | 74 #define rcu_dereference_check_fdtable(files, fdtfd) \ argument 75 rcu_dereference_check((fdtfd), lockdep_is_held(&(files)->file_lock)) 77 #define files_fdtable(files) \ argument 78 rcu_dereference_check_fdtable((files), (files)->fdt) 83 static inline struct file *__fcheck_files(struct files_struct *files, unsigned int fd) in __fcheck_files() argument 85 struct fdtable *fdt = rcu_dereference_raw(files->fdt); in __fcheck_files() 94 static inline struct file *fcheck_files(struct files_struct *files, unsigned int fd) in fcheck_files() argument 97 !lockdep_is_held(&files->file_lock), in fcheck_files() 99 return __fcheck_files(files, fd); in fcheck_files() 105 #define fcheck(fd) fcheck_files(current->files, fd) [all …]
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | fd.c | 23 struct files_struct *files = NULL; in seq_show() local 32 files = get_files_struct(task); in seq_show() 35 if (files) { in seq_show() 38 spin_lock(&files->file_lock); in seq_show() 39 file = fcheck_files(files, fd); in seq_show() 41 struct fdtable *fdt = files_fdtable(files); in seq_show() 50 spin_unlock(&files->file_lock); in seq_show() 51 put_files_struct(files); in seq_show() 62 show_fd_locks(m, file, files); in seq_show() 110 struct files_struct *files = get_files_struct(task); in tid_fd_mode() local [all …]
|
| /OK3568_Linux_fs/buildroot/package/glibc/ |
| H A D | nsswitch.conf | 3 passwd: files 4 group: files 5 shadow: files 7 hosts: files dns 8 networks: files dns 10 protocols: files 11 services: files 12 ethers: files 13 rpc: files
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/bin/ |
| H A D | kvm-find-errors.sh | 30 files= 36 files="$files $i.diags $i" 39 if test -n "$files" 41 $editor $files 51 files= 56 files="$files $i.diags $i" 59 if test -n "$files" 61 $editor $files
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | data.c | 21 static void close_dir(struct perf_data_file *files, int nr) in close_dir() argument 24 close(files[nr].fd); in close_dir() 25 zfree(&files[nr].path); in close_dir() 27 free(files); in close_dir() 32 close_dir(data->dir.files, data->dir.nr); in perf_data__close_dir() 37 struct perf_data_file *files = NULL; in perf_data__create_dir() local 43 files = zalloc(nr * sizeof(*files)); in perf_data__create_dir() 44 if (!files) in perf_data__create_dir() 48 struct perf_data_file *file = &files[i]; in perf_data__create_dir() 62 data->dir.files = files; in perf_data__create_dir() [all …]
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | .gitignore | 2 # NOTE! Don't add files that are generated in specific 32 # Top-level generic files 42 # git files that we don't want to ignore even it they are dot-files 48 # Generated files 57 # Generated include files 66 # quilt's files 70 # gdb files 73 # cscope files 76 # tags files 81 # gnu global files
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H A D | Makefile.clean | 30 __clean-files := \ 31 $(clean-files) $(targets) $(hostprogs) $(userprogs) \ 38 __clean-files += $(always) $(hostprogs-y) $(hostprogs-m) $(hostprogs-) 40 __clean-files := $(filter-out $(no-clean-files), $(__clean-files)) 46 __clean-files := $(wildcard \ 47 $(addprefix $(obj)/, $(filter-out $(objtree)/%, $(__clean-files))) \ 48 $(filter $(objtree)/%, $(__clean-files))) 53 cmd_clean = rm -rf $(__clean-files) 56 ifneq ($(strip $(__clean-files)),)
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | Makefile.clean | 30 __clean-files := \ 31 $(clean-files) $(targets) $(hostprogs) $(userprogs) \ 38 __clean-files += $(always) $(hostprogs-y) $(hostprogs-m) $(hostprogs-) 40 __clean-files := $(filter-out $(no-clean-files), $(__clean-files)) 46 __clean-files := $(wildcard \ 47 $(addprefix $(obj)/, $(filter-out $(objtree)/%, $(__clean-files))) \ 48 $(filter $(objtree)/%, $(__clean-files))) 53 cmd_clean = rm -rf $(__clean-files) 56 ifneq ($(strip $(__clean-files)),)
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H A D | Makefile.clean | 30 __clean-files := \ 31 $(clean-files) $(targets) $(hostprogs) $(userprogs) \ 38 __clean-files += $(always) $(hostprogs-y) $(hostprogs-m) $(hostprogs-) 40 __clean-files := $(filter-out $(no-clean-files), $(__clean-files)) 46 __clean-files := $(wildcard \ 47 $(addprefix $(obj)/, $(filter-out $(objtree)/%, $(__clean-files))) \ 48 $(filter $(objtree)/%, $(__clean-files))) 53 cmd_clean = rm -rf $(__clean-files) 56 ifneq ($(strip $(__clean-files)),)
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/ |
| H A D | .gitignore | 2 # NOTE! Don't add files that are generated in specific 6 # NOTE! Please use 'git ls-files -i --exclude-standard' 8 # any tracked files which get ignored after the change. 39 # Top-level generic files 58 # git files that we don't want to ignore even it they are dot-files 64 # Generated include files 73 # quilt's files 77 # cscope files 81 # gnu global files 99 # lichee ingnore files
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/ |
| H A D | Makefile.clean | 38 __clean-files := $(extra-y) $(extra-m) $(extra-) \ 39 $(always) $(targets) $(clean-files) \ 43 __clean-files := $(filter-out $(no-clean-files), $(__clean-files)) 49 __clean-files := $(wildcard \ 50 $(addprefix $(obj)/, $(filter-out $(objtree)/%, $(__clean-files))) \ 51 $(filter $(objtree)/%, $(__clean-files))) 62 cmd_clean = rm -f $(__clean-files) 68 ifneq ($(strip $(__clean-files)),)
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | Makefile.clean | 46 __clean-files := $(extra-y) $(extra-m) $(extra-) \ 47 $(always) $(targets) $(clean-files) \ 51 __clean-files := $(filter-out $(no-clean-files), $(__clean-files)) 57 __clean-files := $(wildcard \ 58 $(addprefix $(obj)/, $(filter-out $(objtree)/%, $(__clean-files))) \ 59 $(filter $(objtree)/%, $(__clean-files))) 70 cmd_clean = rm -f $(__clean-files) 76 ifneq ($(strip $(__clean-files)),)
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | Makefile.clean | 38 __clean-files := $(extra-y) $(extra-m) $(extra-) \ 39 $(always) $(targets) $(clean-files) \ 43 __clean-files := $(filter-out $(no-clean-files), $(__clean-files)) 49 __clean-files := $(wildcard \ 50 $(addprefix $(obj)/, $(filter-out $(objtree)/%, $(__clean-files))) \ 51 $(filter $(objtree)/%, $(__clean-files))) 62 cmd_clean = rm -f $(__clean-files) 68 ifneq ($(strip $(__clean-files)),)
|
| H A D | Makefile.headersinst | 38 wrapper-files := $(filter $(header-y), $(generic-y)) 47 all-files := $(header-y) $(genhdr-y) $(wrapper-files) 48 output-files := $(addprefix $(installdir)/, $(all-files)) 71 unwanted := $(filter-out $(all-files),$(oldheaders)) 78 quiet_cmd_install = INSTALL $(printdir) ($(words $(all-files))\ 79 file$(if $(word 2, $(all-files)),s)) 84 for F in $(wrapper-files); do \ 92 quiet_cmd_check = CHECK $(printdir) ($(words $(all-files)) files) 95 cmd_check = for f in $(all-files); do \ 119 $(check-file): scripts/headers_check.pl $(output-files) FORCE
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | LPPL-1.0 | 23 To use this license, the files of your distribution should have an 46 This license gives terms under which files of The Program may be 47 distributed and modified. Individual files may have specific further 54 files, do not refer to this license, instead distribute The Program 95 Redistribution of unchanged files is allowed provided that all files 102 listing all the files covered by this license. 104 If you receive only some of these files from someone, complain! 106 The distribution of changed versions of certain files included in the 112 See note below, under "Conditions on individual files". 116 files must be distributed under a license that forbids distribution [all …]
|