Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/mm/
Dinit-mm.c33 .mm_count = ATOMIC_INIT(1),
Ddebug.c251 atomic_read(&mm->mm_count), in dump_mm()
Dmmu_notifier.c807 BUG_ON(atomic_read(&mm->mm_count) <= 0); in mmu_notifier_unregister()
840 BUG_ON(atomic_read(&mm->mm_count) <= 0); in mmu_notifier_unregister()
/Linux-v5.10/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.10/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.10/include/linux/
Dmm_types.h437 atomic_t mm_count; member
/Linux-v5.10/arch/x86/kernel/
Dtboot.c95 .mm_count = ATOMIC_INIT(1),
/Linux-v5.10/Documentation/translations/zh_CN/process/
Dcoding-style.rst623 mm_count),和文件系统 (``struct super_block``: s_count 和 s_active) 中找到。
/Linux-v5.10/drivers/firmware/efi/
Defi.c59 .mm_count = ATOMIC_INIT(1),
/Linux-v5.10/kernel/
Dfork.c701 if (unlikely(atomic_dec_and_test(&mm->mm_count))) { in mmdrop_async()
1009 atomic_set(&mm->mm_count, 1); in mm_init()
/Linux-v5.10/Documentation/process/
Dcoding-style.rst742 memory management (``struct mm_struct``: mm_users and mm_count), and in
/Linux-v5.10/Documentation/translations/it_IT/process/
Dcoding-style.rst731 mm_count), e nel codice dei filesystem (``struct super_block``: s_count e