Home
last modified time | relevance | path

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

1234567

/Linux-v5.10/net/core/
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()
162 remove_wait_queue(sk_sleep(sk), &wait); in sk_stream_wait_memory()
/Linux-v5.10/fs/jfs/
Djfs_lock.h36 remove_wait_queue(&wq, &__wait); \
/Linux-v5.10/drivers/char/
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()
/Linux-v5.10/drivers/mtd/chips/
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()
Dcfi_cmdset_0002.c976 remove_wait_queue(&chip->wq, &wait); in get_chip()
1126 remove_wait_queue(&chip->wq, &wait); in xip_udelay()
1327 remove_wait_queue(&chip->wq, &wait); in do_read_secsi_onechip()
1686 remove_wait_queue(&chip->wq, &wait); in do_write_oneword_once()
1849 remove_wait_queue(&cfi->chips[chipnum].wq, &wait); in cfi_amdstd_write_words()
1920 remove_wait_queue(&cfi->chips[chipnum].wq, &wait); in cfi_amdstd_write_words()
1966 remove_wait_queue(&chip->wq, &wait); in do_write_buffer_wait()
2465 remove_wait_queue(&chip->wq, &wait); in do_erase_chip()
2564 remove_wait_queue(&chip->wq, &wait); in do_erase_oneblock()
2951 remove_wait_queue(&chip->wq, &wait); in cfi_amdstd_sync()
/Linux-v5.10/fs/nfs/blocklayout/
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()
/Linux-v5.10/drivers/usb/misc/
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()
/Linux-v5.10/kernel/sched/
Dwait.c40 void remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in remove_wait_queue() function
48 EXPORT_SYMBOL(remove_wait_queue);
/Linux-v5.10/arch/um/drivers/
Drandom.c80 remove_wait_queue(&host_read_wait, &wait); in rng_dev_read()
/Linux-v5.10/net/bluetooth/
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()
/Linux-v5.10/drivers/mtd/lpddr/
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()
/Linux-v5.10/drivers/tty/
Dn_hdlc.c473 remove_wait_queue(&tty->read_wait, &wait); in n_hdlc_tty_read()
531 remove_wait_queue(&tty->write_wait, &wait); in n_hdlc_tty_write()
/Linux-v5.10/drivers/usb/mon/
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()
/Linux-v5.10/drivers/gpu/drm/via/
Dvia_drv.h183 remove_wait_queue(&(queue), &entry); \
/Linux-v5.10/sound/pci/mixart/
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()
/Linux-v5.10/net/vmw_vsock/
Daf_vsock.c1735 remove_wait_queue(sk_sleep(sk), &wait); in vsock_stream_sendmsg()
1741 remove_wait_queue(sk_sleep(sk), &wait); in vsock_stream_sendmsg()
1750 remove_wait_queue(sk_sleep(sk), &wait); in vsock_stream_sendmsg()
1754 remove_wait_queue(sk_sleep(sk), &wait); in vsock_stream_sendmsg()
1758 remove_wait_queue(sk_sleep(sk), &wait); in vsock_stream_sendmsg()
/Linux-v5.10/sound/core/seq/
Dseq_fifo.c185 remove_wait_queue(&f->input_sleep, &wait); in snd_seq_fifo_cell_out()
/Linux-v5.10/drivers/gpu/drm/
Ddrm_lock.c220 remove_wait_queue(&master->lock.lock_queue, &entry); in drm_legacy_lock()
/Linux-v5.10/mm/
Dhighmem.c246 remove_wait_queue(pkmap_map_wait, &wait); in map_new_virtual()
/Linux-v5.10/fs/jffs2/
Dos-linux.h48 remove_wait_queue((wq), &__wait); \
/Linux-v5.10/fs/xfs/
Dxfs_log_priv.h582 remove_wait_queue(wq, &wait); in xlog_wait()
/Linux-v5.10/fs/afs/
Dvl_probe.c278 remove_wait_queue(&server->probe_wq, &waits[i]); in afs_wait_for_vl_probes()
/Linux-v5.10/sound/soc/sof/
Dtrace.c64 remove_wait_queue(&sdev->trace_sleep, &wait); in sof_wait_trace_avail()
/Linux-v5.10/net/llc/
Daf_llc.c572 remove_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_disc()
587 remove_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_conn()
613 remove_wait_queue(sk_sleep(sk), &wait); in llc_ui_wait_for_busy_core()
/Linux-v5.10/drivers/tty/vt/
Dselection.c413 remove_wait_queue(&vc->paste_wait, &wait); in paste_selection()

1234567