Lines Matching refs:event
419 * by the lldd). So we post the event and once we are in the
447 /* send event PORTE_BROADCAST_RCVD to identify some new inserted
641 struct asd_sas_event *event;
646 event = kmem_cache_zalloc(sas_event_cache, gfp_flags);
647 if (!event)
663 kmem_cache_free(sas_event_cache, event);
665 event = NULL;
669 return event;
672 void sas_free_event(struct asd_sas_event *event)
674 struct asd_sas_phy *phy = event->phy;
676 kmem_cache_free(sas_event_cache, event);