Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c152 struct kmem_cache *mem_cache; member
185 nfslog_mem_alloc[indx].mem_cache = in nfslog_init()
609 kmem_cache_alloc(nfslog_mem_alloc[alloc_indx].mem_cache, in nfslog_record_alloc()
624 lrp->alloc_cache = nfslog_mem_alloc[alloc_indx].mem_cache; in nfslog_record_alloc()
H A Dnfs4_db.c284 kmem_cache_t *mem_cache = kmem_cache_create(cache_name, in nfs4_init_mem_cache() local
295 rfs4_db_mem_cache_table[idx].r_db_mem_cache = mem_cache; in nfs4_init_mem_cache()
296 return (mem_cache); in nfs4_init_mem_cache()