Re: [PATCH 03/10] freezer: add new freezable helpers using freezer_do_not_count()

2013-05-03 Thread Pavel Machek
Hi! > > Also, why not static inline? > > I copied the style of the existing helpers. I can change them all to > static inlines if you prefer. That would be better, yes. Pavel -- (english) http://www.livejournal.com/~pavelm

Re: [PATCH 03/10] freezer: add new freezable helpers using freezer_do_not_count()

2013-05-02 Thread Colin Cross
On Thu, May 2, 2013 at 5:48 AM, Pavel Machek wrote: > On Mon 2013-04-29 14:45:39, Colin Cross wrote: >> Freezing tasks will wake up almost every userspace task from >> where it is blocking and force it to run until it hits a >> call to try_to_sleep(), generally on the exit path from the syscall >>

Re: [PATCH 03/10] freezer: add new freezable helpers using freezer_do_not_count()

2013-05-02 Thread Pavel Machek
On Thu 2013-05-02 15:05:13, Oliver Neukum wrote: > On Thursday 02 May 2013 14:48:26 Pavel Machek wrote: > > On Mon 2013-04-29 14:45:39, Colin Cross wrote: > > > Freezing tasks will wake up almost every userspace task from > > > where it is blocking and force it to run until it hits a > > > call to

Re: [PATCH 03/10] freezer: add new freezable helpers using freezer_do_not_count()

2013-05-02 Thread Oliver Neukum
On Thursday 02 May 2013 14:48:26 Pavel Machek wrote: > On Mon 2013-04-29 14:45:39, Colin Cross wrote: > > Freezing tasks will wake up almost every userspace task from > > where it is blocking and force it to run until it hits a > > call to try_to_sleep(), generally on the exit path from the syscall

Re: [PATCH 03/10] freezer: add new freezable helpers using freezer_do_not_count()

2013-05-02 Thread Pavel Machek
On Mon 2013-04-29 14:45:39, Colin Cross wrote: > Freezing tasks will wake up almost every userspace task from > where it is blocking and force it to run until it hits a > call to try_to_sleep(), generally on the exit path from the syscall > it is blocking in. On resume each task will run again, us

[PATCH 03/10] freezer: add new freezable helpers using freezer_do_not_count()

2013-04-29 Thread Colin Cross
Freezing tasks will wake up almost every userspace task from where it is blocking and force it to run until it hits a call to try_to_sleep(), generally on the exit path from the syscall it is blocking in. On resume each task will run again, usually restarting the syscall and running until it hits