Searched refs:wqueue (Results 1 – 1 of 1) sorted by relevance
43 static inline bool lock_wqueue(struct watch_queue *wqueue) in lock_wqueue() argument45 spin_lock_bh(&wqueue->lock); in lock_wqueue()46 if (unlikely(!wqueue->pipe)) { in lock_wqueue()47 spin_unlock_bh(&wqueue->lock); in lock_wqueue()53 static inline void unlock_wqueue(struct watch_queue *wqueue) in unlock_wqueue() argument55 spin_unlock_bh(&wqueue->lock); in unlock_wqueue()61 struct watch_queue *wqueue = (struct watch_queue *)buf->private; in watch_queue_pipe_buf_release() local77 set_bit(bit, wqueue->notes_bitmap); in watch_queue_pipe_buf_release()98 static bool post_one_notification(struct watch_queue *wqueue, in post_one_notification() argument102 struct pipe_inode_info *pipe = wqueue->pipe; in post_one_notification()[all …]