Searched refs:wqueue (Results 1 – 9 of 9) sorted by relevance
127 hfs_init_waitqueue(&bnode->wqueue); in hfs_bnode_read()233 while (bn->lock || waitqueue_active(&bn->wqueue)) { in hfs_bnode_lock()283 hfs_sleep_on(&bn->wqueue); in hfs_bnode_lock()305 hfs_wake_up(&bn->wqueue); in hfs_bnode_lock()
154 hfs_wait_queue wqueue; /* Wait queue for write access */ member
89 hfs_init_waitqueue(&retval.bn->wqueue); in hfs_bnode_init()
1343 log->wqueue = NULL; in lmLogInit()1684 log->wqueue = NULL; in lbmLogInit()1914 tail = log->wqueue; in lbmWrite()1920 log->wqueue = bp; in lbmWrite()1923 log->wqueue = bp; in lbmWrite()2105 tail = log->wqueue; in lbmIODone()2113 log->wqueue = NULL; in lbmIODone()
417 struct lbuf *wqueue; /* 4: log pageout queue */ member
329 md_wait_queue_head_t wqueue; member
274 init_waitqueue_head(&drive->wqueue); in init_hwif_data()489 wake_up(&drive->wqueue); in ide_revalidate_disk()584 sleep_on(&drive->wqueue); in ide_open()
2967 add_wait_queue(&thread->wqueue, &wait); in md_thread()2975 remove_wait_queue(&thread->wqueue, &wait); in md_thread()2994 wake_up(&thread->wqueue); in md_wakeup_thread()3010 md_init_waitqueue_head(&thread->wqueue); in md_register_thread()
697 wait_queue_head_t wqueue; /* used to wait for drive in open() */ member