Searched refs:km_wrap (Results 1 – 1 of 1) sorted by relevance
2574 struct km_wrap { struct2576 struct km_wrap *kw_other; argument2586 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 …]