ExInitializeWorkItem: synch with Windows (only NULL the Flink)
[reactos.git] / reactos / include / ddk / exfuncs.h
index 962fe2e..3557b5d 100644 (file)
@@ -344,8 +344,7 @@ ExInitializeRundownProtection (
        ASSERT_IRQL(DISPATCH_LEVEL); \
        (Item)->WorkerRoutine = (Routine); \
        (Item)->Parameter = (RoutineContext); \
-       (Item)->List.Flink = NULL; \
-       (Item)->List.Blink = NULL;
+       (Item)->List.Flink = NULL;
 
 NTSTATUS
 STDCALL
@@ -678,6 +677,16 @@ ExReleaseRundownProtectionEx (
     IN PEX_RUNDOWN_REF RunRef,
     IN ULONG Count
     );
+/* ReactOS Specific: begin */
+VOID STDCALL
+ExRosDumpPagedPoolByTag (
+    IN ULONG Tag
+    );
+ULONG STDCALL
+ExRosQueryPoolTag (
+    IN PVOID Block
+    );
+/* ReactOS Specific: end */
 VOID
 FASTCALL
 ExRundownCompleted (