Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dsci_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()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dhash.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()
H A Dmerge.c1052 assert(list_count(*mcd->md_iitba) == 0 && in merge_types()
1058 if (list_count(*mcd->md_tdtbr) != 0) in merge_types()
H A Dctf.c725 debug(2, "CTF wrote %d types\n", list_count(iiburst->iib_types)); in ctf_gen()
/freebsd/sys/dev/hptiop/
H A Dhptiop.c781 if (hba->u.mvfrey.outlist_rptr == hba->u.mvfrey.list_count) { in hptiop_intr_mvfrey()
866 if (index == hba->u.mvfrey.list_count) { in hptiop_send_sync_request_mvfrey()
1323 if (index == hba->u.mvfrey.list_count) { in hptiop_post_ioctl_command_mvfrey()
1603 u_int32_t list_count = BUS_SPACE_RD4_MVFREY2(inbound_conf_ctl); in hptiop_internal_memalloc_mvfrey() local
1605 list_count >>= 16; in hptiop_internal_memalloc_mvfrey()
1607 if (list_count == 0) { in hptiop_internal_memalloc_mvfrey()
1611 hba->u.mvfrey.list_count = list_count; in hptiop_internal_memalloc_mvfrey()
1613 + list_count * sizeof(struct mvfrey_inlist_entry) in hptiop_internal_memalloc_mvfrey()
1614 + list_count * sizeof(struct mvfrey_outlist_entry) in hptiop_internal_memalloc_mvfrey()
1713 hba->u.mvfrey.inlist_wptr = (hba->u.mvfrey.list_count - 1) in hptiop_reset_comm_mvfrey()
[all …]
H A Dhptiop.h355 int list_count; member
/freebsd/cddl/contrib/opensolaris/tools/ctf/common/
H A Dlist.h49 int list_count(list_t *);
H A Dlist.c144 list_count(list_t *list) in list_count() function
/freebsd/contrib/ldns/
H A Dresolver.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()