Searched refs:newsrdp (Results 1 – 1 of 1) sorted by relevance
13600 sf_srd_t *newsrdp; in hat_join_srd() local13626 newsrdp = kmem_cache_alloc(srd_cache, KM_SLEEP); in hat_join_srd()13627 ASSERT(newsrdp->srd_next_ismrid == 0 && newsrdp->srd_next_hmerid == 0); in hat_join_srd()13629 newsrdp->srd_evp = evp; in hat_join_srd()13630 newsrdp->srd_refcnt = 1; in hat_join_srd()13631 newsrdp->srd_hmergnfree = NULL; in hat_join_srd()13632 newsrdp->srd_ismrgnfree = NULL; in hat_join_srd()13642 kmem_cache_free(srd_cache, newsrdp); in hat_join_srd()13646 newsrdp->srd_hash = srd_buckets[hash].srdb_srdp; in hat_join_srd()13647 srd_buckets[hash].srdb_srdp = newsrdp; in hat_join_srd()[all …]