OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:used_count
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mpl/bind/dist/tests/libtest/
qp.c
135
qp->leaf_count, qp->
used_count
- qp->free_count, qp->
used_count
,
182
dns_qpcell_t
used_count
= 0;
local
191
used_count
+= qp->usage[c].used;
195
used_count
, free_count);
/src/external/mpl/bind/dist/lib/dns/
qp.c
531
qp->
used_count
+= size;
612
qp->
used_count
+= size;
635
ENSURE(qp->free_count <= qp->
used_count
);
685
INSIST(qp->
used_count
>= qp->usage[chunk].used);
687
qp->
used_count
-= qp->usage[chunk].used;
747
qp->leaf_count, qp->
used_count
- qp->free_count,
748
qp->
used_count
, qp->free_count, qp->hold_count);
794
qp->leaf_count, qp->
used_count
- qp->free_count,
795
qp->
used_count
, qp->free_count, qp->hold_count);
898
qpw->leaf_count, qpw->
used_count
- qpw->free_count
[
all
...]
qp_p.h
194
((free) > QP_CHUNK_SIZE * 4 && (free) > (qp)->
used_count
/ 2)
443
* the values of `
used_count
`, `free_count`, and `hold_count`. The
493
dns_qpcell_t
used_count
, free_count;
member in struct:dns_qp
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026