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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-tls.c203 worker_thread (void *arg) function
287 threads[i] = gl_thread_create (worker_thread, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_init.c4437 phba->worker_thread = kthread_run(lpfc_do_work, phba,
4439 if (IS_ERR(phba->worker_thread)) {
4440 error = PTR_ERR(phba->worker_thread);
4459 kthread_stop(phba->worker_thread);
7434 kthread_stop(phba->worker_thread);
7728 kthread_stop(phba->worker_thread);
7802 kthread_stop(phba->worker_thread);
7858 phba->worker_thread = kthread_run(lpfc_do_work, phba,
7860 if (IS_ERR(phba->worker_thread)) {
7861 error = PTR_ERR(phba->worker_thread);
[all...]
H A Dlpfc.h644 struct task_struct *worker_thread; member in struct:lpfc_hba
H A Dlpfc_hbadisc.c643 phba->worker_thread = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dworkqueue.c464 static int worker_thread(void *__worker);
1337 worker->task = kthread_create(worker_thread, worker,
1340 worker->task = kthread_create(worker_thread, worker,
1891 * worker_thread - the worker thread function
1900 static int worker_thread(void *__worker) function

Completed in 89 milliseconds