|
|
|
+ ___wait_event(wq, condition, TASK_KILLABLE, 1, 0, \
|
|
#define __wait_event_freezable_exclusive(wq, condition) \
|
|
#define __wait_event_freezable_exclusive(wq, condition) \
|
|
___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \
|
|
___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \
|