Home
last modified time | relevance | path

Searched refs:PG_compound_lock (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Dpage-flags.h110 PG_compound_lock, enumerator
620 #define __PG_COMPOUND_LOCK (1 << PG_compound_lock)
Dmm.h408 bit_spin_lock(PG_compound_lock, &page->flags); in compound_lock()
416 bit_spin_unlock(PG_compound_lock, &page->flags); in compound_unlock()
/linux-4.1.27/mm/
Ddebug.c49 {1UL << PG_compound_lock, "compound_lock" },