Searched refs:eviction_work (Results 1 - 5 of 5) sorted by path

/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device.c1147 /* During process initialization eviction_work.dwork is initialized
1152 schedule_delayed_work(&p->eviction_work, delay_jiffies);
H A Dkfd_priv.h924 struct delayed_work eviction_work; member in struct:kfd_process
H A Dkfd_process.c1180 cancel_delayed_work_sync(&p->eviction_work);
1484 INIT_DELAYED_WORK(&process->eviction_work, evict_process_worker);
1953 p = container_of(dwork, struct kfd_process, eviction_work);
H A Dkfd_svm.c566 INIT_WORK(&svm_bo->eviction_work, svm_range_evict_svm_bo_worker);
3443 schedule_work(&fence->svm_bo->eviction_work);
3455 svm_bo = container_of(work, struct svm_range_bo, eviction_work);
H A Dkfd_svm.h48 struct work_struct eviction_work; member in struct:svm_range_bo

Completed in 153 milliseconds