page_range_helper.h 338 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2025 Google, Inc.
  4. */
  5. #ifndef _LINUX_PAGE_RANGE_HELPER_H
  6. #define _LINUX_PAGE_RANGE_HELPER_H
  7. #include <linux/list_lru.h>
  8. enum lru_status
  9. rust_shrink_free_page_wrap(struct list_head *item, struct list_lru_one *list,
  10. void *cb_arg);
  11. #endif /* _LINUX_PAGE_RANGE_HELPER_H */