Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/libsas/
Dsas_internal.h62 struct sas_task *sas_alloc_slow_task(gfp_t flags);
Dsas_scsi_host.c898 task = sas_alloc_slow_task(GFP_KERNEL); in sas_execute_internal_abort()
987 task = sas_alloc_slow_task(GFP_KERNEL); in sas_execute_tmf()
Dsas_init.c39 struct sas_task *sas_alloc_slow_task(gfp_t flags) in sas_alloc_slow_task() function
Dsas_expander.c73 task = sas_alloc_slow_task(GFP_KERNEL); in smp_execute_task_sg()