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

/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_rlock.c198 ASSERT3U(rl->r_cnt, ==, 1);
202 rl->r_cnt = 0;
208 proxy->r_cnt = 1;
237 rear->r_cnt = rl->r_cnt;
262 rl->r_cnt = 1;
314 new->r_cnt = 0; /* will use proxies in tree */
333 next->r_cnt++;
339 next->r_cnt++;
344 next->r_cnt
[all...]
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_rlock.h48 uint_t r_cnt; /* range reference count in tree */ member in struct:rl
/freebsd-11.0-release/contrib/unbound/sldns/
H A Dstr2wire.c331 rrinternal_get_delims(sldns_rdf_type rdftype, uint16_t r_cnt, uint16_t r_max) argument
339 case LDNS_RDF_TYPE_NSEC : if (r_cnt == r_max - 1) {
466 uint16_t rr_type, uint16_t r_cnt, uint16_t r_max, size_t dname_len,
509 if(r_cnt == r_max - 1) {
616 uint16_t r_cnt, r_min, r_max; local
632 for(r_cnt=0; r_cnt < r_max; r_cnt++) {
633 rdftype = sldns_rr_descriptor_field_type(desc, r_cnt);
634 delimiters = rrinternal_get_delims(rdftype, r_cnt, r_ma
464 rrinternal_parse_rdf(sldns_buffer* strbuf, char* token, size_t token_len, uint8_t* rr, size_t rr_len, size_t* rr_cur_len, sldns_rdf_type rdftype, uint16_t rr_type, uint16_t r_cnt, uint16_t r_max, size_t dname_len, uint8_t* origin, size_t origin_len) argument
[all...]
H A Dwire2str.c669 uint16_t r_cnt, r_max; local
679 for(r_cnt=0; r_cnt < r_max; r_cnt++) {
681 if(r_cnt < sldns_rr_descriptor_minimum(desc))
685 rdftype = sldns_rr_descriptor_field_type(desc, r_cnt);
686 if(r_cnt != 0)
/freebsd-11.0-release/contrib/ldns/
H A Drr.c144 uint16_t r_cnt; local
341 for (done = false, r_cnt = 0; !done && r_cnt < r_max; r_cnt++) {
344 switch (ldns_rr_descriptor_field_type(desc, r_cnt)) {
350 case LDNS_RDF_TYPE_NSEC : if (r_cnt == r_max - 1) {
359 desc, r_cnt)) &&
481 switch(ldns_rr_descriptor_field_type(desc, r_cnt)) {
489 if (r_cnt == r_max - 1) {
500 desc, r_cnt), r
[all...]
/freebsd-11.0-release/sys/dev/txp/
H A Dif_txp.c854 if (sc->sc_txhir.r_cnt && (sc->sc_txhir.r_cons !=
857 if (sc->sc_txlor.r_cnt && (sc->sc_txlor.r_cons !=
1074 cnt = r->r_cnt;
1078 for (cnt = r->r_cnt; cons != idx && cnt > 0; cnt--) {
1107 r->r_cnt = cnt;
1369 sc->sc_txhir.r_cons = sc->sc_txhir.r_prod = sc->sc_txhir.r_cnt = 0;
1390 sc->sc_txlor.r_cons = sc->sc_txlor.r_prod = sc->sc_txlor.r_cnt = 0;
1584 sc->sc_txhir.r_cnt = 0;
1587 sc->sc_txlor.r_cnt = 0;
2144 if (r->r_cnt
[all...]
H A Dif_txpreg.h561 uint32_t r_cnt; /* # descs in use */ member in struct:txp_tx_ring

Completed in 50 milliseconds