Searched refs:eviction_work (Results 1 – 3 of 3) sorted by relevance
407 cancel_delayed_work_sync(&p->eviction_work); in kfd_process_notifier_release()562 INIT_DELAYED_WORK(&process->eviction_work, evict_process_worker); in create_process()911 p = container_of(dwork, struct kfd_process, eviction_work); in evict_process_worker()998 cancel_delayed_work_sync(&p->eviction_work); in kfd_suspend_all_processes()
759 schedule_delayed_work(&p->eviction_work, delay_jiffies); in kgd2kfd_schedule_evict_and_restore_process()
693 struct delayed_work eviction_work; member