Lines Matching refs:async_pf_cache
46 static struct kmem_cache *async_pf_cache; variable
50 async_pf_cache = KMEM_CACHE(kvm_async_pf, 0); in kvm_async_pf_init()
52 if (!async_pf_cache) in kvm_async_pf_init()
60 if (async_pf_cache) in kvm_async_pf_deinit()
61 kmem_cache_destroy(async_pf_cache); in kvm_async_pf_deinit()
62 async_pf_cache = NULL; in kvm_async_pf_deinit()
119 kmem_cache_free(async_pf_cache, work); in kvm_clear_async_pf_completion_queue()
130 kmem_cache_free(async_pf_cache, work); in kvm_clear_async_pf_completion_queue()
154 kmem_cache_free(async_pf_cache, work); in kvm_check_async_pf_completion()
172 work = kmem_cache_zalloc(async_pf_cache, GFP_NOWAIT | __GFP_NOWARN); in kvm_setup_async_pf()
201 kmem_cache_free(async_pf_cache, work); in kvm_setup_async_pf()
212 work = kmem_cache_zalloc(async_pf_cache, GFP_ATOMIC); in kvm_async_pf_wakeup_all()