Lines Matching defs:c

212 	char *c;  in read_string()  local
934 static void collapse_full(struct collapse_context *c, struct mem_ops *ops) in collapse_full()
948 static void collapse_empty(struct collapse_context *c, struct mem_ops *ops) in collapse_empty()
957 static void collapse_single_pte_entry(struct collapse_context *c, struct mem_ops *ops) in collapse_single_pte_entry()
968 static void collapse_max_ptes_none(struct collapse_context *c, struct mem_ops *ops) in collapse_max_ptes_none()
1003 static void collapse_swapin_single_pte(struct collapse_context *c, struct mem_ops *ops) in collapse_swapin_single_pte()
1029 static void collapse_max_ptes_swap(struct collapse_context *c, struct mem_ops *ops) in collapse_max_ptes_swap()
1076 static void collapse_single_pte_entry_compound(struct collapse_context *c, struct mem_ops *ops) in collapse_single_pte_entry_compound()
1104 static void collapse_full_of_compound(struct collapse_context *c, struct mem_ops *ops) in collapse_full_of_compound()
1123 static void collapse_compound_extreme(struct collapse_context *c, struct mem_ops *ops) in collapse_compound_extreme()
1176 static void collapse_fork(struct collapse_context *c, struct mem_ops *ops) in collapse_fork()
1222 static void collapse_fork_compound(struct collapse_context *c, struct mem_ops *ops) in collapse_fork_compound()
1271 static void collapse_max_ptes_shared(struct collapse_context *c, struct mem_ops *ops) in collapse_max_ptes_shared()
1331 static void madvise_collapse_existing_thps(struct collapse_context *c, in madvise_collapse_existing_thps()
1351 static void madvise_retracted_page_tables(struct collapse_context *c, in madvise_retracted_page_tables()
1486 #define TEST(t, c, o) do { \ in main() argument