Home
last modified time | relevance | path

Searched refs:num_objects (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dggc-page.c730 size_t num_objects; in alloc_page() local
738 num_objects = OBJECTS_PER_PAGE (order); in alloc_page()
878 entry->num_free_objects = num_objects; in alloc_page()
1576 size_t num_objects; in ggc_recalculate_in_use_p() local
1583 p->num_free_objects = num_objects; in ggc_recalculate_in_use_p()
1636 p->num_free_objects = num_objects; in clear_marks()
1660 size_t num_objects; in sweep_pages() local
1677 num_objects = OBJECTS_IN_PAGE (p); in sweep_pages()
1794 size_t num_objects; in poison_pages() local
1804 num_objects = OBJECTS_IN_PAGE (p); in poison_pages()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp244 const size_t num_objects = archive_sp->ParseObjects(); in ParseAndCacheArchiveForFile() local
245 if (num_objects > 0) { in ParseAndCacheArchiveForFile()
402 const size_t num_objects = GetNumObjects(); in Dump() local
405 (uint64_t)num_archs, (uint64_t)num_objects); in Dump()
414 for (i = 0; i < num_objects; i++) { in Dump()
479 const size_t num_objects = archive_sp->GetNumObjects(); in GetModuleSpecifications() local
480 for (size_t idx = 0; idx < num_objects; ++idx) { in GetModuleSpecifications()
/freebsd-12.1/contrib/ofed/opensm/complib/
H A Dcl_pool.c180 CL_ASSERT(cl_qcpool_count(p_pool) == p_pool->num_objects); in cl_qcpool_destroy()
220 if (p_pool->num_objects == p_pool->max_objects) in cl_qcpool_grow()
224 if (obj_count > (p_pool->max_objects - p_pool->num_objects)) in cl_qcpool_grow()
225 obj_count = p_pool->max_objects - p_pool->num_objects; in cl_qcpool_grow()
305 p_pool->num_objects++; in cl_qcpool_grow()
/freebsd-12.1/contrib/ofed/opensm/include/complib/
H A Dcl_qcomppool.h290 size_t num_objects; member
/freebsd-12.1/sys/cam/scsi/
H A Dscsi_sa.h400 u_int8_t num_objects[3]; member