Lines Matching defs:c
641 static void collapse_full(struct collapse_context *c, struct mem_ops *ops) in collapse_full()
655 static void collapse_empty(struct collapse_context *c, struct mem_ops *ops) in collapse_empty()
664 static void collapse_single_pte_entry(struct collapse_context *c, struct mem_ops *ops) in collapse_single_pte_entry()
675 static void collapse_max_ptes_none(struct collapse_context *c, struct mem_ops *ops) in collapse_max_ptes_none()
711 static void collapse_swapin_single_pte(struct collapse_context *c, struct mem_ops *ops) in collapse_swapin_single_pte()
737 static void collapse_max_ptes_swap(struct collapse_context *c, struct mem_ops *ops) in collapse_max_ptes_swap()
784 static void collapse_single_pte_entry_compound(struct collapse_context *c, struct mem_ops *ops) in collapse_single_pte_entry_compound()
812 static void collapse_full_of_compound(struct collapse_context *c, struct mem_ops *ops) in collapse_full_of_compound()
831 static void collapse_compound_extreme(struct collapse_context *c, struct mem_ops *ops) in collapse_compound_extreme()
884 static void collapse_fork(struct collapse_context *c, struct mem_ops *ops) in collapse_fork()
930 static void collapse_fork_compound(struct collapse_context *c, struct mem_ops *ops) in collapse_fork_compound()
979 static void collapse_max_ptes_shared(struct collapse_context *c, struct mem_ops *ops) in collapse_max_ptes_shared()
1039 static void madvise_collapse_existing_thps(struct collapse_context *c, in madvise_collapse_existing_thps()
1059 static void madvise_retracted_page_tables(struct collapse_context *c, in madvise_retracted_page_tables()
1223 #define TEST(t, c, o) do { \ in main() argument