Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_subr.c2576 struct km_wrap *kw_other; member
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()
2632 kwp->kw_other = (struct km_wrap *)(mp + n - sizeof (struct km_wrap)); in cachefs_kmem_zalloc()
2633 kwp = (struct km_wrap *)kwp->kw_other; in cachefs_kmem_zalloc()
2636 kwp->kw_other = (struct km_wrap *)mp; in cachefs_kmem_zalloc()
2663 ASSERT(front_kwp->kw_other == back_kwp); in cachefs_kmem_free()
2665 ASSERT(back_kwp->kw_other == front_kwp); in cachefs_kmem_free()
2675 front_kwp->kw_other = back_kwp->kw_other = NULL; in cachefs_kmem_free()