Home
last modified time | relevance | path

Searched refs:MEM_SHMHUGE (Results 1 – 4 of 4) sorted by relevance

/external/fio/
Dmemory.c69 if (td->o.mem_type == MEM_SHMHUGE) { in alloc_mem_shm()
82 if (td->o.mem_type == MEM_SHMHUGE) { in alloc_mem_shm()
316 else if (td->o.mem_type == MEM_SHM || td->o.mem_type == MEM_SHMHUGE) in allocate_io_mem()
347 else if (td->o.mem_type == MEM_SHM || td->o.mem_type == MEM_SHMHUGE) in free_io_mem()
Dthread_options.h19 MEM_SHMHUGE, /* use shared memory segments with huge pages */ enumerator
Dbackend.c1182 if (td->o.mem_type == MEM_SHMHUGE || td->o.mem_type == MEM_MMAPHUGE) { in init_io_u()
Doptions.c2597 .oval = MEM_SHMHUGE,