Searched refs:ntotal (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/sys/contrib/ia64/libuwx/src/
H A Duwx_bstream.h32 unsigned int ntotal; member in struct:uwx_bstream
H A Duwx_bstream.c55 bstream->ntotal = len;
73 if (bstream->ntotal <= 0)
76 if (bstream->source & 0x7 || bstream->ntotal < sizeof(uint64_t))
91 bstream->ntotal--;
/freebsd-10.0-release/contrib/apr-util/misc/
H A Dapr_reslist.c45 int ntotal; /* total number of resources managed by this list */ member in struct:apr_reslist_t
151 rl->ntotal--;
161 assert(rl->ntotal == 0);
188 while (reslist->nidle < reslist->min && reslist->ntotal < reslist->hmax) {
201 reslist->ntotal++;
234 reslist->ntotal--;
344 reslist->ntotal--;
364 while (reslist->ntotal >= reslist->hmax && reslist->nidle <= 0) {
397 reslist->ntotal++;
440 count = reslist->ntotal
[all...]
/freebsd-10.0-release/contrib/apr-util/include/
H A Dapr_memcache.h102 apr_uint16_t ntotal; /**< Number of Servers Added */ member in struct:apr_memcache_t
/freebsd-10.0-release/contrib/apr-util/memcache/
H A Dapr_memcache.c136 if(mc->ntotal >= mc->nalloc) {
140 mc->live_servers[mc->ntotal] = ms;
141 mc->ntotal++;
168 if(mc->ntotal == 0) {
173 ms = mc->live_servers[h % mc->ntotal];
201 } while(i < mc->ntotal);
203 if (i == mc->ntotal) {
214 for (i = 0; i < mc->ntotal; i++) {
448 mc->ntotal = 0;
/freebsd-10.0-release/tools/tools/net80211/wlanstats/
H A Dwlanstats.c397 struct ieee80211req_sta_stats ntotal; member in struct:wlanstatfoo_p
546 wlan_collect(wf, &wf->total, &wf->ntotal);
555 wf->ntotal = wf->ncur;
679 wf->ncur.is_stats.ns_##x - wf->ntotal.is_stats.ns_##x); \
842 snprintf(b, bs, "%u", wf->ntotal.is_stats.ns_##x); return 1
/freebsd-10.0-release/contrib/apr-util/test/
H A Dtestmemcache.c95 if(mc->ntotal == 0) {
99 if(mc->ntotal < mhsb->which_server) {

Completed in 134 milliseconds