Lines Matching refs:event
748 struct pnv_php_event *event =
750 struct pnv_php_slot *php_slot = event->php_slot;
752 if (event->added)
757 kfree(event);
766 struct pnv_php_event *event;
816 * The PE is left in frozen state if the event is missed. It's
819 event = kzalloc(sizeof(*event), GFP_ATOMIC);
820 if (!event) {
822 "PCI slot [%s] missed hotplug event 0x%04x\n",
829 INIT_WORK(&event->work, pnv_php_event_handler);
830 event->added = added;
831 event->php_slot = php_slot;
832 queue_work(php_slot->wq, &event->work);