Searched refs:worker_thread (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/tools/testing/radix-tree/ |
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() 256 pthread_t worker_thread[num_threads]; in load_race() local 260 pthread_create(&worker_thread[0], NULL, &load_creator, xa); in load_race() 262 pthread_create(&worker_thread[i], NULL, &load_worker, xa); in load_race() 265 pthread_join(worker_thread[i], NULL); in load_race()
|
/linux-6.12.1/tools/perf/bench/ |
D | sched-pipe.c | 168 static void *worker_thread(void *__tdata) in worker_thread() function 240 ret = pthread_create(&td->pthread, NULL, worker_thread, td); in bench_sched_pipe() 255 worker_thread(threads + 0); in bench_sched_pipe() 258 worker_thread(threads + 1); in bench_sched_pipe()
|
D | numa.c | 1153 static void *worker_thread(void *__tdata) in worker_thread() function 1393 ret = pthread_create(pthreads + t, NULL, worker_thread, td); in worker_process()
|
/linux-6.12.1/drivers/gpu/drm/ci/xfails/ |
D | vkms-none-skips.txt | 33 # worker_thread+0x17e/0x350 84 # worker_thread+0x17e/0x350 135 # worker_thread+0x17e/0x350 188 # worker_thread+0x17e/0x350
|
/linux-6.12.1/drivers/scsi/lpfc/ |
D | lpfc_init.c | 8622 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_setup_driver_resource_phase2() 8624 if (IS_ERR(phba->worker_thread)) { in lpfc_setup_driver_resource_phase2() 8625 error = PTR_ERR(phba->worker_thread); in lpfc_setup_driver_resource_phase2() 8649 if (phba->worker_thread) in lpfc_unset_driver_resource_phase2() 8650 kthread_stop(phba->worker_thread); in lpfc_unset_driver_resource_phase2() 13516 kthread_stop(phba->worker_thread); in lpfc_sli4_hba_unset() 14153 kthread_stop(phba->worker_thread); in lpfc_pci_remove_one_s3() 14234 kthread_stop(phba->worker_thread); in lpfc_pci_suspend_one_s3() 14273 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s3() 14275 if (IS_ERR(phba->worker_thread)) { in lpfc_pci_resume_one_s3() [all …]
|
D | lpfc.h | 1225 struct task_struct *worker_thread; member
|
D | lpfc_hbadisc.c | 256 if (phba->worker_thread) { in lpfc_dev_loss_tmo_callbk() 1115 phba->worker_thread = NULL; in lpfc_do_work()
|
/linux-6.12.1/kernel/ |
D | workqueue.c | 525 static int worker_thread(void *__worker); 2793 worker->task = kthread_create_on_node(worker_thread, worker, in create_worker() 3336 static int worker_thread(void *__worker) in worker_thread() function
|
/linux-6.12.1/Documentation/trace/ |
D | histogram.rst | 1989 => worker_thread+0x2ad/0x380 2044 worker_thread+0x50/0x3e0 2071 worker_thread+0x50/0x3e0
|