Home
last modified time | relevance | path

Searched refs:has_pinned (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dmm_types.h469 atomic_t has_pinned; member
/OK3568_Linux_fs/kernel/mm/
H A Dgup.c1310 atomic_set(&mm->has_pinned, 1); in __get_user_pages_locked()
2725 atomic_set(&current->mm->has_pinned, 1); in internal_get_user_pages_fast()
H A Dhuge_memory.c1093 atomic_read(&src_mm->has_pinned) && in copy_huge_pmd()
1209 atomic_read(&src_mm->has_pinned) && in copy_huge_pud()
H A Dmemory.c860 if (likely(!atomic_read(&src_mm->has_pinned))) in copy_present_page()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dtask_mmu.c1131 if (likely(!atomic_read(&vma->vm_mm->has_pinned))) in pte_is_pinned()
/OK3568_Linux_fs/kernel/kernel/
H A Dfork.c1068 atomic_set(&mm->has_pinned, 0); in mm_init()