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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dhvsi.c847 /* wait for hvsi_write_worker to empty hp->outbuf */
857 * it's also possible that our timeout expired and hvsi_write_worker
894 /* hvsi_write_worker will re-schedule until outbuf is empty. */
950 /* hvsi_write_worker will keep rescheduling itself until outbuf is empty */
951 static void hvsi_write_worker(struct work_struct *work) function
1030 * and hvsi_write_worker will be scheduled. subsequent hvsi_write() calls
1291 INIT_DELAYED_WORK(&hp->writer, hvsi_write_worker);

Completed in 101 milliseconds