Lines Matching refs:event
393 * by the lldd). So we post the event and once we are in the
590 struct asd_sas_event *event;
595 event = kmem_cache_zalloc(sas_event_cache, gfp_flags);
596 if (!event)
612 kmem_cache_free(sas_event_cache, event);
614 event = NULL;
618 return event;
632 void sas_free_event(struct asd_sas_event *event)
634 struct asd_sas_phy *phy = event->phy;
636 kmem_cache_free(sas_event_cache, event);