Home
last modified time | relevance | path

Searched refs:lead_thread (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/
Dkfd_events.c856 p->lead_thread->pid); in lookup_events_by_type_and_signal()
857 send_sig(SIGSEGV, p->lead_thread, 0); in lookup_events_by_type_and_signal()
865 p->lead_thread->pid); in lookup_events_by_type_and_signal()
866 send_sig(SIGTERM, p->lead_thread, 0); in lookup_events_by_type_and_signal()
870 p->lead_thread->pid); in lookup_events_by_type_and_signal()
897 mm = get_task_mm(p->lead_thread); in kfd_signal_iommu_event()
Dkfd_iommu.c131 err = amd_iommu_bind_pasid(dev->pdev, p->pasid, p->lead_thread); in kfd_iommu_bind_process_to_device()
244 p->lead_thread); in kfd_bind_processes_to_device()
Dkfd_process.c368 put_task_struct(p->lead_thread); in kfd_process_wq_release()
545 process->lead_thread = thread->group_leader; in create_process()
546 get_task_struct(process->lead_thread); in create_process()
1086 p->lead_thread->tgid, p->pasid); in kfd_debugfs_mqds_by_process()
Dkfd_priv.h652 struct task_struct *lead_thread; member
Dkfd_device_queue_manager.c703 mm = get_task_mm(pdd->process->lead_thread); in restore_process_queues_nocpsch()