OSDN Git Service

PM / QoS: Add pm_qos_cancel_request_lazy() that doesn't sleep
authorAdrian Hunter <adrian.hunter@intel.com>
Tue, 24 Mar 2015 13:40:37 +0000 (15:40 +0200)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 28 Apr 2015 17:10:52 +0000 (01:10 +0800)
commit26e5f3a8d0b18b15444139bf8f79455cfc417a78
tree780b99ef2ea3246bd91c8596e2459aa9bb56e664
parent3bb902c0c0c6d79ebf0bbd947944a2068882622d
PM / QoS: Add pm_qos_cancel_request_lazy() that doesn't sleep

Add pm_qos_cancel_request_lazy() which is convenient for
contexts that may not sleep.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
include/linux/pm_qos.h
kernel/power/qos.c