Searched refs:ddestroy (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/dev/drm2/ttm/
H A Dttm_bo.c122 MPASS(list_empty(&bo->ddestroy));
585 list_add_tail(&bo->ddestroy, &bdev->ddestroy);
669 if (ret || unlikely(list_empty(&bo->ddestroy))) {
677 list_del_init(&bo->ddestroy);
700 if (list_empty(&bdev->ddestroy))
703 entry = list_first_entry(&bdev->ddestroy,
704 struct ttm_buffer_object, ddestroy);
710 if (entry->ddestroy.next != &bdev->ddestroy) {
[all...]
H A Dttm_bo_api.h159 * @ddestroy: List head for the delayed destroy list.
228 struct list_head ddestroy; member in struct:ttm_buffer_object
H A Dttm_bo_driver.h523 * ddestroy lists.
551 struct list_head ddestroy; member in struct:ttm_bo_device
H A Dttm_bo_util.c417 INIT_LIST_HEAD(&fbo->ddestroy);

Completed in 99 milliseconds