Home
last modified time | relevance | path

Searched refs:object_size (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/ofed/opensm/complib/
H A Dcl_pool.c426 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-13.1/contrib/ofed/opensm/include/complib/
H A Dcl_qpool.h313 IN const size_t object_size,
H A Dcl_pool.h294 IN const size_t object_size,
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8581 if (fileoff > object_size) in PrintSegmentCommand()
8673 if (offset > object_size) in PrintSection()
8680 if (reloff > object_size) in PrintSection()
8819 if (big_size > object_size) in PrintSymtabLoadCommand()
8880 if (big_size > object_size) in PrintDysymtabLoadCommand()
8913 if (big_size > object_size) in PrintDysymtabLoadCommand()
8926 if (big_size > object_size) in PrintDysymtabLoadCommand()
8939 if (big_size > object_size) in PrintDysymtabLoadCommand()
8952 if (big_size > object_size) in PrintDysymtabLoadCommand()
8978 if (big_size > object_size) in PrintDyldInfoLoadCommand()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h120 void SetObjectSize(uint64_t object_size) { m_object_size = object_size; } in SetObjectSize() argument
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Ddmu.c831 uint64_t object_size; in dmu_free_long_range_impl() local
839 object_size = (dn->dn_maxblkid + 1) * dn->dn_datablksz; in dmu_free_long_range_impl()
840 if (offset >= object_size) in dmu_free_long_range_impl()
849 if (length == DMU_OBJECT_END || offset + length > object_size) in dmu_free_long_range_impl()
850 length = object_size - offset; in dmu_free_long_range_impl()
H A Dmetaslab.c3573 uint64_t object_size = space_map_length(sm); in metaslab_should_condense() local
3577 return (object_size >= (optimal_size * zfs_condense_pct / 100) && in metaslab_should_condense()
3578 object_size > zfs_metaslab_condense_block_threshold * record_size); in metaslab_should_condense()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dmergeinfo.c2222 size_t object_size, in ptr_array_dup() argument
2229 char *copy = apr_palloc(pool, object_size * array->nelts); in ptr_array_dup()
2239 target[i] = &copy[i * object_size]; in ptr_array_dup()
2240 memcpy(target[i], source[i], object_size); in ptr_array_dup()