Searched refs:pm_count (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/net/
H A Dieee8023ad_lacp.h206 int pm_count; member in struct:lacp_portmap
H A Dieee8023ad_lacp.c851 if (pm->pm_count == 0) {
866 count = pm->pm_count;
872 count = pm->pm_count;
1067 p->pm_count = la->la_nports;
1080 KASSERT(i == p->pm_count, ("Invalid port count"));
1096 lsc->lsc_pmap[lsc->lsc_activemap].pm_count));
/freebsd-13-stable/sys/contrib/openzfs/module/icp/include/sys/crypto/
H A Dioctl.h1225 uint_t pm_count; member in struct:crypto_get_provider_mechanisms
1307 uint32_t pm_count; member in struct:crypto_get_provider_mechanisms32
/freebsd-13-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c3956 if (pa.pm_count < 1000)
3959 (uintmax_t)pa.pm_count);
3960 pmc->pm_sc.pm_reloadcount = MAX(1000, pa.pm_count);
3962 pmc->pm_sc.pm_initial = pa.pm_count;
4481 if (sc.pm_count < 1000)
4484 (uintmax_t)sc.pm_count);
4485 pm->pm_sc.pm_reloadcount = MAX(1000, sc.pm_count);
4487 pm->pm_sc.pm_initial = sc.pm_count;
/freebsd-13-stable/sys/sys/
H A Dpmc.h445 pmc_value_t pm_count; /* initial/sample count */ member in struct:pmc_op_pmcallocate
485 pmc_value_t pm_count; /* initial/sample count */ member in struct:pmc_op_pmcsetcount
/freebsd-13-stable/lib/libpmc/
H A Dlibpmc.c1029 pmc_config.pm_count = count;
1833 sc.pm_count = value;

Completed in 119 milliseconds