Searched refs:smn_ndf (Results 1 – 1 of 1) sorted by relevance
174 uint_t smn_ndf; member411 for (uint32_t dfno = 0; dfno < smn->smn_ndf; dfno++) { in smntemp_cleanup()425 if (smn->smn_ndf > 0) { in smntemp_cleanup()426 kmem_free(smn->smn_df, sizeof (smntemp_df_t) * smn->smn_ndf); in smntemp_cleanup()427 smn->smn_ndf = 0; in smntemp_cleanup()460 smntemp->smn_ndf = amdzen_c_df_count(); in smntemp_attach()461 if (smntemp->smn_ndf == 0) { in smntemp_attach()465 smntemp->smn_df = kmem_zalloc(sizeof (smntemp_df_t) * smntemp->smn_ndf, in smntemp_attach()467 for (uint32_t dfno = 0; dfno < smntemp->smn_ndf; dfno++) { in smntemp_attach()