Searched refs:nr_bytes (Results 1 – 1 of 1) sorted by relevance
296 unsigned int nr_bytes; in hibernate_nvs_register() local304 nr_bytes = PAGE_SIZE - (start & ~PAGE_MASK); in hibernate_nvs_register()305 entry->size = (size < nr_bytes) ? size : nr_bytes; in hibernate_nvs_register()