Home
last modified time | relevance | path

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

/haiku/src/system/kernel/slab/
H A DObjectDepot.cpp148 magazine = _pop(depot->full); in exchange_with_full()
175 magazine = _pop(depot->empty); in exchange_with_empty()
369 empty_magazine(depot, _pop(storeMagazines), flags); in object_depot_make_empty()
372 empty_magazine(depot, _pop(fullMagazines), flags); in object_depot_make_empty()
375 free_magazine(_pop(emptyMagazines), flags); in object_depot_make_empty()
H A Dslab_private.h29 _pop(Type*& head) in _pop() function
H A DMemoryManager.h257 return _pop(sFreeAreas); in _PopFreeArea()
H A DSlab.cpp1278 object_link* link = _pop(source->free); in object_cache_alloc()
H A DMemoryManager.cpp1151 _chunk = _pop(metaChunk->freeChunks); in _GetChunk()