Home
last modified time | relevance | path

Searched refs:wake_up_pollfree (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0004_linux_fs.patch42 - * wake_up_pollfree() will wait for us. However, taking the waitqueue
46 - * all users of wake_up_pollfree() will RCU-delay the actual free. If
302 - wake_up_pollfree(&sighand->signalfd_wqh);
/kernel/linux/linux-5.10/fs/
Dsignalfd.c38 wake_up_pollfree(&sighand->signalfd_wqh); in signalfd_cleanup()
/kernel/linux/linux-5.10/include/linux/
Dwait.h251 static inline void wake_up_pollfree(struct wait_queue_head *wq_head) in wake_up_pollfree() function
/kernel/linux/linux-5.10/drivers/android/
Dbinder.c5218 wake_up_pollfree(&thread->wait); in binder_thread_release()