Home
last modified time | relevance | path

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

/linux-3.4.99/virt/kvm/
Dasync_pf.c31 static struct kmem_cache *async_pf_cache; variable
35 async_pf_cache = KMEM_CACHE(kvm_async_pf, 0); in kvm_async_pf_init()
37 if (!async_pf_cache) in kvm_async_pf_init()
45 if (async_pf_cache) in kvm_async_pf_deinit()
46 kmem_cache_destroy(async_pf_cache); in kvm_async_pf_deinit()
47 async_pf_cache = NULL; in kvm_async_pf_deinit()
105 kmem_cache_free(async_pf_cache, work); in kvm_clear_async_pf_completion_queue()
116 kmem_cache_free(async_pf_cache, work); in kvm_clear_async_pf_completion_queue()
143 kmem_cache_free(async_pf_cache, work); in kvm_check_async_pf_completion()
161 work = kmem_cache_zalloc(async_pf_cache, GFP_NOWAIT); in kvm_setup_async_pf()
[all …]