Searched refs:entire_bo_list (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/staging/media/atomisp/pci/hmm/ |
D | hmm_bo.c | 357 INIT_LIST_HEAD(&bdev->entire_bo_list); in hmm_bo_device_init() 385 list_add_tail(&bo->list, &bdev->entire_bo_list); in hmm_bo_device_init() 481 if (bo->list.prev != &bdev->entire_bo_list && in hmm_bo_release() 488 if (bo->list.next != &bdev->entire_bo_list && in hmm_bo_release() 522 while (!list_empty(&bdev->entire_bo_list)) { in hmm_bo_device_exit() 523 bo = list_to_hmm_bo(bdev->entire_bo_list.next); in hmm_bo_device_exit() 603 list_for_each(pos, &bdev->entire_bo_list) { in hmm_bo_device_search_vmap_start()
|
D | hmm.c | 103 return bo_show(dev, attr, buf, &bo_device.entire_bo_list, true); in active_bo_show() 109 return bo_show(dev, attr, buf, &bo_device.entire_bo_list, false); in free_bo_show()
|
/linux-6.1.9/drivers/staging/media/atomisp/include/hmm/ |
D | hmm_bo.h | 103 struct list_head entire_bo_list; member
|