Home
last modified time | relevance | path

Searched refs:VMA_LOCK_OFFSET (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/
H A Dmm_types.h728 #define VMA_LOCK_OFFSET 0x40000000 macro
729 #define VMA_REF_LIMIT (VMA_LOCK_OFFSET - 1)
H A Dmm.h694 return refcnt & VMA_LOCK_OFFSET && refcnt <= VMA_LOCK_OFFSET + 1; in is_vma_writer_only()
/linux-6.15/tools/testing/vma/
H A Dvma_internal.h236 #define VMA_LOCK_OFFSET 0x40000000 macro
/linux-6.15/mm/
H A Dmemory.c6460 unsigned int tgt_refcnt = VMA_LOCK_OFFSET; in __vma_enter_locked()
6470 if (!refcount_add_not_zero(VMA_LOCK_OFFSET, &vma->vm_refcnt)) in __vma_enter_locked()
6484 *detached = refcount_sub_and_test(VMA_LOCK_OFFSET, &vma->vm_refcnt); in __vma_exit_locked()