Home
last modified time | relevance | path

Searched refs:cached_count (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dpciev.h66 uint_t cached_count; /* Reference Count of cached dom id list */ member
163 PCIE_BUS2DOM(bus_p)->domain.id.cached_count = 1;
166 PCIE_BUS2DOM(bus_p)->domain.id.cached_count = 0;
/titanic_41/usr/src/uts/common/io/pciex/
H A Dpciev.c489 if (pd && pd->cached_count) in pcie_in_domain()
512 pd->cached_count = 1; in pcie_domain_list_add()
516 pd->cached_count++; in pcie_domain_list_add()
532 ASSERT((pd->cached_count)--); in pcie_domain_list_remove()
603 if (!new_list_p->cached_count) in pcie_save_domain_id()
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c524 static int cached_count = 0; /* cached count */ in meta_sp_get_by_component() local
539 return (cached_count); in meta_sp_get_by_component()
544 cached_count = 0; in meta_sp_get_by_component()
602 ++cached_count; in meta_sp_get_by_component()
605 assert(count == cached_count); in meta_sp_get_by_component()