Searched refs:worker (Results 26 - 41 of 41) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Dtx.c45 * 4) We schedule the tx worker. There is one worker per tx
47 * 5) The tx worker is scheduled
160 queue_work(iwm->txq[queue].wq, &iwm->txq[queue].worker);
369 txq = container_of(work, struct iwm_tx_queue, worker);
423 "%d, Tx worker stopped\n", txq->id);
519 queue_work(iwm->txq[queue].wq, &iwm->txq[queue].worker);
H A Diwm.h198 struct work_struct worker; member in struct:iwm_tx_queue
H A Dmain.c286 INIT_WORK(&iwm->txq[i].worker, iwm_tx_worker);
H A Drx.c446 * Let's just fire the rx worker..
1170 queue_work(txq->wq, &txq->worker);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/block/
H A Ddasd_alias.c153 INIT_WORK(&lcu->suc_data.worker, summary_unit_check_handling_work);
328 cancel_work_sync(&lcu->suc_data.worker);
934 worker);
1006 "previous instance of summary unit check worker"
1014 schedule_work(&lcu->suc_data.worker);
H A Ddasd_eckd.h401 struct work_struct worker; member in struct:summary_unit_check_work_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_bitmap.c104 current == mdev->worker.task ? "worker" : current->comm,
108 b->bm_task == mdev->worker.task ? "worker" : "?");
127 current == mdev->worker.task ? "worker" : current->comm,
131 b->bm_task == mdev->worker.task ? "worker" : "?");
H A Ddrbd_main.c343 * receiver thread and the worker thread.
567 D_ASSERT(current != mdev->worker.task);
987 * worker doing the cleanup, and
990 * then wait for a potentially exiting worker,
991 * start the worker, and schedule one no_op.
1335 /* Terminate worker thread if we are unconfigured - it will be
1344 drbd_thread_stop_nowait(&mdev->worker);
1412 thi == &mdev->worker ? "worker" : "NONSENSE";
1544 p == mdev->worker
[all...]
H A Ddrbd_nl.c729 /* serialize deconfig (worker exiting, doing cleanup)
732 * wait for a potentially exiting worker, then restart it,
739 drbd_thread_start(&mdev->worker);
742 /* if still unconfigured, stops worker again.
752 drbd_thread_stop_nowait(&mdev->worker);
1686 mdev->worker.reset_cpu_mask = 1;
H A Ddrbd_int.h825 * but worker thread is still handling the cleanup.
839 /* THINK maybe we actually want to use the default "event/%s" worker threads
848 struct semaphore s; /* producers up it, worker down()s it */
997 struct drbd_thread worker; member in struct:drbd_conf
1041 struct crypto_hash *integrity_w_tfm; /* to be used by the worker thread */
1452 /* worker callbacks */
1940 * worker, even before it actually was queued or send.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/hdpvr/
H A Dhdpvr-video.c236 worker);
251 "transmit worker exited\n");
287 INIT_WORK(&dev->worker, hdpvr_transmit_buffers);
288 queue_work(dev->workqueue, &dev->worker);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpthread.c194 static void* attribute_align_arg worker(void *v) function
332 if(pthread_create(&c->workers[i], NULL, worker, avctx)) {
348 * Codec worker thread.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Dss.c1229 int (*worker)(char*, struct filter *, int),
1256 if (worker(p, f, fam) < 0)
1228 generic_record_read(int fd, char *buf, int bufsize, int (*worker)(char*, struct filter *, int), struct filter *f, int fam) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtsamples.tex514 GUI program in the main thread and some worker threads which work in the
516 worker threads possible, wxWidgets offers the \helpref{wxPostEvent}{wxpostevent}
H A Dthread.tex403 This function should be used instead of \helpref{wxSleep}{wxsleep} by all worker
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dquaqua.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/randelshofer/ ch/randelshofer/quaqua/ ch/randelshofer/quaqua/border/ ...

Completed in 124 milliseconds

12