Home
last modified time | relevance | path

Searched refs:lru_lock (Results 1 – 26 of 26) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/ttm/
Dttm_execbuf_util.c69 spin_lock(&glob->lru_lock); in ttm_eu_backoff_reservation()
76 spin_unlock(&glob->lru_lock); in ttm_eu_backoff_reservation()
175 spin_lock(&glob->lru_lock); in ttm_eu_reserve_buffers()
177 spin_unlock(&glob->lru_lock); in ttm_eu_reserve_buffers()
199 spin_lock(&glob->lru_lock); in ttm_eu_fence_buffer_objects()
210 spin_unlock(&glob->lru_lock); in ttm_eu_fence_buffer_objects()
Dttm_bo.c224 spin_lock(&bo->glob->lru_lock); in ttm_bo_del_sub_from_lru()
226 spin_unlock(&bo->glob->lru_lock); in ttm_bo_del_sub_from_lru()
433 spin_lock(&glob->lru_lock); in ttm_bo_cleanup_refs_or_queue()
440 spin_unlock(&glob->lru_lock); in ttm_bo_cleanup_refs_or_queue()
464 spin_unlock(&glob->lru_lock); in ttm_bo_cleanup_refs_or_queue()
495 spin_unlock(&glob->lru_lock); in ttm_bo_cleanup_refs_and_unlock()
507 spin_lock(&glob->lru_lock); in ttm_bo_cleanup_refs_and_unlock()
519 spin_unlock(&glob->lru_lock); in ttm_bo_cleanup_refs_and_unlock()
533 spin_unlock(&glob->lru_lock); in ttm_bo_cleanup_refs_and_unlock()
541 spin_unlock(&glob->lru_lock); in ttm_bo_cleanup_refs_and_unlock()
[all …]
/linux-4.1.27/mm/
Dswap.c59 spin_lock_irqsave(&zone->lru_lock, flags); in __page_cache_release()
64 spin_unlock_irqrestore(&zone->lru_lock, flags); in __page_cache_release()
433 spin_unlock_irqrestore(&zone->lru_lock, flags); in pagevec_lru_move_fn()
435 spin_lock_irqsave(&zone->lru_lock, flags); in pagevec_lru_move_fn()
442 spin_unlock_irqrestore(&zone->lru_lock, flags); in pagevec_lru_move_fn()
562 spin_lock_irq(&zone->lru_lock); in activate_page()
564 spin_unlock_irq(&zone->lru_lock); in activate_page()
690 spin_lock_irq(&zone->lru_lock); in add_page_to_unevictable_list()
696 spin_unlock_irq(&zone->lru_lock); in add_page_to_unevictable_list()
921 spin_unlock_irqrestore(&zone->lru_lock, flags); in release_pages()
[all …]
Dworkingset.c306 spinlock_t *lru_lock, in shadow_lru_isolate() argument
331 spin_unlock(lru_lock); in shadow_lru_isolate()
337 spin_unlock(lru_lock); in shadow_lru_isolate()
369 spin_lock(lru_lock); in shadow_lru_isolate()
Dvmscan.c1386 spin_lock_irq(&zone->lru_lock); in isolate_lru_page()
1395 spin_unlock_irq(&zone->lru_lock); in isolate_lru_page()
1454 spin_unlock_irq(&zone->lru_lock); in putback_inactive_pages()
1456 spin_lock_irq(&zone->lru_lock); in putback_inactive_pages()
1477 spin_unlock_irq(&zone->lru_lock); in putback_inactive_pages()
1480 spin_lock_irq(&zone->lru_lock); in putback_inactive_pages()
1542 spin_lock_irq(&zone->lru_lock); in shrink_inactive_list()
1557 spin_unlock_irq(&zone->lru_lock); in shrink_inactive_list()
1567 spin_lock_irq(&zone->lru_lock); in shrink_inactive_list()
1584 spin_unlock_irq(&zone->lru_lock); in shrink_inactive_list()
[all …]
Dmlock.c186 spin_lock_irq(&zone->lru_lock); in munlock_vma_page()
195 spin_unlock_irq(&zone->lru_lock); in munlock_vma_page()
202 spin_unlock_irq(&zone->lru_lock); in munlock_vma_page()
287 spin_lock_irq(&zone->lru_lock); in __munlock_pagevec()
313 spin_unlock_irq(&zone->lru_lock); in __munlock_pagevec()
Dcompaction.c683 && compact_unlock_should_abort(&zone->lru_lock, flags, in isolate_migratepages_block()
761 locked = compact_trylock_irqsave(&zone->lru_lock, in isolate_migratepages_block()
806 spin_unlock_irqrestore(&zone->lru_lock, flags); in isolate_migratepages_block()
Dhuge_memory.c1644 spin_lock_irq(&zone->lru_lock); in __split_huge_page_refcount()
1728 spin_unlock_irq(&zone->lru_lock); in __split_huge_page_refcount()
Dmemcontrol.c2392 spin_lock_irq(&zone->lru_lock); in lock_page_lru()
2416 spin_unlock_irq(&zone->lru_lock); in unlock_page_lru()
Dpage_alloc.c5005 spin_lock_init(&zone->lru_lock); in free_area_init_core()
/linux-4.1.27/include/drm/ttm/
Dttm_bo_driver.h473 spinlock_t lru_lock; member
918 spin_lock(&bo->glob->lru_lock); in ttm_bo_unreserve()
920 spin_unlock(&bo->glob->lru_lock); in ttm_bo_unreserve()
/linux-4.1.27/fs/gfs2/
Dglock.c69 static DEFINE_SPINLOCK(lru_lock);
164 spin_lock(&lru_lock); in gfs2_glock_add_to_lru()
173 spin_unlock(&lru_lock); in gfs2_glock_add_to_lru()
178 spin_lock(&lru_lock); in gfs2_glock_remove_from_lru()
184 spin_unlock(&lru_lock); in gfs2_glock_remove_from_lru()
1366 __releases(&lru_lock) in gfs2_dispose_glock_lru()
1367 __acquires(&lru_lock) in gfs2_dispose_glock_lru()
1394 cond_resched_lock(&lru_lock); in gfs2_dispose_glock_lru()
1414 spin_lock(&lru_lock); in gfs2_scan_glock_lru()
1431 spin_unlock(&lru_lock); in gfs2_scan_glock_lru()
Dquota.c149 struct list_lru_one *lru, spinlock_t *lru_lock, void *arg) in gfs2_qd_isolate() argument
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_release.c463 spin_lock(&glob->lru_lock); in qxl_release_fence_buffer_objects()
473 spin_unlock(&glob->lru_lock); in qxl_release_fence_buffer_objects()
Dqxl_ttm.c457 spin_lock(&glob->lru_lock); in qxl_mm_dump_table()
459 spin_unlock(&glob->lru_lock); in qxl_mm_dump_table()
/linux-4.1.27/fs/xfs/
Dxfs_qm.c434 spinlock_t *lru_lock, in xfs_qm_dquot_isolate() argument
436 __releases(lru_lock) __acquires(lru_lock) in xfs_qm_dquot_isolate()
476 spin_unlock(lru_lock); in xfs_qm_dquot_isolate()
513 spin_lock(lru_lock); in xfs_qm_dquot_isolate()
Dxfs_buf.c1499 spinlock_t *lru_lock, in xfs_buftarg_wait_rele() argument
1568 spinlock_t *lru_lock, in xfs_buftarg_isolate() argument
/linux-4.1.27/Documentation/cgroups/
Dmemcg_test.txt110 VM's control (means that it's handled under global zone->lru_lock).
112 list management functions under zone->lru_lock().
Dmemory.txt270 zone->lru_lock
274 zone->lru_lock, it has no lock of its own.
/linux-4.1.27/fs/
Dinode.c678 struct list_lru_one *lru, spinlock_t *lru_lock, void *arg) in inode_lru_isolate() argument
712 spin_unlock(lru_lock); in inode_lru_isolate()
724 spin_lock(lru_lock); in inode_lru_isolate()
Ddcache.c1012 struct list_lru_one *lru, spinlock_t *lru_lock, void *arg) in dentry_lru_isolate() argument
1093 struct list_lru_one *lru, spinlock_t *lru_lock, void *arg) in dentry_lru_isolate_shrink() argument
/linux-4.1.27/Documentation/locking/
Dlockstat.txt174 …&(&zone->lru_lock)->rlock: 93000 94934 0.16 59.18 188253.…
/linux-4.1.27/Documentation/trace/
Devents-kmem.txt64 contention on the zone->lru_lock.
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_ttm.c1026 spin_lock(&glob->lru_lock); in radeon_mm_dump_table()
1028 spin_unlock(&glob->lru_lock); in radeon_mm_dump_table()
/linux-4.1.27/include/linux/
Dmmzone.h491 spinlock_t lru_lock;
/linux-4.1.27/Documentation/vm/
Dunevictable-lru.txt116 under the zone lru_lock. This allows us to prevent the stranding of pages on