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

/freebsd-10-stable/sys/net/
H A Dieee8023ad_lacp.h199 int pm_count; member in struct:lacp_portmap
H A Dieee8023ad_lacp.c834 if (pm->pm_count == 0) {
844 hash %= pm->pm_count;
1014 p->pm_count = la->la_nports;
1018 KASSERT(i == p->pm_count, ("Invalid port count"));
1027 lsc->lsc_pmap[lsc->lsc_activemap].pm_count));
/freebsd-10-stable/sys/sys/
H A Dpmc.h455 pmc_value_t pm_count; /* initial/sample count */ member in struct:pmc_op_pmcsetcount
/freebsd-10-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c3894 pm->pm_sc.pm_reloadcount = sc.pm_count;
3896 pm->pm_sc.pm_initial = sc.pm_count;
/freebsd-10-stable/lib/libpmc/
H A Dlibpmc.c3650 sc.pm_count = value;

Completed in 139 milliseconds