Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/radix-tree/
H A Dmultiorder.c201 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 Dsched-pipe.c188 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 Dnuma.c1206 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 Dvkms-none-skips.txt34 # 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 Dlpfc_init.c8606 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 Dlpfc.h1224 struct task_struct *worker_thread; member
H A Dlpfc_hbadisc.c275 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 Dworkqueue.c525 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 Dhistogram.rst1989 => worker_thread+0x2ad/0x380
2044 worker_thread+0x50/0x3e0
2071 worker_thread+0x50/0x3e0