Searched refs:worker_thread (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.10/tools/perf/bench/ | 
| D | sched-pipe.c | 54 static void *worker_thread(void *__tdata)  in worker_thread()  function121 			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()
 
 | 
| D | numa.c | 1104 static void *worker_thread(void *__tdata)  in worker_thread()  function1343 		ret = pthread_create(pthreads + t, NULL, worker_thread, td);  in worker_process()
 
 | 
| /Linux-v5.10/tools/testing/radix-tree/ | 
| D | multiorder.c | 201 	pthread_t worker_thread[num_threads];  in multiorder_iteration_race()  local204 	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-v5.10/drivers/scsi/lpfc/ | 
| D | lpfc_init.c | 7221 	phba->worker_thread = kthread_run(lpfc_do_work, phba,  in lpfc_setup_driver_resource_phase2()7223 	if (IS_ERR(phba->worker_thread)) {  in lpfc_setup_driver_resource_phase2()
 7224 		error = PTR_ERR(phba->worker_thread);  in lpfc_setup_driver_resource_phase2()
 7249 	if (phba->worker_thread)  in lpfc_unset_driver_resource_phase2()
 7250 		kthread_stop(phba->worker_thread);  in lpfc_unset_driver_resource_phase2()
 12021 	kthread_stop(phba->worker_thread);  in lpfc_sli4_hba_unset()
 12533 	kthread_stop(phba->worker_thread);  in lpfc_pci_remove_one_s3()
 12615 	kthread_stop(phba->worker_thread);  in lpfc_pci_suspend_one_s3()
 12671 	phba->worker_thread = kthread_run(lpfc_do_work, phba,  in lpfc_pci_resume_one_s3()
 12673 	if (IS_ERR(phba->worker_thread)) {  in lpfc_pci_resume_one_s3()
 [all …]
 
 | 
| D | lpfc.h | 936 	struct task_struct   *worker_thread;  member
 | 
| D | lpfc_hbadisc.c | 767 	phba->worker_thread = NULL;  in lpfc_do_work()
 | 
| /Linux-v5.10/kernel/ | 
| D | workqueue.c | 357 static int worker_thread(void *__worker);1932 	worker->task = kthread_create_on_node(worker_thread, worker, pool->node,  in create_worker()
 2360 static int worker_thread(void *__worker)  in worker_thread()  function
 
 |