Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/
DNCR5380.c544 schedule_delayed_work(&hostdata->coroutine, timeout); in NCR5380_set_timer()
853 INIT_DELAYED_WORK(&hostdata->coroutine, NCR5380_main); in NCR5380_init()
939 cancel_delayed_work_sync(&hostdata->coroutine); in NCR5380_exit()
1019 schedule_delayed_work(&hostdata->coroutine, 0); in NCR5380_queue_command_lck()
1040 container_of(work, struct NCR5380_hostdata, coroutine.work); in DEF_SCSI_QCMD()
1227 schedule_delayed_work(&hostdata->coroutine, 0); in NCR5380_intr()
DNCR5380.h278 struct delayed_work coroutine; /* our co-routine */ member