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

/freebsd-12-stable/sys/dev/drm2/ttm/
H A Dttm_object.c46 * @lock: Lock that protects the ref_list list and the
49 * @ref_list: List of ttm_ref_objects to be destroyed at
67 struct list_head ref_list; member in struct:ttm_object_file
302 list_add_tail(&ref->head, &tfile->ref_list);
377 while (!list_empty(&tfile->ref_list)) {
378 list = tfile->ref_list.next;
402 INIT_LIST_HEAD(&tfile->ref_list);

Completed in 165 milliseconds