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:total_ram
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H
A
D
aio-stress.c
961
size_t
total_ram
;
in setup_shared_mem()
local
965
total_ram
= num_files * depth * padded_reclen + num_threads;
in setup_shared_mem()
968
total_ram
+= padded_reclen;
in setup_shared_mem()
971
total_ram
+= page_size_mask;
in setup_shared_mem()
974
p = SAFE_MALLOC(
total_ram
);
in setup_shared_mem()
976
SAFE_SHMGET(IPC_PRIVATE,
total_ram
, IPC_CREAT | 0700);
in setup_shared_mem()
988
SAFE_FTRUNCATE(fd,
total_ram
);
in setup_shared_mem()
992
p = SAFE_MMAP((char *)0x50000000,
total_ram
,
in setup_shared_mem()
/third_party/mesa3d/src/panfrost/vulkan/
H
A
D
panvk_device.c
866
uint64_t
total_ram
= (uint64_t)info.totalram * info.mem_unit;
in panvk_get_system_heap_size()
local
872
if (
total_ram
<= 4ull * 1024 * 1024 * 1024)
in panvk_get_system_heap_size()
873
available_ram =
total_ram
/ 2;
in panvk_get_system_heap_size()
875
available_ram =
total_ram
* 3 / 4;
in panvk_get_system_heap_size()
/third_party/mesa3d/src/imagination/vulkan/
H
A
D
pvr_device.c
288
uint64_t
total_ram
;
in pvr_compute_heap_size()
local
289
if (!os_get_total_physical_memory(&
total_ram
))
in pvr_compute_heap_size()
296
if (
total_ram
<= 4ULL * 1024ULL * 1024ULL * 1024ULL)
in pvr_compute_heap_size()
297
available_ram =
total_ram
/ 2U;
in pvr_compute_heap_size()
299
available_ram =
total_ram
* 3U / 4U;
in pvr_compute_heap_size()
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_device.c
337
uint64_t
total_ram
= (uint64_t)info.totalram * (uint64_t)info.mem_unit;
in compute_heap_size()
local
339
uint64_t
total_ram
= (uint64_t) v3d_simulator_get_mem_size();
in compute_heap_size()
346
if (
total_ram
<= 4ull * 1024ull * 1024ull * 1024ull)
in compute_heap_size()
347
available_ram =
total_ram
/ 2;
in compute_heap_size()
349
available_ram =
total_ram
* 3 / 4;
in compute_heap_size()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_device.c
1397
uint64_t
total_ram
= (uint64_t) info.totalram * (uint64_t) info.mem_unit;
in tu_get_system_heap_size()
local
1403
if (
total_ram
<= 4ull * 1024ull * 1024ull * 1024ull)
in tu_get_system_heap_size()
1404
available_ram =
total_ram
/ 2;
in tu_get_system_heap_size()
1406
available_ram =
total_ram
* 3 / 4;
in tu_get_system_heap_size()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_device.c
344
uint64_t
total_ram
)
in anv_compute_sys_heap_size()
350
if (
total_ram
<= 4ull * 1024ull * 1024ull * 1024ull)
in anv_compute_sys_heap_size()
351
available_ram =
total_ram
/ 2;
in anv_compute_sys_heap_size()
353
available_ram =
total_ram
* 3 / 4;
in anv_compute_sys_heap_size()
343
anv_compute_sys_heap_size(struct anv_physical_device *device, uint64_t
total_ram
)
anv_compute_sys_heap_size()
argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H
A
D
u_threaded_context.c
4632
uint64_t
total_ram
;
in threaded_context_init_bytes_mapped_limit()
local
4633
if (os_get_total_physical_memory(&
total_ram
)) {
in threaded_context_init_bytes_mapped_limit()
4634
tc->bytes_mapped_limit =
total_ram
/ divisor;
in threaded_context_init_bytes_mapped_limit()
Completed in 30 milliseconds