Home
last modified time | relevance | path

Searched refs:worker_thread (Results 1 – 9 of 9) sorted by relevance

/linux/tools/perf/bench/
A Dsched-pipe.c54 static void *worker_thread(void *__tdata) in worker_thread() function
121 ret = pthread_create(&td->pthread, NULL, worker_thread, td); in bench_sched_pipe()
137 worker_thread(threads + 0); in bench_sched_pipe()
140 worker_thread(threads + 1); in bench_sched_pipe()
A Dnuma.c1120 static void *worker_thread(void *__tdata) in worker_thread() function
1359 ret = pthread_create(pthreads + t, NULL, worker_thread, td); in worker_process()
/linux/tools/testing/radix-tree/
A Dmultiorder.c201 pthread_t worker_thread[num_threads]; in multiorder_iteration_race() local
204 pthread_create(&worker_thread[0], NULL, &creator_func, xa); in multiorder_iteration_race()
206 pthread_create(&worker_thread[i], NULL, &iterator_func, xa); in multiorder_iteration_race()
209 pthread_join(worker_thread[i], NULL); in multiorder_iteration_race()
/linux/drivers/scsi/lpfc/
A Dlpfc_init.c8512 if (IS_ERR(phba->worker_thread)) { in lpfc_setup_driver_resource_phase2()
8513 error = PTR_ERR(phba->worker_thread); in lpfc_setup_driver_resource_phase2()
8538 if (phba->worker_thread) in lpfc_unset_driver_resource_phase2()
8539 kthread_stop(phba->worker_thread); in lpfc_unset_driver_resource_phase2()
13369 kthread_stop(phba->worker_thread); in lpfc_sli4_hba_unset()
14043 kthread_stop(phba->worker_thread); in lpfc_pci_remove_one_s3()
14124 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s3()
14165 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s3()
14166 error = PTR_ERR(phba->worker_thread); in lpfc_pci_resume_one_s3()
14958 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s4()
[all …]
A Dlpfc.h1212 struct task_struct *worker_thread; member
A Dlpfc_hbadisc.c1026 phba->worker_thread = NULL; in lpfc_do_work()
/linux/kernel/
A Dworkqueue.c375 static int worker_thread(void *__worker);
1958 worker->task = kthread_create_on_node(worker_thread, worker, pool->node, in create_worker()
2387 static int worker_thread(void *__worker) in worker_thread() function
/linux/
A DSystem.map2601 ffff8000100a6330 t worker_thread
A D.tmp_System.map2601 ffff8000100a6330 t worker_thread

Completed in 377 milliseconds