Home
last modified time | relevance | path

Searched defs:total_mem (Results 1 – 5 of 5) sorted by relevance

/external/fio/
Dmemory.c64 static int alloc_mem_shm(struct thread_data *td, unsigned int total_mem) in alloc_mem_shm()
125 static int alloc_mem_mmap(struct thread_data *td, size_t total_mem) in alloc_mem_mmap()
182 static void free_mem_mmap(struct thread_data *td, size_t total_mem) in free_mem_mmap()
195 static int alloc_mem_malloc(struct thread_data *td, size_t total_mem) in alloc_mem_malloc()
210 static int alloc_mem_cudamalloc(struct thread_data *td, size_t total_mem) in alloc_mem_cudamalloc()
287 size_t total_mem; in allocate_io_mem() local
336 unsigned int total_mem; in free_io_mem() local
/external/toolchain-utils/mem_tests/
Dmem_groups.py47 num_samples, total_mem = map(int, mem_samples.strip().split(':')) variable
/external/ltp/testcases/kernel/mem/tunable/
Dmin_free_kbytes.c60 static unsigned long total_mem; variable
/external/webp/src/utils/
Dutils.c68 static size_t total_mem = 0; variable
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c4312 int total_mem = readq; in initialise_threads() local
5351 void check_usable_phys_mem(int total_mem) in check_usable_phys_mem()
5473 int total_mem = get_default_phys_mem(); in main() local