Home
last modified time | relevance | path

Searched refs:prepare_to_wait_exclusive (Results 1 – 19 of 19) sorted by relevance

/linux-5.19.10/kernel/sched/
Dwait.c275 prepare_to_wait_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int s… in prepare_to_wait_exclusive() function
290 EXPORT_SYMBOL(prepare_to_wait_exclusive);
Dwait_bit.c88 prepare_to_wait_exclusive(wq_head, &wbq_entry->wq_entry, mode); in __wait_on_bit_lock()
/linux-5.19.10/block/
Dblk-rq-qos.c269 has_sleeper = !prepare_to_wait_exclusive(&rqw->wait, &data.wq, in rq_qos_wait()
/linux-5.19.10/net/core/
Ddatagram.c93 prepare_to_wait_exclusive(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in __skb_wait_for_more_packets()
Dsock.c2824 prepare_to_wait_exclusive(&sk->sk_lock.wq, &wait, in __lock_sock()
/linux-5.19.10/include/linux/
Dwait.h1166 bool prepare_to_wait_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, …
/linux-5.19.10/lib/
Dsbitmap.c806 prepare_to_wait_exclusive(&ws->wait, &sbq_wait->wait, state); in sbitmap_prepare_to_wait()
/linux-5.19.10/net/phonet/
Dsocket.c274 prepare_to_wait_exclusive(sk_sleep(sk), &wait, in pn_socket_connect()
/linux-5.19.10/net/rxrpc/
Drecvmsg.c526 prepare_to_wait_exclusive(sk_sleep(&rx->sk), &wait, in rxrpc_recvmsg()
/linux-5.19.10/arch/powerpc/platforms/cell/spufs/
Dsched.c538 prepare_to_wait_exclusive(&ctx->stop_wq, &wait, TASK_INTERRUPTIBLE); in spu_prio_wait()
/linux-5.19.10/net/ipv4/
Dinet_connection_sock.c448 prepare_to_wait_exclusive(sk_sleep(sk), &wait, in inet_csk_wait_for_connect()
/linux-5.19.10/fs/
Ddax.c242 prepare_to_wait_exclusive(wq, &ewait.wait, in get_unlocked_entry()
/linux-5.19.10/drivers/hsi/clients/
Dcmt_speech.c1162 prepare_to_wait_exclusive(&csdata->wait, &wait, in cs_char_read()
/linux-5.19.10/Documentation/translations/ko_KR/
Dmemory-barriers.txt2117 prepare_to_wait_exclusive();
/linux-5.19.10/net/sctp/
Dsocket.c8927 prepare_to_wait_exclusive(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in sctp_wait_for_packet()
9187 prepare_to_wait_exclusive(&asoc->wait, &wait, in sctp_wait_for_sndbuf()
9296 prepare_to_wait_exclusive(&asoc->wait, &wait, in sctp_wait_for_connect()
9355 prepare_to_wait_exclusive(sk_sleep(sk), &wait, in sctp_wait_for_accept()
/linux-5.19.10/net/unix/
Daf_unix.c1388 prepare_to_wait_exclusive(&u->peer_wait, &wait, TASK_INTERRUPTIBLE); in unix_wait_for_peer()
/linux-5.19.10/kernel/
Dworkqueue.c3145 prepare_to_wait_exclusive(&cancel_waitq, &cwait.wait, in __cancel_work_timer()
/linux-5.19.10/Documentation/
Dmemory-barriers.txt2161 prepare_to_wait_exclusive();
/linux-5.19.10/io_uring/
Dio_uring.c8980 prepare_to_wait_exclusive(&ctx->cq_wait, &iowq.wq, in io_cqring_wait()