Home
last modified time | relevance | path

Searched refs:save (Results 1 – 4 of 4) sorted by relevance

/kernel/power/
Dsnapshot.c1681 unsigned long save, to_free_normal, to_free_highmem, free; in free_unnecessary_pages() local
1683 save = count_data_pages(); in free_unnecessary_pages()
1684 if (alloc_normal >= save) { in free_unnecessary_pages()
1685 to_free_normal = alloc_normal - save; in free_unnecessary_pages()
1686 save = 0; in free_unnecessary_pages()
1689 save -= alloc_normal; in free_unnecessary_pages()
1691 save += count_highmem_pages(); in free_unnecessary_pages()
1692 if (alloc_highmem >= save) { in free_unnecessary_pages()
1693 to_free_highmem = alloc_highmem - save; in free_unnecessary_pages()
1696 save -= alloc_highmem; in free_unnecessary_pages()
[all …]
DKconfig113 Note there is currently not a way to specify which device to save the
247 This enables code to save the last PM event point across
265 This enables some cheesy code to save the last PM event point in the
/kernel/
Dparams.c424 char save; in param_array() local
443 save = val[len]; in param_array()
453 } while (save == ','); in param_array()
/kernel/rcu/
DKconfig319 To save power, batch RCU callbacks and flush after delay, memory