Home
last modified time | relevance | path

Searched refs:wake_up_all (Results 1 – 11 of 11) sorted by relevance

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dsv.h87 wake_up_all(&(sv)->waiters)
Dxfs_buf.c1166 wake_up_all(&pb->pb_waiters); in pagebuf_unpin()
/linux-2.4.37.9/include/linux/
Dnfs_page.h97 wake_up_all(&req->wb_wait); in nfs_unlock_request()
Dsched.h609 #define wake_up_all(x) __wake_up((x),TASK_UNINTERRUPTIBLE | TASK_INTERRUPTIBLE, 0) macro
/linux-2.4.37.9/arch/ia64/sn/kernel/
Dsv.c307 wake_up_all(&sv->sv_waiters); in sv_broadcast()
/linux-2.4.37.9/drivers/sound/
Dforte.c1739 wake_up_all (&channel->wait); in forte_interrupt()
1784 wake_up_all (&channel->wait); in forte_interrupt()
Dvia82cxxx_audio.c1913 wake_up_all (&chan->wait); in via_intr_channel()
/linux-2.4.37.9/fs/jfs/
Djfs_txnmgr.c141 #define TXN_WAKEUP(event) wake_up_all(event)
2666 wake_up_all(&tblk->gcwait); // LOGGC_WAKEUP in txLazyCommit()
Djfs_logmgr.c98 #define LOGGC_WAKEUP(tblk) wake_up_all(&(tblk)->gcwait)
/linux-2.4.37.9/mm/
Dfilemap.c946 wake_up_all(waitqueue); in unlock_page()
/linux-2.4.37.9/drivers/usb/gadget/
Dfile_storage.c1048 wake_up_all(&fsg->thread_wqh); in wakeup_thread()