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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DNCR5380.h274 struct delayed_work coroutine; /* our co-routine */ member in struct:NCR5380_hostdata
H A DNCR5380.c472 schedule_delayed_work(&hostdata->coroutine, timeout);
781 INIT_DELAYED_WORK(&hostdata->coroutine, NCR5380_main);
867 cancel_delayed_work(&hostdata->coroutine);
878 * main coroutine is not running, it is restarted.
946 /* Run the coroutine if it isn't already running. */
948 schedule_delayed_work(&hostdata->coroutine, 0);
956 * NCR5380_main is a coroutine that runs as long as more work can
968 container_of(work, struct NCR5380_hostdata, coroutine.work);
1153 schedule_delayed_work(&hostdata->coroutine, 0);

Completed in 109 milliseconds