Home
last modified time | relevance | path

Searched refs:remove_wait_queue (Results 1 – 25 of 184) sorted by relevance

12345678

/OK3568_Linux_fs/kernel/net/core/
H A Dstream.c79 remove_wait_queue(sk_sleep(sk), &wait); in sk_stream_wait_connect()
108 remove_wait_queue(sk_sleep(sk), &wait); in sk_stream_wait_close()
163 remove_wait_queue(sk_sleep(sk), &wait); in sk_stream_wait_memory()
/OK3568_Linux_fs/kernel/drivers/char/
H A Dapplicom.c447 remove_wait_queue(&apbs[IndexCard].FlagSleepSend, in ac_write()
457 remove_wait_queue(&apbs[IndexCard].FlagSleepSend, &wait); in ac_write()
577 remove_wait_queue(&FlagSleepRec, &wait); in ac_read()
592 remove_wait_queue(&FlagSleepRec, &wait); in ac_read()
609 remove_wait_queue(&FlagSleepRec, &wait); in ac_read()
/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_lock.h36 remove_wait_queue(&wq, &__wait); \
/OK3568_Linux_fs/kernel/drivers/mtd/chips/
H A Dcfi_cmdset_0020.c356 remove_wait_queue(&chip->wq, &wait); in do_read_onechip()
489 remove_wait_queue(&chip->wq, &wait); in do_write_buffer()
546 remove_wait_queue(&chip->wq, &wait); in do_write_buffer()
782 remove_wait_queue(&chip->wq, &wait); in do_erase_oneblock()
811 remove_wait_queue(&chip->wq, &wait); in do_erase_oneblock()
1010 remove_wait_queue(&chip->wq, &wait); in cfi_staa_sync()
1079 remove_wait_queue(&chip->wq, &wait); in do_lock_oneblock()
1225 remove_wait_queue(&chip->wq, &wait); in do_unlock_oneblock()
H A Dcfi_cmdset_0002.c969 remove_wait_queue(&chip->wq, &wait); in get_chip()
1119 remove_wait_queue(&chip->wq, &wait); in xip_udelay()
1320 remove_wait_queue(&chip->wq, &wait); in do_read_secsi_onechip()
1679 remove_wait_queue(&chip->wq, &wait); in do_write_oneword_once()
1842 remove_wait_queue(&cfi->chips[chipnum].wq, &wait); in cfi_amdstd_write_words()
1913 remove_wait_queue(&cfi->chips[chipnum].wq, &wait); in cfi_amdstd_write_words()
1959 remove_wait_queue(&chip->wq, &wait); in do_write_buffer_wait()
2459 remove_wait_queue(&chip->wq, &wait); in do_erase_chip()
2559 remove_wait_queue(&chip->wq, &wait); in do_erase_oneblock()
2946 remove_wait_queue(&chip->wq, &wait); in cfi_amdstd_sync()
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dadutux.c458 remove_wait_queue(&dev->read_wait, &wait); in adu_read()
558 remove_wait_queue(&dev->write_wait, &waita); in adu_write()
571 remove_wait_queue(&dev->write_wait, &waita); in adu_write()
622 remove_wait_queue(&dev->write_wait, &waita); in adu_write()
/OK3568_Linux_fs/kernel/fs/nfs/blocklayout/
H A Drpc_pipefs.c90 remove_wait_queue(&nn->bl_wq, &wq); in bl_resolve_deviceid()
96 remove_wait_queue(&nn->bl_wq, &wq); in bl_resolve_deviceid()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dwait.c41 void remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in remove_wait_queue() function
49 EXPORT_SYMBOL(remove_wait_queue);
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Daf_bluetooth.c328 remove_wait_queue(sk_sleep(sk), &wait); in bt_sock_data_wait()
565 remove_wait_queue(sk_sleep(sk), &wait); in bt_sock_wait_state()
604 remove_wait_queue(sk_sleep(sk), &wait); in bt_sock_wait_ready()
/OK3568_Linux_fs/kernel/drivers/mtd/lpddr/
H A Dlpddr_cmds.c176 remove_wait_queue(&chip->wq, &wait); in wait_for_ready()
275 remove_wait_queue(&chip->wq, &wait); in get_chip()
342 remove_wait_queue(&chip->wq, &wait); in chip_ready()
/OK3568_Linux_fs/kernel/drivers/usb/mon/
H A Dmon_text.c492 remove_wait_queue(&rp->wait, &waita); in mon_text_read_wait()
501 remove_wait_queue(&rp->wait, &waita); in mon_text_read_wait()
507 remove_wait_queue(&rp->wait, &waita); in mon_text_read_wait()
H A Dmon_bin.c1311 remove_wait_queue(&rp->b_wait, &waita); in mon_bin_wait_event()
1316 remove_wait_queue(&rp->b_wait, &waita); in mon_bin_wait_event()
1326 remove_wait_queue(&rp->b_wait, &waita); in mon_bin_wait_event()
/OK3568_Linux_fs/kernel/sound/pci/mixart/
H A Dmixart_core.c243 remove_wait_queue(&mgr->msg_sleep, &wait); in snd_mixart_send_msg()
297 remove_wait_queue(&mgr->msg_sleep, &wait); in snd_mixart_send_msg_wait_notif()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dn_hdlc.c483 remove_wait_queue(&tty->read_wait, &wait); in n_hdlc_tty_read()
574 remove_wait_queue(&tty->write_wait, &wait); in n_hdlc_tty_write()
/OK3568_Linux_fs/kernel/net/vmw_vsock/
H A Daf_vsock.c1752 remove_wait_queue(sk_sleep(sk), &wait); in vsock_stream_sendmsg()
1758 remove_wait_queue(sk_sleep(sk), &wait); in vsock_stream_sendmsg()
1767 remove_wait_queue(sk_sleep(sk), &wait); in vsock_stream_sendmsg()
1771 remove_wait_queue(sk_sleep(sk), &wait); in vsock_stream_sendmsg()
1775 remove_wait_queue(sk_sleep(sk), &wait); in vsock_stream_sendmsg()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/via/
H A Dvia_drv.h183 remove_wait_queue(&(queue), &entry); \
/OK3568_Linux_fs/kernel/sound/core/seq/
H A Dseq_fifo.c185 remove_wait_queue(&f->input_sleep, &wait); in snd_seq_fifo_cell_out()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompat.h104 #define remove_wait_queue(...) do { } while (0) macro
/OK3568_Linux_fs/kernel/net/decnet/
H A Daf_decnet.c848 remove_wait_queue(sk_sleep(sk), &wait); in dn_confirm_accept()
888 remove_wait_queue(sk_sleep(sk), &wait); in dn_wait_run()
1058 remove_wait_queue(sk_sleep(sk), &wait); in dn_wait_for_connect()
1751 remove_wait_queue(sk_sleep(sk), &wait); in dn_recvmsg()
2009 remove_wait_queue(sk_sleep(sk), &wait); in dn_sendmsg()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_lock.c220 remove_wait_queue(&master->lock.lock_queue, &entry); in drm_legacy_lock()
/OK3568_Linux_fs/kernel/mm/
H A Dhighmem.c246 remove_wait_queue(pkmap_map_wait, &wait); in map_new_virtual()
/OK3568_Linux_fs/kernel/net/llc/
H A Daf_llc.c595 remove_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_disc()
610 remove_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_conn()
636 remove_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_busy_core()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_log_priv.h581 remove_wait_queue(wq, &wait); in xlog_wait()
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dos-linux.h48 remove_wait_queue((wq), &__wait); \
/OK3568_Linux_fs/kernel/net/bluetooth/hidp/
H A Dcore.c1244 remove_wait_queue(&hidp_session_wq, &wait); in hidp_session_run()
1292 remove_wait_queue(sk_sleep(session->intr_sock->sk), &intr_wait); in hidp_session_thread()
1293 remove_wait_queue(sk_sleep(session->ctrl_sock->sk), &ctrl_wait); in hidp_session_thread()

12345678