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

/freebsd-10.0-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_port_profile.h132 static inline void osm_port_prof_construct(IN osm_port_profile_t * const p_prof) argument
134 CL_ASSERT(p_prof);
135 memset(p_prof, 0, sizeof(*p_prof));
139 * p_prof
161 osm_port_prof_path_count_inc(IN osm_port_profile_t * const p_prof) argument
163 CL_ASSERT(p_prof);
164 p_prof->num_paths++;
168 * p_prof
189 osm_port_prof_path_count_get(IN const osm_port_profile_t * const p_prof) argument
[all...]
H A Dosm_switch.h102 osm_port_profile_t *p_prof; member in struct:osm_switch
134 * p_prof
687 osm_port_prof_path_count_inc(&p_sw->p_prof[port]);
1039 return (osm_port_prof_path_count_get(&p_sw->p_prof[port_num]));
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_switch.c117 p_sw->p_prof = malloc(sizeof(*p_sw->p_prof) * num_ports);
118 if (p_sw->p_prof == NULL) {
123 memset(p_sw->p_prof, 0, sizeof(*p_sw->p_prof) * num_ports);
132 osm_port_prof_construct(&p_sw->p_prof[port_num]);
146 free(p_sw->p_prof);
414 osm_port_prof_path_count_get(&p_sw->p_prof[port_num]);
525 osm_port_prof_construct(&p_sw->p_prof[i]);
/freebsd-10.0-release/sys/sys/
H A Dresourcevar.h59 #define pstat_startcopy p_prof
65 } p_prof; member in struct:pstats
/freebsd-10.0-release/sys/kern/
H A Dsubr_prof.c423 upp = &td->td_proc->p_stats->p_prof;
468 prof = &td->td_proc->p_stats->p_prof;
511 prof = &p->p_stats->p_prof;

Completed in 134 milliseconds