Searched refs:PG_locked (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | pagemap.h | 601 return (likely(!test_and_set_bit_lock(PG_locked, &page->flags))); in trylock_page() 674 wait_on_page_bit(compound_head(page), PG_locked); in wait_on_page_locked() 681 return wait_on_page_bit_killable(compound_head(page), PG_locked); in wait_on_page_locked_killable()
|
D | page-flags.h | 105 PG_locked, /* Page is locked. Don't touch. */ enumerator 865 (1UL << PG_lru | 1UL << PG_locked | \
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | mmflags.h | 101 {1UL << PG_locked, "locked" }, \
|
/kernel/linux/linux-5.10/mm/ |
D | filemap.c | 1206 if (bit_nr == PG_locked && in wait_on_page_bit_common() 1356 wait->bit_nr = PG_locked; in __wait_on_page_locked_async() 1403 wait_on_page_bit_common(q, page, PG_locked, TASK_UNINTERRUPTIBLE, DROP); in put_and_wait_on_page_locked() 1468 if (clear_bit_unlock_is_negative_byte(PG_locked, &page->flags)) in unlock_page() 1469 wake_up_page_bit(page, PG_locked); in unlock_page() 1543 wait_on_page_bit_common(q, page, PG_locked, TASK_UNINTERRUPTIBLE, in __lock_page() 1552 return wait_on_page_bit_common(q, page, PG_locked, TASK_KILLABLE, in __lock_page_killable()
|
D | slub.c | 348 bit_spin_lock(PG_locked, &page->flags); in slab_lock() 354 __bit_spin_unlock(PG_locked, &page->flags); in slab_unlock()
|
D | huge_memory.c | 2402 (1L << PG_locked) | in __split_huge_page_tail()
|
D | hugetlb.c | 1349 subpage->flags &= ~(1 << PG_locked | 1 << PG_error | in update_and_free_page()
|
/kernel/linux/linux-5.10/fs/proc/ |
D | page.c | 183 u |= kpf_copy_bit(k, KPF_LOCKED, PG_locked); in stable_page_flags()
|
/kernel/linux/linux-5.10/fs/cachefiles/ |
D | rdwr.c | 36 if (key->page != page || key->bit_nr != PG_locked) in cachefiles_read_waiter()
|
/kernel/linux/linux-5.10/fs/fuse/ |
D | dev.c | 781 ~(1 << PG_locked | in fuse_check_page()
|
/kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/ |
D | memory.rst | 295 PG_locked.
|