Home
last modified time | relevance | path

Searched refs:prealloc_threads (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/backends/
H A Dhostmem.c251 if (!qemu_prealloc_mem(fd, ptr, sz, backend->prealloc_threads, in host_memory_backend_set_prealloc()
263 visit_type_uint32(v, name, &backend->prealloc_threads, errp); in host_memory_backend_get_prealloc_threads()
280 backend->prealloc_threads = value; in host_memory_backend_set_prealloc_threads()
293 backend->prealloc_threads = machine->smp.cpus; in host_memory_backend_init()
427 backend->prealloc_threads, in host_memory_backend_memory_complete()
/openbmc/qemu/include/sysemu/
H A Dhostmem.h80 uint32_t prealloc_threads; member