Searched refs:objectCount (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/apps/icon-o-matic/document/
H A DSetPropertiesCommand.h20 int32 objectCount,
H A DSetPropertiesCommand.cpp28 int32 objectCount,
33 fObjectCount(objectCount),
27 SetPropertiesCommand(IconObject** objects, int32 objectCount, PropertyObject* previous, PropertyObject* current) argument
/haiku-fatelf/headers/private/kernel/slab/
H A DSlab.h57 size_t objectCount);
/haiku-fatelf/src/tests/add-ons/kernel/kernelland_emu/
H A Dslab.cpp63 object_cache_set_minimum_reserve(object_cache *cache, size_t objectCount) argument
/haiku-fatelf/src/system/kernel/slab/
H A DObjectCache.cpp291 size_t objectCount = byteCount / object_size; local
293 objectCount * sizeof(AllocationTrackingInfo), flags, pages);
296 for (size_t i = 0; i < objectCount; i++)
H A DSlab.cpp891 /*! Makes sure that \a objectCount objects can be allocated.
894 object_cache_reserve_internal(ObjectCache* cache, size_t objectCount, argument
901 if (objectCount <= cache->total_objects - cache->used_count)
942 while (objectCount > cache->total_objects - cache->used_count) {
1204 object_cache_set_minimum_reserve(object_cache* cache, size_t objectCount) argument
1208 if (cache->min_object_reserve == objectCount)
1211 cache->min_object_reserve = objectCount;
1323 object_cache_reserve(object_cache* cache, size_t objectCount, uint32 flags) argument
1325 if (objectCount == 0)
1328 T(Reserve(cache, objectCount, flag
[all...]
/haiku-fatelf/src/system/kernel/
H A Dguarded_heap.cpp923 object_cache_set_minimum_reserve(object_cache* cache, size_t objectCount) argument
944 object_cache_reserve(object_cache* cache, size_t objectCount, uint32 flags) argument

Completed in 164 milliseconds