Searched refs:hmax (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/apr-util/misc/
H A Dapr_reslist.c49 int hmax; /* hard maximum on the total number of resources */ member in struct:apr_reslist_t
188 while (reslist->nidle < reslist->min && reslist->ntotal < reslist->hmax) {
252 int min, int smax, int hmax,
264 if (min < 0 || min > smax || min > hmax || smax > hmax || hmax == 0 ||
277 hmax = 1;
284 rl->hmax = hmax;
364 while (reslist->ntotal >= reslist->hmax
[all...]
/freebsd-13-stable/contrib/apr-util/include/
H A Dapr_reslist.h74 * @param hmax Absolute maximum limit on the number of total resources.
85 * @remark If APR has been compiled without thread support, hmax will be
90 int min, int smax, int hmax,
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_edid.c1005 int hsync, hmin, hmax; local
1010 hmax = t[8];
1012 hmax += ((t[4] & 0x08) ? 255 : 0);
1015 return (hsync <= hmax && hsync >= hmin);

Completed in 113 milliseconds