Searched refs:worker_thread (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/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-6.15/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-6.15/drivers/gpu/drm/ci/xfails/ |
| H A D | vkms-none-skips.txt | 34 # worker_thread+0x17e/0x350 85 # worker_thread+0x17e/0x350 136 # worker_thread+0x17e/0x350 189 # worker_thread+0x17e/0x350 238 # worker_thread+0x17e/0x310 345 # worker_thread+0x17e/0x320 451 # worker_thread+0x17e/0x320 557 # worker_thread+0x17e/0x320 663 # worker_thread+0x17e/0x320 769 # worker_thread+0x17e/0x320
|
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 8606 if (IS_ERR(phba->worker_thread)) { in lpfc_setup_driver_resource_phase2() 8607 error = PTR_ERR(phba->worker_thread); in lpfc_setup_driver_resource_phase2() 8631 if (phba->worker_thread) in lpfc_unset_driver_resource_phase2() 8632 kthread_stop(phba->worker_thread); in lpfc_unset_driver_resource_phase2() 13497 kthread_stop(phba->worker_thread); in lpfc_sli4_hba_unset() 14136 kthread_stop(phba->worker_thread); in lpfc_pci_remove_one_s3() 14217 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s3() 14258 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s3() 14259 error = PTR_ERR(phba->worker_thread); in lpfc_pci_resume_one_s3() 15048 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s4() [all …]
|
| H A D | lpfc.h | 1224 struct task_struct *worker_thread; member
|
| H A D | lpfc_hbadisc.c | 275 if (phba->worker_thread) { in lpfc_dev_loss_tmo_callbk() 1117 phba->worker_thread = NULL; in lpfc_do_work()
|
| /linux-6.15/kernel/ |
| H A D | workqueue.c | 525 static int worker_thread(void *__worker); 2802 worker->task = kthread_create_on_node(worker_thread, worker, in create_worker() 3345 static int worker_thread(void *__worker) in worker_thread() function
|
| /linux-6.15/Documentation/trace/ |
| H A D | histogram.rst | 1989 => worker_thread+0x2ad/0x380 2044 worker_thread+0x50/0x3e0 2071 worker_thread+0x50/0x3e0
|