Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDggc-page.c730 size_t num_objects; in alloc_page() local
738 num_objects = OBJECTS_PER_PAGE (order); in alloc_page()
739 bitmap_size = BITMAP_SIZE (num_objects + 1); in alloc_page()
741 entry_size = num_objects * OBJECT_SIZE (order); in alloc_page()
878 entry->num_free_objects = num_objects; in alloc_page()
890 entry->in_use_p[num_objects / HOST_BITS_PER_LONG] in alloc_page()
891 = (unsigned long) 1 << (num_objects % HOST_BITS_PER_LONG); in alloc_page()
1576 size_t num_objects; in ggc_recalculate_in_use_p() local
1580 num_objects = OBJECTS_IN_PAGE (p) + 1; in ggc_recalculate_in_use_p()
1583 p->num_free_objects = num_objects; in ggc_recalculate_in_use_p()
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
HDObjectContainerBSDArchive.cpp277 const size_t num_objects = archive_sp->ParseObjects (); in ParseAndCacheArchiveForFile() local
278 if (num_objects > 0) in ParseAndCacheArchiveForFile()
488 const size_t num_objects = GetNumObjects(); in Dump() local
489 …, num_archs = %" PRIu64 ", num_objects = %" PRIu64 "", (uint64_t)num_archs, (uint64_t)num_objects); in Dump()
499 for (i=0; i<num_objects; i++) in Dump()
580 const size_t num_objects = archive_sp->GetNumObjects(); in GetModuleSpecifications() local
581 for (size_t idx = 0; idx < num_objects; ++idx) in GetModuleSpecifications()
/NextBSD/contrib/ofed/management/opensm/complib/
HDcl_pool.c182 CL_ASSERT(cl_qcpool_count(p_pool) == p_pool->num_objects); in cl_qcpool_destroy()
222 if (p_pool->num_objects == p_pool->max_objects) in cl_qcpool_grow()
226 if (obj_count > (p_pool->max_objects - p_pool->num_objects)) in cl_qcpool_grow()
227 obj_count = p_pool->max_objects - p_pool->num_objects; in cl_qcpool_grow()
307 p_pool->num_objects++; in cl_qcpool_grow()
/NextBSD/contrib/ofed/management/opensm/include/complib/
HDcl_qcomppool.h290 size_t num_objects; member
/NextBSD/sys/cam/scsi/
HDscsi_sa.h398 u_int8_t num_objects[3]; member