Home
last modified time | relevance | path

Searched refs:alloc_idr (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c884 idr_for_each_entry(&pdd->alloc_idr, mem, id) { in kfd_process_device_free_bos()
933 idr_destroy(&pdd->alloc_idr); in kfd_process_destroy_pdds()
1290 idr_init(&pdd->alloc_idr); in kfd_create_process_device_data()
1447 return idr_alloc(&pdd->alloc_idr, mem, 0, 0, GFP_KERNEL); in kfd_process_device_create_obj_handle()
1459 return idr_find(&pdd->alloc_idr, handle); in kfd_process_device_translate_handle()
1469 idr_remove(&pdd->alloc_idr, handle); in kfd_process_device_remove_obj_handle()
Dkfd_priv.h678 struct idr alloc_idr; member