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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 64 milliseconds