Searched refs:vmalist (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_vm.c | 250 list_for_each_entry_safe(pt, temp, &dev->vmalist, head) { in drm_vm_shm_close() 406 list_add(&vma_entry->head, &dev->vmalist); in drm_vm_open_locked() 428 list_for_each_entry_safe(pt, temp, &dev->vmalist, head) { in drm_vm_close_locked() 442 * Search the \p vma private data entry in drm_device::vmalist, unlink it, and 665 list_for_each_entry_safe(vma, vma_temp, &dev->vmalist, head) { in drm_legacy_vma_flush()
|
H A D | drm_legacy_misc.c | 48 INIT_LIST_HEAD(&dev->vmalist); in drm_legacy_init_members()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_vm.c | 245 list_for_each_entry_safe(pt, temp, &dev->vmalist, head) { in drm_vm_shm_close() 401 list_add(&vma_entry->head, &dev->vmalist); in drm_vm_open_locked() 423 list_for_each_entry_safe(pt, temp, &dev->vmalist, head) { in drm_vm_close_locked() 437 * Search the \p vma private data entry in drm_device::vmalist, unlink it, and 660 list_for_each_entry_safe(vma, vma_temp, &dev->vmalist, head) { in drm_legacy_vma_flush()
|
H A D | drm_legacy_misc.c | 46 INIT_LIST_HEAD(&dev->vmalist); in drm_legacy_init_members()
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_device.h | 351 struct list_head vmalist; member
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_device.h | 359 struct list_head vmalist; member
|
Completed in 4 milliseconds