Home
last modified time | relevance | path

Searched refs:memory_bitmap (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/kernel/power/
Dsnapshot.c376 struct memory_bitmap { struct
547 static void memory_bm_position_reset(struct memory_bitmap *bm) in memory_bm_position_reset()
557 static void memory_bm_free(struct memory_bitmap *bm, int clear_nosave_free);
642 static int memory_bm_create(struct memory_bitmap *bm, gfp_t gfp_mask, in memory_bm_create()
685 static void memory_bm_free(struct memory_bitmap *bm, int clear_nosave_free) in memory_bm_free()
706 static int memory_bm_find_bit(struct memory_bitmap *bm, unsigned long pfn, in memory_bm_find_bit()
772 static void memory_bm_set_bit(struct memory_bitmap *bm, unsigned long pfn) in memory_bm_set_bit()
783 static int mem_bm_set_bit_check(struct memory_bitmap *bm, unsigned long pfn) in mem_bm_set_bit_check()
796 static void memory_bm_clear_bit(struct memory_bitmap *bm, unsigned long pfn) in memory_bm_clear_bit()
807 static void memory_bm_clear_current(struct memory_bitmap *bm) in memory_bm_clear_current()
[all …]
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dkernel.patch910 struct memory_bitmap *bm = free_pages_map;