Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:peer_wait
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/unix/
H
A
D
af_unix.c
340
* up on the
peer_wait
wait queue of a socket upon reception of a
350
* socket is enqueued on the
peer_wait
queue of the server socket
366
__remove_wait_queue(&unix_sk(u->peer_wake.private)->
peer_wait
,
in unix_dgram_peer_wake_relay()
386
spin_lock(&u_other->
peer_wait
.lock);
in unix_dgram_peer_wake_connect()
390
__add_wait_queue(&u_other->
peer_wait
, &u->peer_wake);
in unix_dgram_peer_wake_connect()
395
spin_unlock(&u_other->
peer_wait
.lock);
in unix_dgram_peer_wake_connect()
406
spin_lock(&u_other->
peer_wait
.lock);
in unix_dgram_peer_wake_disconnect()
409
__remove_wait_queue(&u_other->
peer_wait
, &u->peer_wake);
in unix_dgram_peer_wake_disconnect()
413
spin_unlock(&u_other->
peer_wait
.lock);
in unix_dgram_peer_wake_disconnect()
479
wake_up_interruptible_all(&unix_sk(sk)->
peer_wait
);
in unix_dgram_disconnected()
[all...]
/kernel/linux/linux-5.10/include/net/
H
A
D
af_unix.h
88
#define
peer_wait
peer_wq.wait
macro
/kernel/linux/linux-6.6/net/unix/
H
A
D
af_unix.c
424
* up on the
peer_wait
wait queue of a socket upon reception of a
434
* socket is enqueued on the
peer_wait
queue of the server socket
450
__remove_wait_queue(&unix_sk(u->peer_wake.private)->
peer_wait
,
in unix_dgram_peer_wake_relay()
470
spin_lock(&u_other->
peer_wait
.lock);
in unix_dgram_peer_wake_connect()
474
__add_wait_queue(&u_other->
peer_wait
, &u->peer_wake);
in unix_dgram_peer_wake_connect()
479
spin_unlock(&u_other->
peer_wait
.lock);
in unix_dgram_peer_wake_connect()
490
spin_lock(&u_other->
peer_wait
.lock);
in unix_dgram_peer_wake_disconnect()
493
__remove_wait_queue(&u_other->
peer_wait
, &u->peer_wake);
in unix_dgram_peer_wake_disconnect()
497
spin_unlock(&u_other->
peer_wait
.lock);
in unix_dgram_peer_wake_disconnect()
563
wake_up_interruptible_all(&unix_sk(sk)->
peer_wait
);
in unix_dgram_disconnected()
[all...]
/kernel/linux/linux-6.6/include/net/
H
A
D
af_unix.h
88
#define
peer_wait
peer_wq.wait
macro
Completed in 6 milliseconds