memory_bitmap     548 kernel/power/snapshot.c static void memory_bm_position_reset(struct memory_bitmap *bm)
memory_bitmap     558 kernel/power/snapshot.c static void memory_bm_free(struct memory_bitmap *bm, int clear_nosave_free);
memory_bitmap     643 kernel/power/snapshot.c static int memory_bm_create(struct memory_bitmap *bm, gfp_t gfp_mask,
memory_bitmap     686 kernel/power/snapshot.c static void memory_bm_free(struct memory_bitmap *bm, int clear_nosave_free)
memory_bitmap     707 kernel/power/snapshot.c static int memory_bm_find_bit(struct memory_bitmap *bm, unsigned long pfn,
memory_bitmap     773 kernel/power/snapshot.c static void memory_bm_set_bit(struct memory_bitmap *bm, unsigned long pfn)
memory_bitmap     784 kernel/power/snapshot.c static int mem_bm_set_bit_check(struct memory_bitmap *bm, unsigned long pfn)
memory_bitmap     797 kernel/power/snapshot.c static void memory_bm_clear_bit(struct memory_bitmap *bm, unsigned long pfn)
memory_bitmap     808 kernel/power/snapshot.c static void memory_bm_clear_current(struct memory_bitmap *bm)
memory_bitmap     816 kernel/power/snapshot.c static int memory_bm_test_bit(struct memory_bitmap *bm, unsigned long pfn)
memory_bitmap     827 kernel/power/snapshot.c static bool memory_bm_pfn_present(struct memory_bitmap *bm, unsigned long pfn)
memory_bitmap     845 kernel/power/snapshot.c static bool rtree_next_node(struct memory_bitmap *bm)
memory_bitmap     882 kernel/power/snapshot.c static unsigned long memory_bm_next_pfn(struct memory_bitmap *bm)
memory_bitmap     925 kernel/power/snapshot.c static void memory_bm_recycle(struct memory_bitmap *bm)
memory_bitmap     990 kernel/power/snapshot.c static struct memory_bitmap *forbidden_pages_map;
memory_bitmap     993 kernel/power/snapshot.c static struct memory_bitmap *free_pages_map;
memory_bitmap    1043 kernel/power/snapshot.c static void mark_nosave_pages(struct memory_bitmap *bm)
memory_bitmap    1081 kernel/power/snapshot.c 	struct memory_bitmap *bm1, *bm2;
memory_bitmap    1089 kernel/power/snapshot.c 	bm1 = kzalloc(sizeof(struct memory_bitmap), GFP_KERNEL);
memory_bitmap    1097 kernel/power/snapshot.c 	bm2 = kzalloc(sizeof(struct memory_bitmap), GFP_KERNEL);
memory_bitmap    1131 kernel/power/snapshot.c 	struct memory_bitmap *bm1, *bm2;
memory_bitmap    1150 kernel/power/snapshot.c 	struct memory_bitmap *bm = free_pages_map;
memory_bitmap    1410 kernel/power/snapshot.c static void copy_data_pages(struct memory_bitmap *copy_bm,
memory_bitmap    1411 kernel/power/snapshot.c 			    struct memory_bitmap *orig_bm)
memory_bitmap    1448 kernel/power/snapshot.c static struct memory_bitmap orig_bm;
memory_bitmap    1457 kernel/power/snapshot.c static struct memory_bitmap copy_bm;
memory_bitmap    1910 kernel/power/snapshot.c static inline unsigned int alloc_highmem_pages(struct memory_bitmap *bm,
memory_bitmap    1930 kernel/power/snapshot.c static inline unsigned int alloc_highmem_pages(struct memory_bitmap *bm,
memory_bitmap    1945 kernel/power/snapshot.c static int swsusp_alloc(struct memory_bitmap *copy_bm,
memory_bitmap    2066 kernel/power/snapshot.c static inline void pack_pfns(unsigned long *buf, struct memory_bitmap *bm)
memory_bitmap    2142 kernel/power/snapshot.c static void duplicate_memory_bitmap(struct memory_bitmap *dst,
memory_bitmap    2143 kernel/power/snapshot.c 				    struct memory_bitmap *src)
memory_bitmap    2161 kernel/power/snapshot.c static void mark_unsafe_pages(struct memory_bitmap *bm)
memory_bitmap    2217 kernel/power/snapshot.c static int unpack_orig_pfns(unsigned long *buf, struct memory_bitmap *bm)
memory_bitmap    2263 kernel/power/snapshot.c static unsigned int count_highmem_image_pages(struct memory_bitmap *bm)
memory_bitmap    2281 kernel/power/snapshot.c static struct memory_bitmap *safe_highmem_bm;
memory_bitmap    2296 kernel/power/snapshot.c static int prepare_highmem_image(struct memory_bitmap *bm,
memory_bitmap    2429 kernel/power/snapshot.c static unsigned int count_highmem_image_pages(struct memory_bitmap *bm) { return 0; }
memory_bitmap    2431 kernel/power/snapshot.c static inline int prepare_highmem_image(struct memory_bitmap *bm,
memory_bitmap    2462 kernel/power/snapshot.c static int prepare_image(struct memory_bitmap *new_bm, struct memory_bitmap *bm)
memory_bitmap    2538 kernel/power/snapshot.c static void *get_buffer(struct memory_bitmap *bm, struct chain_allocator *ca)