Searched refs:reclaim_state (Results 1 – 3 of 3) sorted by relevance
153 struct reclaim_state { struct172 if (current->reclaim_state) in mm_account_reclaimed_pages() argument173 current->reclaim_state->reclaimed += pages; in mm_account_reclaimed_pages()
73 struct reclaim_state;1284 struct reclaim_state *reclaim_state; member
183 struct reclaim_state reclaim_state; member294 struct reclaim_state *rs) in set_task_reclaim_state()297 WARN_ON_ONCE(rs && task->reclaim_state); in set_task_reclaim_state()300 WARN_ON_ONCE(!rs && !task->reclaim_state); in set_task_reclaim_state()302 task->reclaim_state = rs; in set_task_reclaim_state()341 current->reclaim_state->reclaimed = 0; in flush_reclaim_state()3827 current->reclaim_state->mm_walk = walk; in set_mm_walk()3839 current->reclaim_state->mm_walk = NULL; in clear_mm_walk()4219 walk = current->reclaim_state ? current->reclaim_state->mm_walk : NULL; in lru_gen_look_around()4730 walk = current->reclaim_state->mm_walk; in evict_folios()[all …]