Searched refs:make_dirty (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | umem.c | 50 bool make_dirty = umem->writable && dirty; in __ib_umem_release() local 60 DIV_ROUND_UP(sg->length, PAGE_SIZE), make_dirty); in __ib_umem_release()
|
/kernel/linux/linux-6.6/mm/ |
H A D | gup.c | 340 * @make_dirty: whether to mark the pages dirty 346 * compound page) dirty, if @make_dirty is true, and if the page was previously 359 bool make_dirty) in unpin_user_pages_dirty_lock() 365 if (!make_dirty) { in unpin_user_pages_dirty_lock() 409 * @make_dirty: whether to mark the pages dirty 415 * its head pages, if a compound page) dirty, if @make_dirty is true, and if the 425 bool make_dirty) in unpin_user_page_range_dirty_lock() 433 if (make_dirty && !folio_test_dirty(folio)) { in unpin_user_page_range_dirty_lock() 358 unpin_user_pages_dirty_lock(struct page **pages, unsigned long npages, bool make_dirty) unpin_user_pages_dirty_lock() argument 424 unpin_user_page_range_dirty_lock(struct page *page, unsigned long npages, bool make_dirty) unpin_user_page_range_dirty_lock() argument
|
/kernel/linux/linux-5.10/mm/ |
H A D | gup.c | 249 * @make_dirty: whether to mark the pages dirty 255 * compound page) dirty, if @make_dirty is true, and if the page was previously 268 bool make_dirty) in unpin_user_pages_dirty_lock() 278 if (!make_dirty) { in unpin_user_pages_dirty_lock() 267 unpin_user_pages_dirty_lock(struct page **pages, unsigned long npages, bool make_dirty) unpin_user_pages_dirty_lock() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | mm.h | 1607 bool make_dirty); 1609 bool make_dirty);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | mm.h | 1264 bool make_dirty);
|
Completed in 20 milliseconds