Searched refs:PG_locked (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/include/linux/ |
D | pagemap.h | 431 __set_bit(PG_locked, &page->flags); in __set_page_locked() 436 __clear_bit(PG_locked, &page->flags); in __clear_page_locked() 441 return (likely(!test_and_set_bit_lock(PG_locked, &page->flags))); in trylock_page() 494 return wait_on_page_bit_killable(page, PG_locked); in wait_on_page_locked_killable() 514 wait_on_page_bit(page, PG_locked); in wait_on_page_locked()
|
D | page-flags.h | 75 PG_locked, /* Page is locked. Don't touch. */ enumerator 630 (1 << PG_lru | 1 << PG_locked | \
|
/linux-4.1.27/mm/ |
D | debug.c | 14 {1UL << PG_locked, "locked" },
|
D | filemap.c | 746 clear_bit_unlock(PG_locked, &page->flags); in unlock_page() 748 wake_up_page(page, PG_locked); in unlock_page() 809 DEFINE_WAIT_BIT(wait, &page->flags, PG_locked); in __lock_page() 818 DEFINE_WAIT_BIT(wait, &page->flags, PG_locked); in __lock_page_killable()
|
D | slub.c | 341 bit_spin_lock(PG_locked, &page->flags); in slab_lock() 346 __bit_spin_unlock(PG_locked, &page->flags); in slab_unlock()
|
D | hugetlb.c | 904 page[i].flags &= ~(1 << PG_locked | 1 << PG_error | in update_and_free_page()
|
/linux-4.1.27/fs/proc/ |
D | page.c | 149 u |= kpf_copy_bit(k, KPF_LOCKED, PG_locked); in stable_page_flags()
|
/linux-4.1.27/fs/cachefiles/ |
D | rdwr.c | 40 key->bit_nr != PG_locked) in cachefiles_read_waiter()
|
/linux-4.1.27/fs/fuse/ |
D | dev.c | 843 ~(1 << PG_locked | in fuse_check_page()
|
/linux-4.1.27/Documentation/cgroups/ |
D | memory.txt | 268 PG_locked.
|