Home
last modified time | relevance | path

Searched hist:b3ac04132c4b9bc5c9c14608424d410e7ca3b400 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/mm/
H A Dpage_idle.cdiff b3ac04132c4b9bc5c9c14608424d410e7ca3b400 Fri Jan 21 10:27:31 CST 2022 Matthew Wilcox (Oracle) <willy@infradead.org> mm/rmap: Turn page_referenced() into folio_referenced()

Both its callers pass a page which was previously on an LRU list,
so were passing a folio by definition. Use the type system to enforce
that and remove a few calls to compound_head().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
H A Drmap.cdiff b3ac04132c4b9bc5c9c14608424d410e7ca3b400 Fri Jan 21 10:27:31 CST 2022 Matthew Wilcox (Oracle) <willy@infradead.org> mm/rmap: Turn page_referenced() into folio_referenced()

Both its callers pass a page which was previously on an LRU list,
so were passing a folio by definition. Use the type system to enforce
that and remove a few calls to compound_head().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
H A Dvmscan.cdiff b3ac04132c4b9bc5c9c14608424d410e7ca3b400 Fri Jan 21 10:27:31 CST 2022 Matthew Wilcox (Oracle) <willy@infradead.org> mm/rmap: Turn page_referenced() into folio_referenced()

Both its callers pass a page which was previously on an LRU list,
so were passing a folio by definition. Use the type system to enforce
that and remove a few calls to compound_head().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
/openbmc/linux/include/linux/
H A Drmap.hdiff b3ac04132c4b9bc5c9c14608424d410e7ca3b400 Fri Jan 21 10:27:31 CST 2022 Matthew Wilcox (Oracle) <willy@infradead.org> mm/rmap: Turn page_referenced() into folio_referenced()

Both its callers pass a page which was previously on an LRU list,
so were passing a folio by definition. Use the type system to enforce
that and remove a few calls to compound_head().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>