Searched refs:copy_bm (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Dsnapshot.c1009 copy_data_pages(struct memory_bitmap *copy_bm, struct memory_bitmap *orig_bm) argument
1024 memory_bm_position_reset(copy_bm);
1029 copy_data_page(memory_bm_next_pfn(copy_bm), pfn);
1055 static struct memory_bitmap copy_bm; variable in typeref:struct:memory_bitmap
1112 memory_bm_set_bit(&copy_bm, page_to_pfn(page));
1200 memory_bm_position_reset(&copy_bm);
1203 unsigned long pfn = memory_bm_next_pfn(&copy_bm);
1217 memory_bm_clear_bit(&copy_bm, pfn);
1289 error = memory_bm_create(&copy_bm, GFP_IMAGE, PG_ANY);
1512 swsusp_alloc(struct memory_bitmap *orig_bm, struct memory_bitmap *copy_bm, argument
[all...]

Completed in 81 milliseconds