Home
last modified time | relevance | path

Searched refs:ntotal (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/apr-util/misc/
HDapr_reslist.c45 int ntotal; /* total number of resources managed by this list */ member
151 rl->ntotal--; in reslist_cleanup()
161 assert(rl->ntotal == 0); in reslist_cleanup()
188 while (reslist->nidle < reslist->min && reslist->ntotal < reslist->hmax) { in apr_reslist_maintain()
201 reslist->ntotal++; in apr_reslist_maintain()
234 reslist->ntotal--; in apr_reslist_maintain()
344 reslist->ntotal--; in apr_reslist_acquire()
364 while (reslist->ntotal >= reslist->hmax && reslist->nidle <= 0) { in apr_reslist_acquire()
397 reslist->ntotal++; in apr_reslist_acquire()
440 count = reslist->ntotal - reslist->nidle; in apr_reslist_acquired_count()
[all …]
/NextBSD/contrib/apr-util/memcache/
HDapr_memcache.c136 if(mc->ntotal >= mc->nalloc) { in apr_memcache_add_server()
140 mc->live_servers[mc->ntotal] = ms; in apr_memcache_add_server()
141 mc->ntotal++; in apr_memcache_add_server()
168 if(mc->ntotal == 0) { in apr_memcache_find_server_hash_default()
173 ms = mc->live_servers[h % mc->ntotal]; in apr_memcache_find_server_hash_default()
201 } while(i < mc->ntotal); in apr_memcache_find_server_hash_default()
203 if (i == mc->ntotal) { in apr_memcache_find_server_hash_default()
214 for (i = 0; i < mc->ntotal; i++) { in apr_memcache_find_server()
458 mc->ntotal = 0; in apr_memcache_create()
/NextBSD/tools/tools/net80211/wlanstats/
HDwlanstats.c399 struct ieee80211req_sta_stats ntotal; member
548 wlan_collect(wf, &wf->total, &wf->ntotal); in wlan_collect_tot()
557 wf->ntotal = wf->ncur; in wlan_update_tot()
677 wf->ncur.is_stats.ns_##x - wf->ntotal.is_stats.ns_##x); \ in wlan_get_curstat()
840 snprintf(b, bs, "%u", wf->ntotal.is_stats.ns_##x); return 1 in wlan_get_totstat()
/NextBSD/contrib/apr-util/include/
HDapr_memcache.h102 apr_uint16_t ntotal; /**< Number of Servers Added */ member
/NextBSD/contrib/apr-util/test/
HDtestmemcache.c95 if(mc->ntotal == 0) { in my_server_func()
99 if(mc->ntotal < mhsb->which_server) { in my_server_func()