OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ddestroy
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo.c
184
BUG_ON(!list_empty(&bo->
ddestroy
));
532
list_add_tail(&bo->
ddestroy
, &bdev->
ddestroy
);
559
if (unlikely(list_empty(&bo->
ddestroy
)))
601
if (ret || unlikely(list_empty(&bo->
ddestroy
))) {
609
list_del_init(&bo->
ddestroy
);
634
while (!list_empty(&bdev->
ddestroy
)) {
637
bo = list_first_entry(&bdev->
ddestroy
, struct ttm_buffer_object,
638
ddestroy
);
640
list_move_tail(&bo->
ddestroy
, &removed)
[
all
...]
ttm_bo_util.c
576
INIT_LIST_HEAD(&fbo->base.
ddestroy
);
/src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_bo_api.h
166
* @
ddestroy
: List head for the delayed destroy list.
222
struct list_head
ddestroy
;
member in struct:ttm_buffer_object
ttm_bo_driver.h
472
*
ddestroy
lists.
497
struct list_head
ddestroy
;
member in struct:ttm_bo_device
Completed in 14 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025