Searched hist:b3ac04132c4b9bc5c9c14608424d410e7ca3b400 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/mm/ |
H A D | page_idle.c | diff 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 D | rmap.c | diff 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 D | vmscan.c | diff 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 D | rmap.h | diff 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>
|