Searched refs:cursor_list (Results 1 – 2 of 2) sorted by relevance
72 list_for_each_entry_safe(cursor, next, &bulk->cursor_list, bulk_link) in ttm_bulk_move_adjust_cursors()81 list_for_each_entry_safe(cursor, next, &bulk->cursor_list, bulk_link) in ttm_bulk_move_drop_cursors()126 INIT_LIST_HEAD(&bulk->cursor_list); in ttm_lru_bulk_move_init()625 list_move_tail(&cursor->bulk_link, &bulk->cursor_list); in ttm_resource_cursor_check_bulk()
308 struct list_head cursor_list; member