]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
wait: add wait_event_cmd()
authorShaohua Li <shli@kernel.org>
Thu, 14 Nov 2013 04:16:16 +0000 (15:16 +1100)
committerNeilBrown <neilb@suse.de>
Thu, 14 Nov 2013 04:16:16 +0000 (15:16 +1100)
commit82e06c811163c4d853ed335d56c3378088bc89cc
tree83ca8da3fcda9ebb1ec6ce5bb275533d8d4bd952
parentba8805b97320416e7c5bb8f55d2bd06d5c319e7d
wait: add wait_event_cmd()

Add a new API wait_event_cmd(). It's a variant of wait_even() with two
commands executed. One is executed before sleep, another after sleep.

Modified to match use wait.h approach based on suggestion by
Peter Zijlstra <peterz@infradead.org> - neilb

Signed-off-by: Shaohua Li <shli@fusionio.com>
Signed-off-by: NeilBrown <neilb@suse.de>
include/linux/wait.h