|
Prev: [PATCH 1/6] sgiioc4: use ->extra_base instead of ->dma_status for dma_handle
Next: [PATCH 2/6] ide: remove commented out code from ide_config_drive_speed()
From: Christoph Lameter on 7 May 2008 13:30 On Wed, 7 May 2008, Stéphane ANCELOT wrote: > however, since there are always cache filled, is there a way to flush > all cashes and then consult slabinfo with caches empty ??? Not sure what this is about. per cpu cached objects? slabinfo -s will shrink all caches and throw all cpu slabs away. The system will touch some essential caches immediately though. So some processor will immediately reallocate cpu slabs. |