Searched refs:lower_boundary (Results 1 - 4 of 4) sorted by last modified time

/haiku/src/system/kernel/slab/
H A DObjectCache.h149 lower_boundary(const void* object, size_t byteCount) function
H A DSmallObjectCache.cpp108 return slab_in_pages(lower_boundary(object, slab_size), slab_size);
H A DHashedObjectCache.h59 return (addr_t)::lower_boundary(key, parent->slab_size)
60 >> parent->lower_boundary;
103 size_t lower_boundary; member in struct:HashedObjectCache
H A DHashedObjectCache.cpp91 cache->lower_boundary = __fls0(cache->slab_size);
162 HashedSlab* slab = hash_table.Lookup(::lower_boundary(object, slab_size));

Completed in 27 milliseconds