Searched hist:ab7e9b067f3d9cbec28cfca51d341efb421b7a51 (Results 1 – 3 of 3) sorted by relevance
/linux/kernel/power/ |
H A D | user.c | diff ab7e9b067f3d9cbec28cfca51d341efb421b7a51 Thu May 07 09:19:52 CEST 2020 Domenico Andreoli <domenico.andreoli@linux.com> PM: hibernate: Incorporate concurrency handling
Hibernation concurrency handling is currently delegated to user.c, where it's also used for regulating the access to the snapshot device.
In the prospective of making user.c a separate configuration option, such mutual exclusion is brought into hibernate.c and made available through accessor helpers hereby introduced.
Signed-off-by: Domenico Andreoli <domenico.andreoli@linux.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|
H A D | power.h | diff ab7e9b067f3d9cbec28cfca51d341efb421b7a51 Thu May 07 09:19:52 CEST 2020 Domenico Andreoli <domenico.andreoli@linux.com> PM: hibernate: Incorporate concurrency handling
Hibernation concurrency handling is currently delegated to user.c, where it's also used for regulating the access to the snapshot device.
In the prospective of making user.c a separate configuration option, such mutual exclusion is brought into hibernate.c and made available through accessor helpers hereby introduced.
Signed-off-by: Domenico Andreoli <domenico.andreoli@linux.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|
H A D | hibernate.c | diff ab7e9b067f3d9cbec28cfca51d341efb421b7a51 Thu May 07 09:19:52 CEST 2020 Domenico Andreoli <domenico.andreoli@linux.com> PM: hibernate: Incorporate concurrency handling
Hibernation concurrency handling is currently delegated to user.c, where it's also used for regulating the access to the snapshot device.
In the prospective of making user.c a separate configuration option, such mutual exclusion is brought into hibernate.c and made available through accessor helpers hereby introduced.
Signed-off-by: Domenico Andreoli <domenico.andreoli@linux.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|