eviction_work     958 drivers/gpu/drm/amd/amdkfd/kfd_device.c 	schedule_delayed_work(&p->eviction_work, delay_jiffies);
eviction_work     723 drivers/gpu/drm/amd/amdkfd/kfd_priv.h 	struct delayed_work eviction_work;
eviction_work     513 drivers/gpu/drm/amd/amdkfd/kfd_process.c 	cancel_delayed_work_sync(&p->eviction_work);
eviction_work     636 drivers/gpu/drm/amd/amdkfd/kfd_process.c 	INIT_DELAYED_WORK(&process->eviction_work, evict_process_worker);
eviction_work    1011 drivers/gpu/drm/amd/amdkfd/kfd_process.c 	p = container_of(dwork, struct kfd_process, eviction_work);
eviction_work    1087 drivers/gpu/drm/amd/amdkfd/kfd_process.c 		cancel_delayed_work_sync(&p->eviction_work);