Home
last modified time | relevance | path

Searched refs:list_count (Results 1 – 9 of 9) sorted by relevance

/NextBSD/sys/dev/isci/scil/
HDsci_simple_list.h89 (anchor)->list_count = 0; \
122 #define sci_simple_list_get_count(anchor) ((anchor)->list_count)
151 U32 list_count; member
185 anchor->list_count++; in sci_simple_list_insert_head()
215 anchor->list_count++; in sci_simple_list_insert_tail()
245 anchor->list_count--; in sci_simple_list_remove_head()
304 dest_anchor->list_count += source_anchor->list_count; in sci_simple_list_insert_list_at_head()
341 dest_anchor->list_count += source_anchor->list_count; in sci_simple_list_insert_list_at_tail()
/NextBSD/cddl/contrib/opensolaris/tools/ctf/cvt/
HDhash.c239 num += list_count(hash->h_buckets[i]); in hash_count()
261 int min = list_count(hash->h_buckets[0]); in hash_stats()
272 count = list_count(hash->h_buckets[i]); in hash_stats()
HDmerge.c1053 assert(list_count(*mcd->md_iitba) == 0 && in merge_types()
1059 if (list_count(*mcd->md_tdtbr) != 0) in merge_types()
HDctf.c736 debug(2, "CTF wrote %d types\n", list_count(iiburst->iib_types)); in ctf_gen()
/NextBSD/sys/dev/hptiop/
HDhptiop.c793 if (hba->u.mvfrey.outlist_rptr == hba->u.mvfrey.list_count) { in hptiop_intr_mvfrey()
878 if (index == hba->u.mvfrey.list_count) { in hptiop_send_sync_request_mvfrey()
1335 if (index == hba->u.mvfrey.list_count) { in hptiop_post_ioctl_command_mvfrey()
1615 u_int32_t list_count = BUS_SPACE_RD4_MVFREY2(inbound_conf_ctl); in hptiop_internal_memalloc_mvfrey() local
1617 list_count >>= 16; in hptiop_internal_memalloc_mvfrey()
1619 if (list_count == 0) { in hptiop_internal_memalloc_mvfrey()
1623 hba->u.mvfrey.list_count = list_count; in hptiop_internal_memalloc_mvfrey()
1625 + list_count * sizeof(struct mvfrey_inlist_entry) in hptiop_internal_memalloc_mvfrey()
1626 + list_count * sizeof(struct mvfrey_outlist_entry) in hptiop_internal_memalloc_mvfrey()
1725 hba->u.mvfrey.inlist_wptr = (hba->u.mvfrey.list_count - 1) in hptiop_reset_comm_mvfrey()
[all …]
HDhptiop.h355 int list_count; member
/NextBSD/cddl/contrib/opensolaris/tools/ctf/common/
HDlist.h49 int list_count(list_t *);
HDlist.c144 list_count(list_t *list) in list_count() function
/NextBSD/contrib/ldns/
HDresolver.c561 size_t list_count; in ldns_resolver_push_searchlist() local
567 list_count = ldns_resolver_searchlist_count(r); in ldns_resolver_push_searchlist()
570 searchlist = LDNS_XREALLOC(searchlist, ldns_rdf *, (list_count + 1)); in ldns_resolver_push_searchlist()
574 searchlist[list_count] = ldns_rdf_clone(d); in ldns_resolver_push_searchlist()
575 ldns_resolver_set_searchlist_count(r, list_count + 1); in ldns_resolver_push_searchlist()