worker_thread 910 drivers/scsi/lpfc/lpfc.h struct task_struct *worker_thread; worker_thread 768 drivers/scsi/lpfc/lpfc_hbadisc.c phba->worker_thread = NULL; worker_thread 7057 drivers/scsi/lpfc/lpfc_init.c phba->worker_thread = kthread_run(lpfc_do_work, phba, worker_thread 7059 drivers/scsi/lpfc/lpfc_init.c if (IS_ERR(phba->worker_thread)) { worker_thread 7060 drivers/scsi/lpfc/lpfc_init.c error = PTR_ERR(phba->worker_thread); worker_thread 7085 drivers/scsi/lpfc/lpfc_init.c if (phba->worker_thread) worker_thread 7086 drivers/scsi/lpfc/lpfc_init.c kthread_stop(phba->worker_thread); worker_thread 11555 drivers/scsi/lpfc/lpfc_init.c kthread_stop(phba->worker_thread); worker_thread 12069 drivers/scsi/lpfc/lpfc_init.c kthread_stop(phba->worker_thread); worker_thread 12151 drivers/scsi/lpfc/lpfc_init.c kthread_stop(phba->worker_thread); worker_thread 12207 drivers/scsi/lpfc/lpfc_init.c phba->worker_thread = kthread_run(lpfc_do_work, phba, worker_thread 12209 drivers/scsi/lpfc/lpfc_init.c if (IS_ERR(phba->worker_thread)) { worker_thread 12210 drivers/scsi/lpfc/lpfc_init.c error = PTR_ERR(phba->worker_thread); worker_thread 12957 drivers/scsi/lpfc/lpfc_init.c kthread_stop(phba->worker_thread); worker_thread 13014 drivers/scsi/lpfc/lpfc_init.c phba->worker_thread = kthread_run(lpfc_do_work, phba, worker_thread 13016 drivers/scsi/lpfc/lpfc_init.c if (IS_ERR(phba->worker_thread)) { worker_thread 13017 drivers/scsi/lpfc/lpfc_init.c error = PTR_ERR(phba->worker_thread); worker_thread 356 kernel/workqueue.c static int worker_thread(void *__worker); worker_thread 1932 kernel/workqueue.c worker->task = kthread_create_on_node(worker_thread, worker, pool->node, worker_thread 1326 tools/perf/bench/numa.c ret = pthread_create(pthreads + t, NULL, worker_thread, td); worker_thread 121 tools/perf/bench/sched-pipe.c ret = pthread_create(&td->pthread, NULL, worker_thread, td); worker_thread 137 tools/perf/bench/sched-pipe.c worker_thread(threads + 0); worker_thread 140 tools/perf/bench/sched-pipe.c worker_thread(threads + 1); worker_thread 201 tools/testing/radix-tree/multiorder.c pthread_t worker_thread[num_threads]; worker_thread 204 tools/testing/radix-tree/multiorder.c pthread_create(&worker_thread[0], NULL, &creator_func, xa); worker_thread 206 tools/testing/radix-tree/multiorder.c pthread_create(&worker_thread[i], NULL, &iterator_func, xa); worker_thread 209 tools/testing/radix-tree/multiorder.c pthread_join(worker_thread[i], NULL);