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:MAX_SWAPFILES
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/swapon/
H
A
D
swaponoff.h
7
*
MAX_SWAPFILES
.
11
#define
MAX_SWAPFILES
30
macro
13
#define
MAX_SWAPFILES
32
macro
15
#define
MAX_SWAPFILES
8
macro
H
A
D
swapon03.c
12
* - EPERM when there are more than
MAX_SWAPFILES
already in use.
60
/* Probably the system supports
MAX_SWAPFILES
> 30,
in verify_swapon()
61
* let's try with
MAX_SWAPFILES
== 32 */
in verify_swapon()
81
"
MAX_SWAPFILES
is 32",
in verify_swapon()
142
swapfiles =
MAX_SWAPFILES
- swapfiles;
in setup_swap()
143
if (swapfiles >
MAX_SWAPFILES
)
in setup_swap()
144
swapfiles =
MAX_SWAPFILES
;
in setup_swap()
H
A
D
Makefile
4
NEEDSPECIAL := $(shell echo
MAX_SWAPFILES
| $(CC) -E -xc -include linux/swap.h 2>/dev/null - | tail -n 1 | grep 32; echo $?)
Completed in 1 milliseconds