Searched refs:worker_thread (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/radix-tree/ |
| H A D | multiorder.c | 201 pthread_t worker_thread[num_threads]; in multiorder_iteration_race() local 205 pthread_create(&worker_thread[0], NULL, &creator_func, xa); in multiorder_iteration_race() 207 pthread_create(&worker_thread[i], NULL, &iterator_func, xa); in multiorder_iteration_race() 210 pthread_join(worker_thread[i], NULL); in multiorder_iteration_race() 260 pthread_t worker_thread[num_threads]; in load_race() local 264 pthread_create(&worker_thread[0], NULL, &load_creator, xa); in load_race() 266 pthread_create(&worker_thread[i], NULL, &load_worker, xa); in load_race() 269 pthread_join(worker_thread[i], NULL); in load_race()
|
| /linux/tools/perf/bench/ |
| H A D | sched-pipe.c | 188 static void *worker_thread(void *__tdata) in worker_thread() function 262 ret = pthread_create(&td->pthread, NULL, worker_thread, td); in bench_sched_pipe() 277 worker_thread(threads + 0); in bench_sched_pipe() 280 worker_thread(threads + 1); in bench_sched_pipe()
|
| H A D | numa.c | 1206 static void *worker_thread(void *__tdata) in worker_thread() function 1446 ret = pthread_create(pthreads + t, NULL, worker_thread, td); in worker_process()
|
| /linux/drivers/gpu/drm/ci/xfails/ |
| H A D | vkms-none-skips.txt | 35 # worker_thread+0x17e/0x350 86 # worker_thread+0x17e/0x350 137 # worker_thread+0x17e/0x350 190 # worker_thread+0x17e/0x350 239 # worker_thread+0x17e/0x310 346 # worker_thread+0x17e/0x320 452 # worker_thread+0x17e/0x320 558 # worker_thread+0x17e/0x320 664 # worker_thread+0x17e/0x320 770 # worker_thread+0x17e/0x320
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 8583 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_setup_driver_resource_phase2() 8585 if (IS_ERR(phba->worker_thread)) { in lpfc_setup_driver_resource_phase2() 8586 error = PTR_ERR(phba->worker_thread); in lpfc_setup_driver_resource_phase2() 8610 if (phba->worker_thread) in lpfc_unset_driver_resource_phase2() 8611 kthread_stop(phba->worker_thread); in lpfc_unset_driver_resource_phase2() 13476 kthread_stop(phba->worker_thread); in lpfc_sli4_hba_unset() 14115 kthread_stop(phba->worker_thread); in lpfc_pci_remove_one_s3() 14196 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s3() 14235 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s3() 14237 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s3() [all …]
|
| H A D | lpfc.h | 1213 struct task_struct *worker_thread; member
|
| H A D | lpfc_hbadisc.c | 278 if (phba->worker_thread) { in lpfc_dev_loss_tmo_callbk() 1121 phba->worker_thread = NULL; in lpfc_do_work()
|
| /linux/kernel/ |
| H A D | workqueue.c | 534 static int worker_thread(void *__worker); 2815 worker->task = kthread_create_on_node(worker_thread, worker, in create_worker() 3385 static int worker_thread(void *__worker) in worker_thread() function
|
| /linux/Documentation/trace/ |
| H A D | histogram.rst | 1989 => worker_thread+0x2ad/0x380 2044 worker_thread+0x50/0x3e0 2071 worker_thread+0x50/0x3e0
|