Searched refs:object_size (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBModuleSpec.cpp | 171 void SBModuleSpec::SetObjectSize(uint64_t object_size) { in SetObjectSize() argument 172 LLDB_INSTRUMENT_VA(this, object_size); in SetObjectSize() 174 m_opaque_up->SetObjectSize(object_size); in SetObjectSize()
|
/freebsd/contrib/ofed/opensm/complib/ |
H A D | cl_pool.c | 426 IN const size_t object_size, in cl_qpool_init() argument 440 &object_size, 1, in cl_qpool_init() 628 IN const size_t object_size, in cl_pool_init() argument 639 total_size = object_size + sizeof(cl_pool_obj_t); in cl_pool_init()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 3235 uint64_t object_size = MachOContents.size(); in GuessCstringPointer() local 3237 if (object_offset < object_size) { in GuessCstringPointer() 3256 uint64_t object_size = MachOContents.size(); in GuessCstringPointer() local 3258 if (object_offset < object_size) { in GuessCstringPointer() 3445 uint64_t object_size = MachOContents.size(); in GuessPointerPointer() local 3447 if (object_offset < object_size) { in GuessPointerPointer() 8542 uint32_t flags, uint32_t object_size, in PrintSegmentCommand() argument 8570 if (fileoff > object_size) in PrintSegmentCommand() 8575 if (fileoff + filesize > object_size) in PrintSegmentCommand() 8647 uint32_t filetype, uint32_t object_size, in PrintSection() argument [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBModuleSpec.h | 86 void SetObjectSize(uint64_t object_size);
|
/freebsd/contrib/ofed/opensm/include/complib/ |
H A D | cl_qpool.h | 313 IN const size_t object_size,
|
H A D | cl_pool.h | 294 IN const size_t object_size,
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ModuleSpec.h | 115 void SetObjectSize(uint64_t object_size) { m_object_size = object_size; } in SetObjectSize() argument
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu.c | 1006 uint64_t object_size; in dmu_free_long_range_impl() local 1014 object_size = (dn->dn_maxblkid + 1) * dn->dn_datablksz; in dmu_free_long_range_impl() 1015 if (offset >= object_size) in dmu_free_long_range_impl() 1024 if (length == DMU_OBJECT_END || offset + length > object_size) in dmu_free_long_range_impl() 1025 length = object_size - offset; in dmu_free_long_range_impl()
|
H A D | metaslab.c | 3751 uint64_t object_size = space_map_length(sm); in metaslab_should_condense() local 3755 return (object_size >= (optimal_size * zfs_condense_pct / 100) && in metaslab_should_condense() 3756 object_size > zfs_metaslab_condense_block_threshold * record_size); in metaslab_should_condense()
|