Lines Matching refs:collapse_context
64 struct collapse_context { struct
71 static struct collapse_context *khugepaged_context; argument
72 static struct collapse_context *madvise_context;
899 static struct collapse_context __khugepaged_context = {
905 static struct collapse_context __madvise_context = {
943 static void collapse_full(struct collapse_context *c, struct mem_ops *ops) in collapse_full()
957 static void collapse_empty(struct collapse_context *c, struct mem_ops *ops) in collapse_empty()
966 static void collapse_single_pte_entry(struct collapse_context *c, struct mem_ops *ops) in collapse_single_pte_entry()
977 static void collapse_max_ptes_none(struct collapse_context *c, struct mem_ops *ops) in collapse_max_ptes_none()
1012 static void collapse_swapin_single_pte(struct collapse_context *c, struct mem_ops *ops) in collapse_swapin_single_pte()
1038 static void collapse_max_ptes_swap(struct collapse_context *c, struct mem_ops *ops) in collapse_max_ptes_swap()
1085 static void collapse_single_pte_entry_compound(struct collapse_context *c, struct mem_ops *ops) in collapse_single_pte_entry_compound()
1113 static void collapse_full_of_compound(struct collapse_context *c, struct mem_ops *ops) in collapse_full_of_compound()
1132 static void collapse_compound_extreme(struct collapse_context *c, struct mem_ops *ops) in collapse_compound_extreme()
1185 static void collapse_fork(struct collapse_context *c, struct mem_ops *ops) in collapse_fork()
1231 static void collapse_fork_compound(struct collapse_context *c, struct mem_ops *ops) in collapse_fork_compound()
1280 static void collapse_max_ptes_shared(struct collapse_context *c, struct mem_ops *ops) in collapse_max_ptes_shared()
1340 static void madvise_collapse_existing_thps(struct collapse_context *c, in madvise_collapse_existing_thps()
1360 static void madvise_retracted_page_tables(struct collapse_context *c, in madvise_retracted_page_tables()