Searched refs:debug_evictions (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_drv.c | 838 bool debug_evictions; variable 839 module_param(debug_evictions, bool, 0644); 840 MODULE_PARM_DESC(debug_evictions, "enable eviction debug messages (false = default)");
|
| H A D | amdgpu.h | 232 extern bool debug_evictions; 238 static const bool __maybe_unused debug_evictions; /* = false */ variable
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_device.c | 1196 WARN(debug_evictions, "Evicting pid %d", p->lead_thread->pid); in kgd2kfd_quiesce_mm() 1265 WARN(debug_evictions, "Scheduling eviction of pid %d in %ld jiffies", in kgd2kfd_schedule_evict_and_restore_process()
|
| H A D | kfd_priv.h | 203 extern bool debug_evictions;
|
| H A D | kfd_process.c | 2203 WARN(debug_evictions, "Evicting all processes"); in kfd_suspend_all_processes()
|
| H A D | kfd_device_queue_manager.c | 3119 WARN(debug_evictions, "Evicting pid %d", p->lead_thread->pid); in kfd_evict_process_device()
|