| H A D | oslib-posix.c | 444 int max_threads) in get_memset_num_threads() 450 ret = MIN(MIN(host_procs, MAX_MEM_PREALLOC_THREAD_COUNT), max_threads); in get_memset_num_threads() 479 int max_threads, ThreadContext *tc, bool async, in touch_all_pages() 498 get_memset_num_threads(hpagesize, numpages, max_threads); in touch_all_pages() 613 bool qemu_prealloc_mem(int fd, char *area, size_t sz, int max_threads, in qemu_prealloc_mem() 664 ret = touch_all_pages(area, hpagesize, numpages, max_threads, tc, async, in qemu_prealloc_mem() 437 get_memset_num_threads(size_t hpagesize,size_t numpages,int max_threads) get_memset_num_threads() argument 472 touch_all_pages(char * area,size_t hpagesize,size_t numpages,int max_threads,ThreadContext * tc,bool async,bool use_madv_populate_write) touch_all_pages() argument 606 qemu_prealloc_mem(int fd,char * area,size_t sz,int max_threads,ThreadContext * tc,bool async,Error ** errp) qemu_prealloc_mem() argument
|