Searched defs:nfslog_mem_alloc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c151 } nfslog_mem_alloc[] = { variable in typeref:struct:__anon4595
166 (nfslog_mem_alloc[index].size + sizeof (struct lr_alloc))
181 for (indx = 0; nfslog_mem_alloc[indx].size != (-1); indx++) {
182 nfslog_mem_alloc[indx].mem_cache =
183 kmem_cache_create(nfslog_mem_alloc[indx].cache_name,
607 kmem_cache_alloc(nfslog_mem_alloc[alloc_indx].mem_cache,
621 lrp->size = nfslog_mem_alloc[alloc_indx].size;
622 lrp->alloc_cache = nfslog_mem_alloc[alloc_indx].mem_cache;
1708 if (nfslog_mem_alloc[alloc_indx].size == (-1)) {
1724 nfslog_mem_alloc[alloc_ind
[all...]

Completed in 63 milliseconds