HomeSort by: relevance | last modified time | path
    Searched defs:ref_list (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
ttm_object.c 52 * @lock: Lock that protects the ref_list list and the
55 * @ref_list: List of ttm_ref_objects to be destroyed at
79 struct list_head ref_list; member in struct:ttm_object_file
408 list_add_tail(&ref->head, &tfile->ref_list);
485 while (!list_empty(&tfile->ref_list)) {
486 list = tfile->ref_list.next;
512 INIT_LIST_HEAD(&tfile->ref_list);
ttm_object.c 52 * @lock: Lock that protects the ref_list list and the
55 * @ref_list: List of ttm_ref_objects to be destroyed at
79 struct list_head ref_list; member in struct:ttm_object_file
408 list_add_tail(&ref->head, &tfile->ref_list);
485 while (!list_empty(&tfile->ref_list)) {
486 list = tfile->ref_list.next;
512 INIT_LIST_HEAD(&tfile->ref_list);
ttm_object.c 52 * @lock: Lock that protects the ref_list list and the
55 * @ref_list: List of ttm_ref_objects to be destroyed at
79 struct list_head ref_list; member in struct:ttm_object_file
408 list_add_tail(&ref->head, &tfile->ref_list);
485 while (!list_empty(&tfile->ref_list)) {
486 list = tfile->ref_list.next;
512 INIT_LIST_HEAD(&tfile->ref_list);

Completed in 31 milliseconds