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

/freebsd-13-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_port_profile.h132 static inline void osm_port_prof_construct(IN osm_port_profile_t * p_prof) argument
134 CL_ASSERT(p_prof);
135 memset(p_prof, 0, sizeof(*p_prof));
139 * p_prof
160 static inline void osm_port_prof_path_count_inc(IN osm_port_profile_t * p_prof) argument
162 CL_ASSERT(p_prof);
163 p_prof->num_paths++;
167 * p_prof
188 osm_port_prof_path_count_get(IN const osm_port_profile_t * p_prof) argument
[all...]
H A Dosm_switch.h102 osm_port_profile_t *p_prof; member in struct:osm_switch
141 * p_prof
682 osm_port_prof_path_count_inc(&p_sw->p_prof[port]);
1078 return osm_port_prof_path_count_get(&p_sw->p_prof[port_num]);
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_switch.c91 if (p_sw->p_prof)
92 free(p_sw->p_prof);
141 p_sw->p_prof = malloc(sizeof(*p_sw->p_prof) * num_ports);
142 if (!p_sw->p_prof)
145 memset(p_sw->p_prof, 0, sizeof(*p_sw->p_prof) * num_ports);
151 osm_port_prof_construct(&p_sw->p_prof[port_num]);
399 osm_port_prof_path_count_get(&p_sw->p_prof[port_num]);
633 osm_port_prof_construct(&p_sw->p_prof[
[all...]
/freebsd-13-stable/sys/sys/
H A Dresourcevar.h62 #define pstat_startcopy p_prof
68 } p_prof; member in struct:pstats
/freebsd-13-stable/sys/kern/
H A Dsubr_prof.c426 upp = &td->td_proc->p_stats->p_prof;
467 prof = &td->td_proc->p_stats->p_prof;
506 prof = &p->p_stats->p_prof;

Completed in 75 milliseconds