Home
last modified time | relevance | path

Searched refs:workItemData (Results 1 – 1 of 1) sorted by relevance

/reactos/drivers/bus/acpi/
H A Dmain.c248 PEVAL_WORKITEM_DATA workItemData; in ACPIDispatchDeviceControl() local
250 workItemData = ExAllocatePoolUninitialized(NonPagedPool, in ACPIDispatchDeviceControl()
251 sizeof(*workItemData), in ACPIDispatchDeviceControl()
253 if (!workItemData) in ACPIDispatchDeviceControl()
258 workItemData->Irp = Irp; in ACPIDispatchDeviceControl()
259 workItemData->DeviceData = (PPDO_DEVICE_DATA)commonData; in ACPIDispatchDeviceControl()
261 ExInitializeWorkItem(&workItemData->WorkQueueItem, in ACPIDispatchDeviceControl()
263 workItemData); in ACPIDispatchDeviceControl()
264 ExQueueWorkItem(&workItemData->WorkQueueItem, DelayedWorkQueue); in ACPIDispatchDeviceControl()