Lines Matching defs:mem_ops

44 struct mem_ops {
52 static struct mem_ops *file_ops;
53 static struct mem_ops *anon_ops;
54 static struct mem_ops *shmem_ops;
58 struct mem_ops *ops, bool expect);
304 static void *alloc_hpage(struct mem_ops *ops)
472 static struct mem_ops __anon_ops = {
480 static struct mem_ops __file_ops = {
488 static struct mem_ops __shmem_ops = {
497 struct mem_ops *ops, bool expect)
526 struct mem_ops *ops, bool expect)
538 struct mem_ops *ops)
570 struct mem_ops *ops, bool expect)
606 static bool is_tmpfs(struct mem_ops *ops)
611 static bool is_anon(struct mem_ops *ops)
643 static void collapse_full(struct collapse_context *c, struct mem_ops *ops)
657 static void collapse_empty(struct collapse_context *c, struct mem_ops *ops)
666 static void collapse_single_pte_entry(struct collapse_context *c, struct mem_ops *ops)
677 static void collapse_max_ptes_none(struct collapse_context *c, struct mem_ops *ops)
713 static void collapse_swapin_single_pte(struct collapse_context *c, struct mem_ops *ops)
739 static void collapse_max_ptes_swap(struct collapse_context *c, struct mem_ops *ops)
786 static void collapse_single_pte_entry_compound(struct collapse_context *c, struct mem_ops *ops)
814 static void collapse_full_of_compound(struct collapse_context *c, struct mem_ops *ops)
833 static void collapse_compound_extreme(struct collapse_context *c, struct mem_ops *ops)
886 static void collapse_fork(struct collapse_context *c, struct mem_ops *ops)
932 static void collapse_fork_compound(struct collapse_context *c, struct mem_ops *ops)
981 static void collapse_max_ptes_shared(struct collapse_context *c, struct mem_ops *ops)
1042 struct mem_ops *ops)
1062 struct mem_ops *ops)
1188 * we mem_ops->fault() them in.