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:mem_max
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/parisc/mm/
H
A
D
init.c
111
unsigned long
mem_max
;
in setup_bootmem()
local
198
mem_max
= 0;
in setup_bootmem()
203
if ((
mem_max
+ rsize) > mem_limit) {
in setup_bootmem()
205
if (
mem_max
== mem_limit)
in setup_bootmem()
209
- (
mem_max
>> PAGE_SHIFT);
in setup_bootmem()
211
mem_max
= mem_limit;
in setup_bootmem()
215
mem_max
+= rsize;
in setup_bootmem()
218
printk(KERN_INFO "Total Memory: %ld MB\n",
mem_max
>> 20);
in setup_bootmem()
304
if (__pa(initrd_start) <
mem_max
) {
in setup_bootmem()
307
if (__pa(initrd_end) >
mem_max
) {
in setup_bootmem()
[all...]
/kernel/linux/linux-6.6/arch/parisc/mm/
H
A
D
init.c
112
unsigned long
mem_max
;
in setup_bootmem()
local
195
mem_max
= 0;
in setup_bootmem()
200
if ((
mem_max
+ rsize) > mem_limit) {
in setup_bootmem()
202
if (
mem_max
== mem_limit)
in setup_bootmem()
206
- (
mem_max
>> PAGE_SHIFT);
in setup_bootmem()
208
mem_max
= mem_limit;
in setup_bootmem()
212
mem_max
+= rsize;
in setup_bootmem()
215
printk(KERN_INFO "Total Memory: %ld MB\n",
mem_max
>> 20);
in setup_bootmem()
301
if (__pa(initrd_start) <
mem_max
) {
in setup_bootmem()
304
if (__pa(initrd_end) >
mem_max
) {
in setup_bootmem()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/
H
A
D
test_memcontrol.c
684
long
mem_max
= (long)arg;
in alloc_anon_50M_check_swap()
local
695
if (!mem_current || !values_close(mem_current,
mem_max
, 3))
in alloc_anon_50M_check_swap()
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H
A
D
test_memcontrol.c
786
long
mem_max
= (long)arg;
in alloc_anon_50M_check_swap()
local
802
if (!mem_current || !values_close(mem_current,
mem_max
, 3))
in alloc_anon_50M_check_swap()
Completed in 6 milliseconds