Lines Matching refs:mem_ops
43 struct mem_ops {
51 static struct mem_ops *file_ops;
52 static struct mem_ops *anon_ops;
53 static struct mem_ops *shmem_ops;
57 struct mem_ops *ops, bool expect);
600 static void *alloc_hpage(struct mem_ops *ops)
768 static struct mem_ops __anon_ops = {
776 static struct mem_ops __file_ops = {
784 static struct mem_ops __shmem_ops = {
793 struct mem_ops *ops, bool expect)
822 struct mem_ops *ops, bool expect)
834 struct mem_ops *ops)
866 struct mem_ops *ops, bool expect)
902 static bool is_tmpfs(struct mem_ops *ops)
934 static void collapse_full(struct collapse_context *c, struct mem_ops *ops)
948 static void collapse_empty(struct collapse_context *c, struct mem_ops *ops)
957 static void collapse_single_pte_entry(struct collapse_context *c, struct mem_ops *ops)
968 static void collapse_max_ptes_none(struct collapse_context *c, struct mem_ops *ops)
1003 static void collapse_swapin_single_pte(struct collapse_context *c, struct mem_ops *ops)
1029 static void collapse_max_ptes_swap(struct collapse_context *c, struct mem_ops *ops)
1076 static void collapse_single_pte_entry_compound(struct collapse_context *c, struct mem_ops *ops)
1104 static void collapse_full_of_compound(struct collapse_context *c, struct mem_ops *ops)
1123 static void collapse_compound_extreme(struct collapse_context *c, struct mem_ops *ops)
1176 static void collapse_fork(struct collapse_context *c, struct mem_ops *ops)
1222 static void collapse_fork_compound(struct collapse_context *c, struct mem_ops *ops)
1271 static void collapse_max_ptes_shared(struct collapse_context *c, struct mem_ops *ops)
1332 struct mem_ops *ops)
1352 struct mem_ops *ops)
1456 * we mem_ops->fault() them in.