]> rtime.felk.cvut.cz Git - zynq/linux.git/blobdiff - include/linux/swait.h
Apply preempt_rt patch-4.9-rt1.patch.xz
[zynq/linux.git] / include / linux / swait.h
index c1f9c62a8a507d1b4bfde42c0201cefabdef7675..83f004a72320fb9cc5d3fcf40ff6a634e9b15b19 100644 (file)
@@ -87,6 +87,7 @@ static inline int swait_active(struct swait_queue_head *q)
 extern void swake_up(struct swait_queue_head *q);
 extern void swake_up_all(struct swait_queue_head *q);
 extern void swake_up_locked(struct swait_queue_head *q);
+extern void swake_up_all_locked(struct swait_queue_head *q);
 
 extern void __prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait);
 extern void prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait, int state);