Home
last modified time | relevance | path

Searched refs:find_hibernate_location (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Dsleep-config.h53 int find_hibernate_location(HibernateLocation **ret_hibernate_location);
Dsleep-config.c327 int find_hibernate_location(HibernateLocation **ret_hibernate_location) { in find_hibernate_location() function
479 r = find_hibernate_location(&hibernate_location); in enough_swap_for_hibernation()
/systemd-251/src/sleep/
Dsleep.c214 r = find_hibernate_location(&hibernate_location); in execute()