Home
last modified time | relevance | path

Searched refs:PG_waiters (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/include/trace/events/
Dmmflags.h108 {1UL << PG_waiters, "waiters" }, \
/Linux-v6.1/include/linux/
Dpage-flags.h108PG_waiters, /* Page has waiters, check its waitqueue. Must be bit #7 and in the same byte as "PG_… enumerator
/Linux-v6.1/mm/
Dfilemap.c1505 return test_bit(PG_waiters, mem); in clear_bit_unlock_is_negative_byte()
1522 BUILD_BUG_ON(PG_waiters != 7); in folio_unlock()
/Linux-v6.1/fs/fuse/
Ddev.c779 1 << PG_waiters | in fuse_check_page()