Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/amdkfd/
Dkfd_events.c855 p->lead_thread->pid, p->pasid); in lookup_events_by_type_and_signal()
856 send_sig(SIGSEGV, p->lead_thread, 0); in lookup_events_by_type_and_signal()
864 p->lead_thread->pid, p->pasid); in lookup_events_by_type_and_signal()
865 send_sig(SIGTERM, p->lead_thread, 0); in lookup_events_by_type_and_signal()
869 p->lead_thread->pid, p->pasid); in lookup_events_by_type_and_signal()
896 mm = get_task_mm(p->lead_thread); in kfd_signal_iommu_event()
1090 send_sig(SIGBUS, p->lead_thread, 0); in kfd_signal_poison_consumed_event()
Dkfd_iommu.c124 err = amd_iommu_bind_pasid(dev->pdev, p->pasid, p->lead_thread); in kfd_iommu_bind_process_to_device()
237 p->lead_thread); in kfd_bind_processes_to_device()
Dkfd_process.c182 mm = get_task_mm(pdd->process->lead_thread); in kfd_sdma_activity_worker()
839 (int)process->lead_thread->pid); in kfd_create_process()
1066 put_task_struct(p->lead_thread); in kfd_process_wq_release()
1311 process->lead_thread = thread->group_leader; in create_process()
1355 get_task_struct(process->lead_thread); in create_process()
1919 p->lead_thread->tgid, p->pasid); in kfd_debugfs_mqds_by_process()
Dkfd_device.c1151 WARN(debug_evictions, "Evicting pid %d", p->lead_thread->pid); in kgd2kfd_quiesce_mm()
1220 p->lead_thread->pid, delay_jiffies); in kgd2kfd_schedule_evict_and_restore_process()
Dkfd_priv.h787 struct task_struct *lead_thread; member
Dkfd_device_queue_manager.c787 mm = get_task_mm(pdd->process->lead_thread); in restore_process_queues_nocpsch()
2015 WARN(debug_evictions, "Evicting pid %d", p->lead_thread->pid); in kfd_process_vm_fault()
Dkfd_svm.c484 mm = get_task_mm(p->lead_thread); in svm_range_vram_node_new()
2508 mm = get_task_mm(p->lead_thread); in svm_range_restore_pages()
Dkfd_chardev.c1968 if (process->lead_thread != current->group_leader) { in kfd_ioctl()