Home
last modified time | relevance | path

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

/linux-5.19.10/include/trace/events/
Dpagemap.h15 #define PAGEMAP_SWAPBACKED 0x0010u macro
23 (folio_test_swapbacked(folio) ? PAGEMAP_SWAPBACKED : 0) | \
56 __entry->flags & PAGEMAP_SWAPBACKED ? "b" : " ",