Home
last modified time | relevance | path

Searched refs:mm_count (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.15/include/linux/sched/
Dmm.h36 atomic_inc(&mm->mm_count); in mmgrab()
48 if (unlikely(atomic_dec_and_test(&mm->mm_count))) in mmdrop()
/Linux-v5.15/mm/
Dinit-mm.c33 .mm_count = ATOMIC_INIT(1),
Ddebug.c242 atomic_read(&mm->mm_count), in dump_mm()
Dmmu_notifier.c823 BUG_ON(atomic_read(&mm->mm_count) <= 0); in mmu_notifier_unregister()
856 BUG_ON(atomic_read(&mm->mm_count) <= 0); in mmu_notifier_unregister()
/Linux-v5.15/fs/proc/
Dtask_nommu.c42 if (atomic_read(&mm->mm_count) > 1 || in task_mem()
52 if (atomic_read(&mm->mm_count) > 1) in task_mem()
/Linux-v5.15/Documentation/vm/
Dactive_mm.rst59 and a "mm_count" counter that is the number of "lazy" users (ie anonymous
67 released because "mm_count" becomes zero.
/Linux-v5.15/include/linux/
Dmm_types.h451 atomic_t mm_count; member
/Linux-v5.15/arch/x86/kernel/
Dtboot.c103 .mm_count = ATOMIC_INIT(1),
/Linux-v5.15/Documentation/translations/zh_CN/process/
Dcoding-style.rst622 mm_count),和文件系统 (``struct super_block``: s_count 和 s_active) 中找到。
/Linux-v5.15/Documentation/translations/zh_TW/process/
Dcoding-style.rst626 mm_count),和文件系統 (``struct super_block``: s_count 和 s_active) 中找到。
/Linux-v5.15/drivers/firmware/efi/
Defi.c59 .mm_count = ATOMIC_INIT(1),
/Linux-v5.15/kernel/
Dfork.c718 if (unlikely(atomic_dec_and_test(&mm->mm_count))) { in mmdrop_async()
1043 atomic_set(&mm->mm_count, 1); in mm_init()
/Linux-v5.15/Documentation/translations/it_IT/process/
Dcoding-style.rst753 mm_count), e nel codice dei filesystem (``struct super_block``: s_count e
/Linux-v5.15/Documentation/process/
Dcoding-style.rst758 memory management (``struct mm_struct``: mm_users and mm_count), and in