freezer: convert freezable helpers to static inline where possible
authorColin Cross <ccross@android.com>
Mon, 6 May 2013 23:50:13 +0000 (23:50 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sun, 12 May 2013 12:16:22 +0000 (14:16 +0200)
commit8ee492d6595573a0d4be168ebda1c7ceb4ec509d
treea2edf603eedb8dd407cb51b862964029cdf6c6bb
parentb01235861b84c0f6107d3f9da189c9898fc3caaf
freezer: convert freezable helpers to static inline where possible

Some of the freezable helpers have to be macros because their
condition argument needs to get evaluated every time through
the wait loop.  Convert the others to static inline to make
future changes easier.

Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Colin Cross <ccross@android.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
include/linux/freezer.h
This page took 0.025915 seconds and 5 git commands to generate.