Searched refs:kfd_smi_task_to_pid (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_smi_events.c | 208 static inline pid_t kfd_smi_task_to_pid(struct task_struct *task) in kfd_smi_task_to_pid() function 225 pid = kfd_smi_task_to_pid(task); in kfd_smi_event_add() 288 kfd_smi_task_to_pid(task), address, node->id, in kfd_smi_event_page_fault_start() 297 kfd_smi_task_to_pid(task), address, node->id, in kfd_smi_event_page_fault_end() 309 kfd_smi_task_to_pid(task), start, end - start, from, in kfd_smi_event_migration_start() 320 kfd_smi_task_to_pid(task), start, end - start, from, in kfd_smi_event_migration_end() 329 kfd_smi_task_to_pid(task), node->id, trigger)); in kfd_smi_event_queue_eviction() 336 kfd_smi_task_to_pid(task), node->id, '0')); in kfd_smi_event_queue_restore() 354 kfd_smi_task_to_pid(p->lead_thread), in kfd_smi_event_queue_restore_rescheduled() 366 kfd_smi_task_to_pid(task), address, in kfd_smi_event_unmap_from_gpu() [all …]
|