Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dwait.c265 prepare_to_wait_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int s… in prepare_to_wait_exclusive() function
280 EXPORT_SYMBOL(prepare_to_wait_exclusive);
H A Dwait_bit.c88 prepare_to_wait_exclusive(wq_head, &wbq_entry->wq_entry, mode); in __wait_on_bit_lock()
/OK3568_Linux_fs/kernel/block/
H A Dblk-rq-qos.c269 has_sleeper = !prepare_to_wait_exclusive(&rqw->wait, &data.wq, in rq_qos_wait()
/OK3568_Linux_fs/kernel/include/linux/
H A Dwait.h1157 bool prepare_to_wait_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, …
/OK3568_Linux_fs/kernel/lib/
H A Dsbitmap.c679 prepare_to_wait_exclusive(&ws->wait, &sbq_wait->wait, state); in sbitmap_prepare_to_wait()
/OK3568_Linux_fs/kernel/net/core/
H A Ddatagram.c95 prepare_to_wait_exclusive(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in __skb_wait_for_more_packets()
H A Dsock.c2516 prepare_to_wait_exclusive(&sk->sk_lock.wq, &wait, in __lock_sock()
/OK3568_Linux_fs/kernel/net/phonet/
H A Dsocket.c274 prepare_to_wait_exclusive(sk_sleep(sk), &wait, in pn_socket_connect()
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Drecvmsg.c526 prepare_to_wait_exclusive(sk_sleep(&rx->sk), &wait, in rxrpc_recvmsg()
/OK3568_Linux_fs/kernel/fs/jbd2/
H A Dtransaction.c176 prepare_to_wait_exclusive(&journal->j_wait_transaction_locked, &wait, in wait_transaction_locked()
202 prepare_to_wait_exclusive(&journal->j_wait_transaction_locked, &wait, in wait_transaction_switching()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/
H A Dsched.c544 prepare_to_wait_exclusive(&ctx->stop_wq, &wait, TASK_INTERRUPTIBLE); in spu_prio_wait()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dinet_connection_sock.c436 prepare_to_wait_exclusive(sk_sleep(sk), &wait, in inet_csk_wait_for_connect()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dlog.c448 prepare_to_wait_exclusive(&sdp->sd_log_waitq, &wait, in gfs2_log_reserve()
/OK3568_Linux_fs/kernel/drivers/hsi/clients/
H A Dcmt_speech.c1162 prepare_to_wait_exclusive(&csdata->wait, &wait, in cs_char_read()
/OK3568_Linux_fs/kernel/fs/
H A Ddax.c242 prepare_to_wait_exclusive(wq, &ewait.wait, in get_unlocked_entry()
/OK3568_Linux_fs/kernel/Documentation/translations/ko_KR/
H A Dmemory-barriers.txt2117 prepare_to_wait_exclusive();
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsocket.c8690 prepare_to_wait_exclusive(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in sctp_wait_for_packet()
8951 prepare_to_wait_exclusive(&asoc->wait, &wait, in sctp_wait_for_sndbuf()
9060 prepare_to_wait_exclusive(&asoc->wait, &wait, in sctp_wait_for_connect()
9119 prepare_to_wait_exclusive(sk_sleep(sk), &wait, in sctp_wait_for_accept()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_oplus2013 prepare_to_wait_exclusive
/OK3568_Linux_fs/kernel/net/unix/
H A Daf_unix.c1235 prepare_to_wait_exclusive(&u->peer_wait, &wait, TASK_INTERRUPTIBLE); in unix_wait_for_peer()
/OK3568_Linux_fs/kernel/kernel/
H A Dworkqueue.c3151 prepare_to_wait_exclusive(&cancel_waitq, &cwait.wait, in __cancel_work_timer()
/OK3568_Linux_fs/kernel/Documentation/
H A Dmemory-barriers.txt2153 prepare_to_wait_exclusive();
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c7526 prepare_to_wait_exclusive(&ctx->cq_wait, &iowq.wq, in io_cqring_wait()