Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/libsas/
Dsas_init.c40 struct sas_task *sas_alloc_slow_task(gfp_t flags) in sas_alloc_slow_task() function
59 EXPORT_SYMBOL_GPL(sas_alloc_slow_task);
Dsas_scsi_host.c933 task = sas_alloc_slow_task(GFP_KERNEL); in sas_execute_internal_abort()
1022 task = sas_alloc_slow_task(GFP_KERNEL); in sas_execute_tmf()
Dsas_expander.c51 task = sas_alloc_slow_task(GFP_KERNEL); in smp_execute_task_sg()
/linux-5.19.10/include/scsi/
Dlibsas.h643 extern struct sas_task *sas_alloc_slow_task(gfp_t flags);
/linux-5.19.10/drivers/scsi/pm8001/
Dpm8001_hwi.c1759 task = sas_alloc_slow_task(GFP_ATOMIC); in pm8001_send_abort_all()
1797 task = sas_alloc_slow_task(GFP_ATOMIC); in pm8001_send_read_log()
Dpm80xx_hwi.c1787 task = sas_alloc_slow_task(GFP_ATOMIC); in pm80xx_send_abort_all()
1825 task = sas_alloc_slow_task(GFP_ATOMIC); in pm80xx_send_read_log()