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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A DNCR5380.h273 struct delayed_work coroutine; /* our co-routine */ member in struct:NCR5380_hostdata
H A DNCR5380.c476 schedule_delayed_work(&hostdata->coroutine, timeout);
783 INIT_DELAYED_WORK(&hostdata->coroutine, NCR5380_main);
869 cancel_delayed_work(&hostdata->coroutine);
880 * main coroutine is not running, it is restarted.
948 /* Run the coroutine if it isn't already running. */
950 schedule_delayed_work(&hostdata->coroutine, 0);
958 * NCR5380_main is a coroutine that runs as long as more work can
970 container_of(work, struct NCR5380_hostdata, coroutine.work);
1154 schedule_delayed_work(&hostdata->coroutine, 0);

Completed in 46 milliseconds