Searched refs:probecnt (Results 1 – 5 of 5) sorted by relevance
227 cur_obj->probecnt = num_probes; in _tnfctl_find_all_probes()255 for (j = 0; j < cur_obj->probecnt; j++) { in _tnfctl_find_all_probes()295 for (i = 0; i < obj->probecnt; i++) { in free_obj_fields()304 obj->probecnt = 0; in free_obj_fields()328 for (j = 0; j < obj->probecnt; j++) { in _tnfctl_probes_traverse()387 entry_p->probecnt = 0; in per_loadobj()619 if (cur_tmp->probecnt != 0) in link_targ_obj_probes()628 if (cur_tmp->probecnt != 0) in link_targ_obj_probes()634 for (i = 0; i < (cur->probecnt - 1); i++) { in link_targ_obj_probes()650 probe_p = &(prev_w_probes->probes[prev_w_probes->probecnt - 1]); in link_targ_obj_probes()[all …]
400 if (i >= (obj_p->min_probe_num + obj_p->probecnt)) { in _tnfctl_refresh_kernel()407 (i < (obj_p->min_probe_num + obj_p->probecnt))); in _tnfctl_refresh_kernel()492 min_probe_num = obj_p->min_probe_num + obj_p->probecnt; in alloc_probe_space()505 nobj_p->probecnt = maxprobe - min_probe_num + 1; in alloc_probe_space()506 nobj_p->probes = calloc(nobj_p->probecnt, sizeof (prbctlref_t)); in alloc_probe_space()
108 uint_t probecnt; /* number of probes in object */ member
149 obj_p->probecnt))) { in tnfctl_probe_apply_ids()
977 int probecnt; in compress() local1047 probecnt = 0; in compress()1049 if (++probecnt > hsize_reg) in compress()