Searched refs:cachefs_req_cache (Results 1 – 5 of 5) sorted by relevance
184 cachefs_req_cache = kmem_cache_create("cachefs_async_request", in cachefs_init()288 kmem_cache_destroy(cachefs_req_cache); in cachefs_fini()
84 struct kmem_cache *cachefs_req_cache = NULL; variable130 rp = kmem_cache_alloc(cachefs_req_cache, KM_SLEEP); in cachefs_cache_create()2566 kmem_cache_free(cachefs_req_cache, rp); in cachefs_do_req()
1135 rp = kmem_cache_alloc(cachefs_req_cache, KM_SLEEP); in queue_sync()
3444 rp = kmem_cache_alloc(cachefs_req_cache, KM_SLEEP); in cachefs_inactive()3651 rp = kmem_cache_alloc(cachefs_req_cache, KM_SLEEP); in cachefs_lookup_common()7085 rp = kmem_cache_alloc(cachefs_req_cache, KM_SLEEP); in cachefs_readdir_connected()8014 rp = kmem_cache_alloc(cachefs_req_cache, KM_SLEEP); in cachefs_putpage_common()8032 kmem_cache_free(cachefs_req_cache, rp); in cachefs_putpage_common()
1035 extern struct kmem_cache *cachefs_req_cache;