Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_subr.c2574 struct km_wrap { struct
2576 struct km_wrap *kw_other; argument
2586 struct km_wrap *kwp; in cachefs_kmem_alloc()
2587 size_t n = (size + (2 * sizeof (struct km_wrap)) + 7) & ~7; in cachefs_kmem_alloc()
2595 kwp = (struct km_wrap *)mp; in cachefs_kmem_alloc()
2598 kwp->kw_other = (struct km_wrap *)(mp + n - sizeof (struct km_wrap)); in cachefs_kmem_alloc()
2599 kwp = (struct km_wrap *)kwp->kw_other; in cachefs_kmem_alloc()
2602 kwp->kw_other = (struct km_wrap *)mp; in cachefs_kmem_alloc()
2609 return (mp + sizeof (struct km_wrap)); in cachefs_kmem_alloc()
2620 struct km_wrap *kwp; in cachefs_kmem_zalloc()
[all …]