Searched refs:_push (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/kernel/slab/
H A Dslab_private.h39 _push(Type*& head, Type* object) function
H A DObjectDepot.cpp147 _push(depot->empty, magazine);
168 _push(depot->full, magazine);
185 _push(depot->empty, magazine);
346 _push(storeMagazines, store.loaded);
351 _push(storeMagazines, store.previous);
H A DObjectCache.cpp164 _push(slab->free, object_to_link(data, object_size));
225 _push(source->free, link);
H A DMemoryManager.h245 _push(sFreeAreas, area);
H A DMemoryManager.cpp1178 _push(metaChunk->freeChunks, chunk);
1266 _push(metaChunk->freeChunks, metaChunk->chunks + i);

Completed in 88 milliseconds