Re: [PATCH 13/32] wait: Add wait_event_hrtimeout()

2013-01-07 Thread Kent Overstreet
On Thu, Jan 03, 2013 at 03:08:16PM -0800, Andrew Morton wrote: > On Wed, 26 Dec 2012 17:59:51 -0800 > Kent Overstreet wrote: > > > Analagous to wait_event_timeout() and friends, this adds > > wait_event_hrtimeout() and wait_event_interruptible_hrtimeout(). > > > > Note that unlike the versions t

Re: [PATCH 13/32] wait: Add wait_event_hrtimeout()

2013-01-03 Thread Andrew Morton
On Wed, 26 Dec 2012 17:59:51 -0800 Kent Overstreet wrote: > Analagous to wait_event_timeout() and friends, this adds > wait_event_hrtimeout() and wait_event_interruptible_hrtimeout(). > > Note that unlike the versions that use regular timers, these don't > return the amount of time remaining whe