| /linux/net/core/ |
| H A D | stream.c | 83 remove_wait_queue(sk_sleep(sk), &wait); in sk_stream_wait_connect() 112 remove_wait_queue(sk_sleep(sk), &wait); in sk_stream_wait_close() 169 remove_wait_queue(sk_sleep(sk), &wait); in sk_stream_wait_memory()
|
| /linux/fs/jfs/ |
| H A D | jfs_lock.h | 36 remove_wait_queue(&wq, &__wait); \
|
| /linux/drivers/char/ |
| H A D | applicom.c | 446 remove_wait_queue(&apbs[IndexCard].FlagSleepSend, in ac_write() 456 remove_wait_queue(&apbs[IndexCard].FlagSleepSend, &wait); in ac_write() 576 remove_wait_queue(&FlagSleepRec, &wait); in ac_read() 591 remove_wait_queue(&FlagSleepRec, &wait); in ac_read() 608 remove_wait_queue(&FlagSleepRec, &wait); in ac_read()
|
| /linux/drivers/mtd/chips/ |
| H A D | cfi_cmdset_0020.c | 356 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 D | cfi_cmdset_0002.c | 972 remove_wait_queue(&chip->wq, &wait); in get_chip() 1122 remove_wait_queue(&chip->wq, &wait); in xip_udelay() 1323 remove_wait_queue(&chip->wq, &wait); in do_read_secsi_onechip() 1682 remove_wait_queue(&chip->wq, &wait); in do_write_oneword_once() 1843 remove_wait_queue(&cfi->chips[chipnum].wq, &wait); in cfi_amdstd_write_words() 1914 remove_wait_queue(&cfi->chips[chipnum].wq, &wait); in cfi_amdstd_write_words() 1960 remove_wait_queue(&chip->wq, &wait); in do_write_buffer_wait() 2460 remove_wait_queue(&chip->wq, &wait); in do_erase_chip() 2560 remove_wait_queue(&chip->wq, &wait); in do_erase_oneblock() 2947 remove_wait_queue(&chip->wq, &wait); in cfi_amdstd_sync()
|
| /linux/fs/nfs/blocklayout/ |
| H A D | rpc_pipefs.c | 89 remove_wait_queue(&nn->bl_wq, &wq); in bl_resolve_deviceid() 95 remove_wait_queue(&nn->bl_wq, &wq); in bl_resolve_deviceid()
|
| /linux/drivers/usb/misc/ |
| H A D | adutux.c | 455 remove_wait_queue(&dev->read_wait, &wait); in adu_read() 555 remove_wait_queue(&dev->write_wait, &waita); in adu_write() 568 remove_wait_queue(&dev->write_wait, &waita); in adu_write() 619 remove_wait_queue(&dev->write_wait, &waita); in adu_write()
|
| /linux/kernel/sched/ |
| H A D | wait.c | 69 void remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in remove_wait_queue() function 77 EXPORT_SYMBOL(remove_wait_queue);
|
| /linux/net/bluetooth/ |
| H A D | af_bluetooth.c | 410 remove_wait_queue(sk_sleep(sk), &wait); in bt_sock_data_wait() 732 remove_wait_queue(sk_sleep(sk), &wait); in bt_sock_wait_state() 771 remove_wait_queue(sk_sleep(sk), &wait); in bt_sock_wait_ready()
|
| /linux/drivers/mtd/lpddr/ |
| H A D | lpddr_cmds.c | 175 remove_wait_queue(&chip->wq, &wait); in wait_for_ready() 274 remove_wait_queue(&chip->wq, &wait); in get_chip() 341 remove_wait_queue(&chip->wq, &wait); in chip_ready()
|
| /linux/drivers/tty/ |
| H A D | n_hdlc.c | 468 remove_wait_queue(&tty->read_wait, &wait); in n_hdlc_tty_read() 556 remove_wait_queue(&tty->write_wait, &wait); in n_hdlc_tty_write()
|
| /linux/net/vmw_vsock/ |
| H A D | vsock_bpf.c | 57 remove_wait_queue(sk_sleep(sk), &wait); in vsock_msg_wait_data()
|
| H A D | af_vsock.c | 1175 remove_wait_queue(sk_sleep(sk), &wait); in vsock_linger() 2218 remove_wait_queue(sk_sleep(sk), &wait); in vsock_connectible_sendmsg() 2224 remove_wait_queue(sk_sleep(sk), &wait); in vsock_connectible_sendmsg() 2233 remove_wait_queue(sk_sleep(sk), &wait); in vsock_connectible_sendmsg() 2237 remove_wait_queue(sk_sleep(sk), &wait); in vsock_connectible_sendmsg() 2241 remove_wait_queue(sk_sleep(sk), &wait); in vsock_connectible_sendmsg()
|
| /linux/net/ipv4/ |
| H A D | udp_bpf.c | 59 remove_wait_queue(sk_sleep(sk), &wait); in udp_msg_wait_data()
|
| /linux/drivers/usb/mon/ |
| H A D | mon_text.c | 492 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 D | mon_bin.c | 1318 remove_wait_queue(&rp->b_wait, &waita); in mon_bin_wait_event() 1323 remove_wait_queue(&rp->b_wait, &waita); in mon_bin_wait_event() 1333 remove_wait_queue(&rp->b_wait, &waita); in mon_bin_wait_event()
|
| /linux/net/unix/ |
| H A D | unix_bpf.c | 38 remove_wait_queue(sk_sleep(sk), &wait); in unix_msg_wait_data()
|
| /linux/sound/core/seq/ |
| H A D | seq_fifo.c | 181 remove_wait_queue(&f->input_sleep, &wait); in snd_seq_fifo_cell_out()
|
| /linux/net/llc/ |
| H A D | af_llc.c | 599 remove_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_disc() 615 remove_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_conn() 641 remove_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_busy_core()
|
| /linux/fs/jffs2/ |
| H A D | os-linux.h | 48 remove_wait_queue((wq), &__wait); \
|
| /linux/net/bluetooth/hidp/ |
| H A D | core.c | 1253 remove_wait_queue(&hidp_session_wq, &wait); in hidp_session_wake_function() 1301 remove_wait_queue(sk_sleep(session->intr_sock->sk), &intr_wait); in hidp_session_thread() 1302 remove_wait_queue(sk_sleep(session->ctrl_sock->sk), &ctrl_wait); in hidp_session_thread()
|
| /linux/net/rxrpc/ |
| H A D | sendmsg.c | 81 remove_wait_queue(&call->waitq, &myself); in rxrpc_wait_to_be_connected() 219 remove_wait_queue(&call->waitq, &myself); in rxrpc_wait_for_tx_window()
|
| /linux/fs/afs/ |
| H A D | vl_probe.c | 296 remove_wait_queue(&server->probe_wq, &waits[i]); in afs_wait_for_vl_probes()
|
| /linux/fs/ |
| H A D | signalfd.c | 190 remove_wait_queue(¤t->sighand->signalfd_wqh, &wait); in signalfd_dequeue()
|
| /linux/drivers/mfd/ |
| H A D | ucb1x00-ts.c | 278 remove_wait_queue(&ts->irq_wait, &wait); in ucb1x00_thread()
|