Home
last modified time | relevance | path

Searched defs:bm (Results 1 – 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/power/
Dsnapshot.c555 static void memory_bm_position_reset(struct memory_bitmap *bm) in memory_bm_position_reset()
653 static int memory_bm_create(struct memory_bitmap *bm, gfp_t gfp_mask, int safe_needed) in memory_bm_create()
697 static void memory_bm_free(struct memory_bitmap *bm, int clear_nosave_free) in memory_bm_free()
717 static int memory_bm_find_bit(struct memory_bitmap *bm, unsigned long pfn, void **addr, unsigned in… in memory_bm_find_bit()
785 static void memory_bm_set_bit(struct memory_bitmap *bm, unsigned long pfn) in memory_bm_set_bit()
796 static int mem_bm_set_bit_check(struct memory_bitmap *bm, unsigned long pfn) in mem_bm_set_bit_check()
810 static void memory_bm_clear_bit(struct memory_bitmap *bm, unsigned long pfn) in memory_bm_clear_bit()
821 static void memory_bm_clear_current(struct memory_bitmap *bm) in memory_bm_clear_current()
829 static int memory_bm_test_bit(struct memory_bitmap *bm, unsigned long pfn) in memory_bm_test_bit()
840 static bool memory_bm_pfn_present(struct memory_bitmap *bm, unsigned long pfn) in memory_bm_pfn_present()
[all …]