Home
last modified time | relevance | path

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

/linux/include/linux/sched/
A Dmm.h36 atomic_inc(&mm->mm_count); in mmgrab()
48 if (unlikely(atomic_dec_and_test(&mm->mm_count))) in mmdrop()
71 if (atomic_dec_and_test(&mm->mm_count)) in mmdrop_sched()
/linux/mm/
A Dinit-mm.c33 .mm_count = ATOMIC_INIT(1),
A Ddebug.c244 atomic_read(&mm->mm_count), in dump_mm()
A 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/fs/proc/
A 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/Documentation/vm/
A 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/include/linux/
A Dmm_types.h516 atomic_t mm_count; member
/linux/arch/x86/kernel/
A Dtboot.c103 .mm_count = ATOMIC_INIT(1),
/linux/Documentation/translations/zh_CN/process/
A Dcoding-style.rst622 mm_count),和文件系统 (``struct super_block``: s_count 和 s_active) 中找到。
/linux/Documentation/translations/zh_TW/process/
A Dcoding-style.rst626 mm_count),和文件系統 (``struct super_block``: s_count 和 s_active) 中找到。
/linux/drivers/firmware/efi/
A Defi.c59 .mm_count = ATOMIC_INIT(1),
/linux/kernel/
A Dfork.c717 if (unlikely(atomic_dec_and_test(&mm->mm_count))) { in mmdrop_async()
1042 atomic_set(&mm->mm_count, 1); in mm_init()
/linux/Documentation/translations/it_IT/process/
A Dcoding-style.rst753 mm_count), e nel codice dei filesystem (``struct super_block``: s_count e
/linux/Documentation/process/
A Dcoding-style.rst793 memory management (``struct mm_struct``: mm_users and mm_count), and in

Completed in 34 milliseconds