MmSetMinimumAgeRate
VOID __stdcall MmSetMinimumAgeRate(UINT64 SecondsToOldestAge){
unsigned int v1;
VOID **i;
VOID **v3;
__int64 v4;
__int16 v5;
unsigned int v6;
unsigned int v7;
v1 = SecondsToOldestAge;
for( i = PsGetNextPartition(0i64); ; i = PsGetNextPartition(v3) )
{
v3 = i;
if( !i )
break;
v4 = *((_QWORD *)*i + 856);
if( v1 )
{
if( v1 < 0xC )
v6 = 1;
else
v6 = v1 / 6;
v7 = 0x3E8 / v6;
v5 = 1;
if( v7 > 1 )
v5 = v7;
}
else
{
v5 = 0;
}
*(_WORD *)(v4 + 2348) = v5;
}
}Referenced by:
PfSetSuperfetchInformation