Searched refs:AS_MM_ALL_LOCKS (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpagemap.h25 AS_MM_ALL_LOCKS = __GFP_BITS_SHIFT + 2, /* under mm_take_all_locks() */ enumerator in enum:mapping_flags
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmmap.c2498 if (!test_bit(AS_MM_ALL_LOCKS, &mapping->flags)) {
2500 * AS_MM_ALL_LOCKS can't change from under us because
2504 * even if AS_MM_ALL_LOCKS is stable thanks to the
2508 if (test_and_set_bit(AS_MM_ALL_LOCKS, &mapping->flags))
2532 * The LSB in anon_vma->head.next and the AS_MM_ALL_LOCKS bitflag in
2604 if (test_bit(AS_MM_ALL_LOCKS, &mapping->flags)) {
2606 * AS_MM_ALL_LOCKS can't change to 0 from under us
2610 if (!test_and_clear_bit(AS_MM_ALL_LOCKS,

Completed in 48 milliseconds