ReactOS 0.4.16-dev-292-gbbdcc14
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
PIO_WORKITEM NTAPI IoAllocateWorkItem | ( | IN PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 75 of file iowork.c.
Referenced by _Dispatch_type_(), _Function_class_(), MxWorkItem::Allocate(), CdInitializeGlobalData(), ChewCreate(), ClasspInternalSetMediaChangeState(), ClasspMediaChangeDetectionCompletion(), ClassQueueCapacityChangedEventWorker(), ClassQueueProvisioningTypeChangedEventWorker(), ClassQueueResourceExhaustionEventWorker(), ClassQueueThresholdEventWorker(), ClassReadDriveCapacity(), CreateRemoteDatabase(), DiskFdoProcessError(), DiskIoctlVerify(), DiskPostReregisterRequest(), DispEchoRequest(), DispTdiQueryIpHwAddress(), DpcRoutine(), DriverEntry(), enqueue_pnp_callback(), EnqueueFreeTransferPacket(), event_notification(), HidUsb_ReadReportCompletion(), HoldIoRequests(), i8042KbdInternalDeviceControl(), i8042MouInternalDeviceControl(), IKsDevice_PnpStartDevice(), IssueUniqueIdChangeNotify(), MiniWorkItemComplete(), NdisAllocateIoWorkItem(), NdisMAllocateSharedMemoryAsync(), NdisMFreeSharedMemory(), PopAddRemoveSysCapsCallback(), FxWmiIrpHandler::PostCreateDeviceInitialize(), queue_notification_fcb(), ReconcileThisDatabaseWithMaster(), SendIrpToThread(), SerialRead(), TCPAllocateConnectionEndpoint(), USBH_AllocateWorkItem(), USBSTOR_FdoHandleStartDevice(), and WdmaudAddDevice().
VOID NTAPI IoFreeWorkItem | ( | IN PIO_WORKITEM | IoWorkItem | ) |
Definition at line 64 of file iowork.c.
Referenced by MxWorkItem::_Free(), _Function_class_(), CdUnload(), ChewWorkItem(), ClasspDisableGesn(), ClasspFailurePredict(), ClasspUpdateDiskProperties(), CleanupTransferPacketToWorkingSetSizeWorker(), ConnectionFree(), CreateRemoteDatabaseWorker(), DiskIoctlVerifyThread(), DiskPostReregisterRequest(), DiskReregWorker(), DispEchoRequest(), DispTdiQueryIpHwAddress(), EndRequestHandler(), enqueue_pnp_callback(), EnqueueFreeTransferPacket(), event_notification(), HidUsb_ResetWorkerRoutine(), HoldIoRequestsWorkerRoutine(), i8042KbdInternalDeviceControl(), i8042MouInternalDeviceControl(), i8042SendHookWorkItem(), IdleRequestWorkerRoutine(), IKsDevice_PnpPostStart(), IssueUniqueIdChangeNotify(), MiniportWorker(), NdisFreeIoWorkItem(), NdisMAllocateSharedMemoryPassive(), NdisMFreeSharedMemoryPassive(), PopGetSysButton(), RamdiskWorkerThread(), SerialReadWorkItem(), USBH_AllocateWorkItem(), USBH_FreeWorkItem(), USBH_Worker(), USBSTOR_FdoHandleRemoveDevice(), WaitForHwAddress(), WorkerThread(), and FxWmiIrpHandler::~FxWmiIrpHandler().
Definition at line 20 of file iowork.c.
Referenced by IoAllocateWorkItem().
VOID NTAPI IoQueueWorkItem | ( | IN PIO_WORKITEM | IoWorkItem, |
IN PIO_WORKITEM_ROUTINE | WorkerRoutine, | ||
IN WORK_QUEUE_TYPE | QueueType, | ||
IN PVOID | Context | ||
) |
Definition at line 40 of file iowork.c.
Referenced by _Dispatch_type_(), _Function_class_(), CdQueueClose(), ChewCreate(), ClasspInternalSetMediaChangeState(), ClasspMediaChangeDetectionCompletion(), ClassQueueCapacityChangedEventWorker(), ClassQueueProvisioningTypeChangedEventWorker(), ClassQueueResourceExhaustionEventWorker(), ClassQueueThresholdEventWorker(), ClassReadDriveCapacity(), CreateRemoteDatabase(), FxWmiIrpHandler::DeferUpdateLocked(), DisconnectTimeoutDpc(), DiskFdoProcessError(), DiskIoctlVerify(), DiskPostReregisterRequest(), DispTdiQueryIpHwAddress(), DpcRoutine(), MxWorkItem::Enqueue(), enqueue_pnp_callback(), event_notification(), HandlePowerKeys(), HidUsb_ReadReportCompletion(), HoldIoRequests(), i8042KbdInternalDeviceControl(), i8042MouInternalDeviceControl(), IKsDevice_PnpStartDevice(), IoQueueWorkItemEx(), MiniWorkItemComplete(), NdisMAllocateSharedMemoryAsync(), NdisMFreeSharedMemory(), NdisQueueIoWorkItem(), PopAddRemoveSysCapsCallback(), queue_notification_fcb(), QueueWorkItem(), ReceiveDatagram(), SendIrpToThread(), SerialRead(), TimeoutHandler(), UniqueIdChangeNotifyCompletion(), USBH_QueueWorkItem(), USBSTOR_QueueResetDevice(), USBSTOR_QueueResetPipe(), VfatPostCloseFile(), and WdmAudTimerRoutine().