Searched refs:maxprobe (Results 1 – 1 of 1) sorted by relevance
75 static tnfctl_errcode_t alloc_probe_space(tnfctl_handle_t *hndl, int maxprobe);367 int maxprobe, i; in _tnfctl_refresh_kernel() local382 if (ioctl(hndl->kfd, TIFIOCGMAXPROBE, &maxprobe) < 0) in _tnfctl_refresh_kernel()384 if (maxprobe == hndl->num_probes) { in _tnfctl_refresh_kernel()389 prexstat = alloc_probe_space(hndl, maxprobe); in _tnfctl_refresh_kernel()398 for (i = 1; i <= maxprobe; ++i) { in _tnfctl_refresh_kernel()460 hndl->num_probes = maxprobe; in _tnfctl_refresh_kernel()469 alloc_probe_space(tnfctl_handle_t *hndl, int maxprobe) in alloc_probe_space() argument505 nobj_p->probecnt = maxprobe - min_probe_num + 1; in alloc_probe_space()513 for (i = min_probe_num; i <= maxprobe; i++) { in alloc_probe_space()[all …]