MiStoreFreeWriteSupport

VOID __stdcall MiStoreFreeWriteSupport(_MI_STORE_WRITE_SUPPORT *WriteSupport, _MI_PARTITION *Partition){
  if( LOWORD(Partition->Store.WriteSupportSListHead.Alignment) >= 0x100u )
    ExFreePoolWithTag(WriteSupport, 0);
  else
    RtlpInterlockedPushEntrySList(&Partition->Store.WriteSupportSListHead, (PSLIST_ENTRY)WriteSupport);
}

Referenced by:

MiStoreWriteModifiedPages
SmIoRequestComplete