Home
last modified time | relevance | path

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

12345

/linux/fs/jfs/
H A Djfs_lock.h36 remove_wait_queue(&wq, &__wait); \
/linux/fs/nfs/blocklayout/
H A Drpc_pipefs.c89 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 Dadutux.c455 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 Dwait.c69 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/vmw_vsock/
H A Dvsock_bpf.c57 remove_wait_queue(sk_sleep(sk), &wait); in vsock_msg_wait_data()
H A Daf_vsock.c1196 remove_wait_queue(sk_sleep(sk), &wait); in vsock_linger()
2231 remove_wait_queue(sk_sleep(sk), &wait); in vsock_connectible_sendmsg()
2237 remove_wait_queue(sk_sleep(sk), &wait); in vsock_connectible_sendmsg()
2246 remove_wait_queue(sk_sleep(sk), &wait); in vsock_connectible_sendmsg()
2250 remove_wait_queue(sk_sleep(sk), &wait); in vsock_connectible_sendmsg()
2254 remove_wait_queue(sk_sleep(sk), &wait); in vsock_connectible_sendmsg()
/linux/drivers/mtd/lpddr/
H A Dlpddr_cmds.c175 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/net/unix/
H A Dunix_bpf.c38 remove_wait_queue(sk_sleep(sk), &wait); in unix_msg_wait_data()
/linux/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.c1318 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/bluetooth/
H A Daf_bluetooth.c440 remove_wait_queue(sk_sleep(sk), &wait); in bt_sock_data_wait()
772 remove_wait_queue(sk_sleep(sk), &wait); in bt_sock_wait_state()
811 remove_wait_queue(sk_sleep(sk), &wait); in bt_sock_wait_ready()
/linux/sound/core/seq/
H A Dseq_fifo.c195 remove_wait_queue(&f->input_sleep, &wait); in snd_seq_fifo_cell_putback()
/linux/fs/jffs2/
H A Dos-linux.h48 remove_wait_queue((wq), &__wait); \
/linux/net/llc/
H A Daf_llc.c597 remove_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_disc()
613 remove_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_conn()
639 remove_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_busy_core()
/linux/fs/afs/
H A Dvl_probe.c296 remove_wait_queue(&server->probe_wq, &waits[i]); in afs_wait_for_vl_probes()
/linux/drivers/mfd/
H A Ducb1x00-ts.c278 remove_wait_queue(&ts->irq_wait, &wait); in ucb1x00_thread()
/linux/fs/
H A Dsignalfd.c190 remove_wait_queue(&current->sighand->signalfd_wqh, &wait); in signalfd_dequeue()
/linux/net/rxrpc/
H A Dsendmsg.c81 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/net/bluetooth/hidp/
H A Dcore.c1291 remove_wait_queue(&hidp_session_wq, &wait); in hidp_session_run()
1339 remove_wait_queue(sk_sleep(session->intr_sock->sk), &intr_wait); in hidp_session_thread()
1340 remove_wait_queue(sk_sleep(session->ctrl_sock->sk), &ctrl_wait); in hidp_session_thread()
/linux/fs/coda/
H A Dpsdev.c235 remove_wait_queue(&vcp->vc_waitq, &wait); in coda_psdev_read()
/linux/drivers/net/wireless/st/cw1200/
H A Dcw1200_spi.c217 remove_wait_queue(&self->wq, &wait); in cw1200_spi_lock()
/linux/drivers/tty/vt/
H A Dselection.c452 remove_wait_queue(&vc->paste_wait, &wait); in paste_selection()
/linux/drivers/sbus/char/
H A Dbbc_i2c.c145 remove_wait_queue(&bp->wq, &wait); in wait_for_pin()
/linux/drivers/mailbox/
H A Dmailbox-test.c236 remove_wait_queue(&tdev->waitq, &wait); in mbox_test_message_read()
/linux/drivers/media/common/saa7146/
H A Dsaa7146_vbi.c109 remove_wait_queue(&vv->vbi_wq, &wait); in vbi_workaround()

12345