Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:NR_OPEN_DEFAULT
(Results
1 - 12
of
12
) sorted by relevance
/kernel/liteos_m/components/fs/vfs/
H
A
D
vfs_files.c
40
static struct File g_files[
NR_OPEN_DEFAULT
];
62
for (i = 0; i <
NR_OPEN_DEFAULT
; i++) {
in VfsFileGet()
H
A
D
vfs_config.h
62
#define
NR_OPEN_DEFAULT
(CONFIG_NFILE_DESCRIPTORS - MIN_START_FD)
macro
H
A
D
vfs_mount.c
351
for (int fd = 0; fd <
NR_OPEN_DEFAULT
; fd++) {
in CloseFdsInMp()
/kernel/uniproton/src/fs/vfs/
H
A
D
vfs_files.c
25
static struct TagFile g_files[
NR_OPEN_DEFAULT
];
46
for (S32 i = 0; i <
NR_OPEN_DEFAULT
; i++) {
in OsVfsGetFile()
H
A
D
vfs_config.h
33
#define
NR_OPEN_DEFAULT
CONFIG_NFILE_DESCRIPTORS
macro
H
A
D
vfs_mount.c
250
for (S32 fd = 0; fd <
NR_OPEN_DEFAULT
; fd++) {
in OsCloseFdsInMp()
/kernel/liteos_a/compat/posix/src/
H
A
D
misc.c
192
#ifndef
NR_OPEN_DEFAULT
193
#define
NR_OPEN_DEFAULT
1024
macro
206
if (rlim->rlim_max >
NR_OPEN_DEFAULT
) {
in setrlimit()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fdtable.h
24
#define
NR_OPEN_DEFAULT
BITS_PER_LONG
macro
67
struct file __rcu * fd_array[
NR_OPEN_DEFAULT
];
/kernel/linux/linux-6.6/include/linux/
H
A
D
fdtable.h
24
#define
NR_OPEN_DEFAULT
BITS_PER_LONG
macro
67
struct file __rcu * fd_array[
NR_OPEN_DEFAULT
];
/kernel/liteos_a/fs/include/
H
A
D
vfs_config.h
119
#define
NR_OPEN_DEFAULT
CONFIG_NFILE_DESCRIPTORS
macro
/kernel/linux/linux-5.10/fs/
H
A
D
file.c
306
if (max_fds <
NR_OPEN_DEFAULT
)
in sane_fdtable_size()
307
max_fds =
NR_OPEN_DEFAULT
;
in sane_fdtable_size()
335
new_fdt->max_fds =
NR_OPEN_DEFAULT
;
in dup_fd()
497
.max_fds =
NR_OPEN_DEFAULT
,
/kernel/linux/linux-6.6/fs/
H
A
D
file.c
306
if (max_fds <
NR_OPEN_DEFAULT
)
in sane_fdtable_size()
307
max_fds =
NR_OPEN_DEFAULT
;
in sane_fdtable_size()
335
new_fdt->max_fds =
NR_OPEN_DEFAULT
;
in dup_fd()
472
.max_fds =
NR_OPEN_DEFAULT
,
Completed in 7 milliseconds