Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_priv.h960 struct delayed_work eviction_work; member
H A Dkfd_svm.c591 INIT_WORK(&svm_bo->eviction_work, svm_range_evict_svm_bo_worker); in svm_range_vram_node_new()
3639 schedule_work(&fence->svm_bo->eviction_work); in svm_range_schedule_evict_svm_bo()
3651 svm_bo = container_of(work, struct svm_range_bo, eviction_work); in svm_range_evict_svm_bo_worker()
H A Dkfd_device.c1267 schedule_delayed_work(&p->eviction_work, delay_jiffies); in kgd2kfd_schedule_evict_and_restore_process()