Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_module.c181 cachefs_req_cache = kmem_cache_create("cachefs_async_request", in cachefs_init()
285 kmem_cache_destroy(cachefs_req_cache); in cachefs_fini()
H A Dcachefs_subr.c84 struct kmem_cache *cachefs_req_cache = NULL; variable
130 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()
H A Dcachefs_vfsops.c1135 rp = kmem_cache_alloc(cachefs_req_cache, KM_SLEEP); in queue_sync()
H A Dcachefs_vnops.c3445 rp = kmem_cache_alloc(cachefs_req_cache, KM_SLEEP); in cachefs_inactive()
3652 rp = kmem_cache_alloc(cachefs_req_cache, KM_SLEEP); in cachefs_lookup_common()
7086 rp = kmem_cache_alloc(cachefs_req_cache, KM_SLEEP); in cachefs_readdir_connected()
8003 rp = kmem_cache_alloc(cachefs_req_cache, KM_SLEEP); in cachefs_putpage_common()
8021 kmem_cache_free(cachefs_req_cache, rp); in cachefs_putpage_common()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h1035 extern struct kmem_cache *cachefs_req_cache;