Searched refs:async_pf_cache (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/virt/kvm/
H A Dasync_pf.c46 static struct kmem_cache *async_pf_cache; variable in typeref:struct:kmem_cache
50 async_pf_cache = KMEM_CACHE(kvm_async_pf, 0); kvm_async_pf_init()
52 if (!async_pf_cache) kvm_async_pf_init()
60 if (async_pf_cache) kvm_async_pf_deinit()
61 kmem_cache_destroy(async_pf_cache); kvm_async_pf_deinit()
62 async_pf_cache = NULL; kvm_async_pf_deinit()
123 kmem_cache_free(async_pf_cache, work); kvm_clear_async_pf_completion_queue()
134 kmem_cache_free(async_pf_cache, work); kvm_clear_async_pf_completion_queue()
158 kmem_cache_free(async_pf_cache, work); kvm_check_async_pf_completion()
176 work = kmem_cache_zalloc(async_pf_cache, GFP_NOWAIT | __GFP_NOWARN); kvm_setup_async_pf()
205 kmem_cache_free(async_pf_cache, work); kvm_setup_async_pf()
216 work = kmem_cache_zalloc(async_pf_cache, GFP_ATOMIC); kvm_async_pf_wakeup_all()

Completed in 73 milliseconds