tew 2302 drivers/acpi/scan.c struct acpi_table_events_work *tew; tew 2304 drivers/acpi/scan.c tew = container_of(work, struct acpi_table_events_work, work); tew 2306 drivers/acpi/scan.c if (tew->event == ACPI_TABLE_EVENT_LOAD) { tew 2312 drivers/acpi/scan.c kfree(tew); tew 2317 drivers/acpi/scan.c struct acpi_table_events_work *tew; tew 2325 drivers/acpi/scan.c tew = kmalloc(sizeof(*tew), GFP_KERNEL); tew 2326 drivers/acpi/scan.c if (!tew) tew 2329 drivers/acpi/scan.c INIT_WORK(&tew->work, acpi_table_events_fn); tew 2330 drivers/acpi/scan.c tew->table = table; tew 2331 drivers/acpi/scan.c tew->event = event; tew 2333 drivers/acpi/scan.c schedule_work(&tew->work);