Searched refs:lead_thread (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_iommu.c | 124 err = amd_iommu_bind_pasid(dev->pdev, p->pasid, p->lead_thread); in kfd_iommu_bind_process_to_device() 226 p->lead_thread); in kfd_bind_processes_to_device()
|
D | kfd_events.c | 1111 p->lead_thread->pid, p->pasid); in lookup_events_by_type_and_signal() 1112 send_sig(SIGSEGV, p->lead_thread, 0); in lookup_events_by_type_and_signal() 1120 p->lead_thread->pid, p->pasid); in lookup_events_by_type_and_signal() 1121 send_sig(SIGTERM, p->lead_thread, 0); in lookup_events_by_type_and_signal() 1125 p->lead_thread->pid, p->pasid); in lookup_events_by_type_and_signal() 1155 mm = get_task_mm(p->lead_thread); in kfd_signal_iommu_event() 1382 send_sig(SIGBUS, p->lead_thread, 0); in kfd_signal_poison_consumed_event()
|
D | kfd_process.c | 185 mm = get_task_mm(pdd->process->lead_thread); in kfd_sdma_activity_worker() 843 (int)process->lead_thread->pid); in kfd_create_process() 1132 put_task_struct(p->lead_thread); in kfd_process_wq_release() 1370 process->lead_thread = thread->group_leader; in create_process() 1419 get_task_struct(process->lead_thread); in create_process() 2046 p->lead_thread->tgid, p->pasid); in kfd_debugfs_mqds_by_process()
|
D | kfd_device.c | 851 WARN(debug_evictions, "Evicting pid %d", p->lead_thread->pid); in kgd2kfd_quiesce_mm() 920 p->lead_thread->pid, delay_jiffies); in kgd2kfd_schedule_evict_and_restore_process()
|
D | kfd_chardev.c | 2489 args->pid = task_pid_nr_ns(p->lead_thread, in criu_process_info() 2490 task_active_pid_ns(p->lead_thread)); in criu_process_info() 2694 ptrace_parent(process->lead_thread) == current) in kfd_ioctl() 2698 if (process->lead_thread != current->group_leader in kfd_ioctl()
|
D | kfd_svm.c | 514 mm = get_task_mm(p->lead_thread); in svm_range_vram_node_new() 1672 mm = get_task_mm(p->lead_thread); in svm_range_restore_work() 2733 mm = get_task_mm(p->lead_thread); in svm_range_restore_pages() 3551 mm = get_task_mm(p->lead_thread); in kfd_criu_resume_svm() 3766 mm = get_task_mm(p->lead_thread); in kfd_criu_checkpoint_svm()
|
D | kfd_priv.h | 839 struct task_struct *lead_thread; member
|
D | kfd_device_queue_manager.c | 1048 mm = get_task_mm(pdd->process->lead_thread); in restore_process_queues_nocpsch() 2406 WARN(debug_evictions, "Evicting pid %d", p->lead_thread->pid); in kfd_dqm_evict_pasid()
|