Home
last modified time | relevance | path

Searched refs:next_lru (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/block/xen-blkback/
H A Dcommon.h277 unsigned long next_lru; member
H A Dblkback.c606 time_after(jiffies, ring->next_lru)) { in xen_blkif_schedule()
608 ring->next_lru = jiffies + msecs_to_jiffies(LRU_INTERVAL); in xen_blkif_schedule()
/linux/drivers/gpu/drm/ttm/
H A Dttm_resource.c573 struct ttm_lru_item *next_lru) in ttm_resource_cursor_check_bulk() argument
575 struct ttm_resource *next = ttm_lru_item_to_res(next_lru); in ttm_resource_cursor_check_bulk()