Searched refs:save (Results 1 – 4 of 4) sorted by relevance
1681 unsigned long save, to_free_normal, to_free_highmem, free; in free_unnecessary_pages() local1683 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 …]
113 Note there is currently not a way to specify which device to save the247 This enables code to save the last PM event point across265 This enables some cheesy code to save the last PM event point in the
424 char save; in param_array() local443 save = val[len]; in param_array()453 } while (save == ','); in param_array()
319 To save power, batch RCU callbacks and flush after delay, memory