Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/libsas/
Dsas_init.c587 static struct asd_sas_event *__sas_alloc_event(struct asd_sas_phy *phy, in __sas_alloc_event() function
623 return __sas_alloc_event(phy, in_interrupt() ? GFP_ATOMIC : GFP_KERNEL); in sas_alloc_event()
629 return __sas_alloc_event(phy, gfp_flags); in sas_alloc_event_gfp()