Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpage-flags.h105 PG_compound_lock, enumerator
587 #define __PG_COMPOUND_LOCK (1 << PG_compound_lock)
Dmm.h402 bit_spin_lock(PG_compound_lock, &page->flags); in compound_lock()
410 bit_spin_unlock(PG_compound_lock, &page->flags); in compound_unlock()
/linux-4.4.14/mm/
Ddebug.c44 {1UL << PG_compound_lock, "compound_lock" },