Home
last modified time | relevance | path

Searched refs:eviction_work (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c513 cancel_delayed_work_sync(&p->eviction_work); in kfd_process_notifier_release()
636 INIT_DELAYED_WORK(&process->eviction_work, evict_process_worker); in create_process()
1011 p = container_of(dwork, struct kfd_process, eviction_work); in evict_process_worker()
1087 cancel_delayed_work_sync(&p->eviction_work); in kfd_suspend_all_processes()
Dkfd_priv.h723 struct delayed_work eviction_work; member
Dkfd_device.c958 schedule_delayed_work(&p->eviction_work, delay_jiffies); in kgd2kfd_schedule_evict_and_restore_process()