Home
last modified time | relevance | path

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

/Linux-v5.10/include/trace/events/
Dmmflags.h90 {1UL << PG_waiters, "waiters" }, \
/Linux-v5.10/include/linux/
Dpage-flags.h112PG_waiters, /* Page has waiters, check its waitqueue. Must be bit #7 and in the same byte as "PG_… enumerator
/Linux-v5.10/mm/
Dfilemap.c1439 return test_bit(PG_waiters, mem); in clear_bit_unlock_is_negative_byte()
1461 BUILD_BUG_ON(PG_waiters != 7); in unlock_page()
/Linux-v5.10/fs/fuse/
Ddev.c787 1 << PG_waiters))) { in fuse_check_page()