Home
last modified time | relevance | path

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

/include/linux/
Dmm_types.h418 atomic_t mm_count; /* How many references to "struct mm_struct" (users count as 1) */ member
Dsched.h3052 if (unlikely(atomic_dec_and_test(&mm->mm_count))) in mmdrop()
3064 if (unlikely(atomic_dec_and_test(&mm->mm_count))) { in mmdrop_async()