Searched refs:prepare_to_wait_exclusive (Results 1 – 14 of 14) sorted by relevance
| /linux/kernel/sched/ |
| H A D | wait.c | 263 prepare_to_wait_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int s… in prepare_to_wait_exclusive() function 278 EXPORT_SYMBOL(prepare_to_wait_exclusive);
|
| H A D | wait_bit.c | 91 prepare_to_wait_exclusive(wq_head, &wbq_entry->wq_entry, mode); in __wait_on_bit_lock()
|
| /linux/rust/kernel/sync/ |
| H A D | condvar.rs | 127 bindings::prepare_to_wait_exclusive(self.wait_queue_head.get(), wait.get(), wait_state) in wait_internal()
|
| /linux/io_uring/ |
| H A D | wait.c | 263 prepare_to_wait_exclusive(&ctx->cq_wait, &iowq.wq, in io_cqring_wait()
|
| /linux/net/rxrpc/ |
| H A D | recvmsg.c | 450 prepare_to_wait_exclusive(sk_sleep(&rx->sk), &wait, in rxrpc_recvmsg()
|
| /linux/lib/ |
| H A D | sbitmap.c | 789 prepare_to_wait_exclusive(&ws->wait, &sbq_wait->wait, state); in sbitmap_prepare_to_wait()
|
| /linux/net/phonet/ |
| H A D | socket.c | 280 prepare_to_wait_exclusive(sk_sleep(sk), &wait, in pn_socket_connect()
|
| /linux/net/core/ |
| H A D | datagram.c | 96 prepare_to_wait_exclusive(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in __skb_wait_for_more_packets()
|
| /linux/arch/powerpc/platforms/cell/spufs/ |
| H A D | sched.c | 538 prepare_to_wait_exclusive(&ctx->stop_wq, &wait, TASK_INTERRUPTIBLE); in spu_prio_wait()
|
| /linux/net/ipv4/ |
| H A D | inet_connection_sock.c | 622 prepare_to_wait_exclusive(sk_sleep(sk), &wait, in inet_csk_wait_for_connect()
|
| /linux/net/sctp/ |
| H A D | socket.c | 9016 prepare_to_wait_exclusive(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in sctp_wait_for_packet() 9274 prepare_to_wait_exclusive(&asoc->wait, &wait, in sctp_wait_for_sndbuf() 9385 prepare_to_wait_exclusive(&asoc->wait, &wait, in sctp_wait_for_connect() 9444 prepare_to_wait_exclusive(sk_sleep(sk), &wait, in sctp_wait_for_accept()
|
| /linux/net/unix/ |
| H A D | af_unix.c | 1613 prepare_to_wait_exclusive(&u->peer_wait, &wait, TASK_INTERRUPTIBLE); in unix_wait_for_peer()
|
| /linux/Documentation/ |
| H A D | memory-barriers.txt | 2181 prepare_to_wait_exclusive();
|
| /linux/Documentation/translations/sp_SP/ |
| H A D | memory-barriers.txt | 2275 prepare_to_wait_exclusive(); // prepararse_para_solo_esperar();
|