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_hash_lock
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
peer_event.c
241
spin_lock(&rxnet->
peer_hash_lock
);
in rxrpc_peer_keepalive_dispatch()
252
spin_unlock(&rxnet->
peer_hash_lock
);
in rxrpc_peer_keepalive_dispatch()
272
spin_lock(&rxnet->
peer_hash_lock
);
in rxrpc_peer_keepalive_dispatch()
275
spin_unlock(&rxnet->
peer_hash_lock
);
in rxrpc_peer_keepalive_dispatch()
279
spin_lock(&rxnet->
peer_hash_lock
);
in rxrpc_peer_keepalive_dispatch()
282
spin_unlock(&rxnet->
peer_hash_lock
);
in rxrpc_peer_keepalive_dispatch()
312
spin_lock(&rxnet->
peer_hash_lock
);
in rxrpc_peer_keepalive_worker()
324
spin_unlock(&rxnet->
peer_hash_lock
);
in rxrpc_peer_keepalive_worker()
H
A
D
peer_object.c
314
spin_lock(&rxnet->
peer_hash_lock
);
in rxrpc_new_incoming_peer()
317
spin_unlock(&rxnet->
peer_hash_lock
);
in rxrpc_new_incoming_peer()
349
spin_lock(&rxnet->
peer_hash_lock
);
in rxrpc_lookup_peer()
362
spin_unlock(&rxnet->
peer_hash_lock
);
in rxrpc_lookup_peer()
412
spin_lock(&rxnet->
peer_hash_lock
);
in __rxrpc_put_peer()
415
spin_unlock(&rxnet->
peer_hash_lock
);
in __rxrpc_put_peer()
H
A
D
net_ns.c
62
spin_lock_init(&rxnet->
peer_hash_lock
);
in rxrpc_init_net()
H
A
D
ar-internal.h
85
spinlock_t
peer_hash_lock
; /* Lock for ->peer_hash */
member
/kernel/linux/linux-5.10/net/rxrpc/
H
A
D
peer_event.c
312
spin_lock_bh(&rxnet->
peer_hash_lock
);
in rxrpc_peer_keepalive_dispatch()
323
spin_unlock_bh(&rxnet->
peer_hash_lock
);
in rxrpc_peer_keepalive_dispatch()
342
spin_lock_bh(&rxnet->
peer_hash_lock
);
in rxrpc_peer_keepalive_dispatch()
350
spin_unlock_bh(&rxnet->
peer_hash_lock
);
in rxrpc_peer_keepalive_dispatch()
380
spin_lock_bh(&rxnet->
peer_hash_lock
);
in rxrpc_peer_keepalive_worker()
392
spin_unlock_bh(&rxnet->
peer_hash_lock
);
in rxrpc_peer_keepalive_worker()
H
A
D
peer_object.c
322
spin_lock(&rxnet->
peer_hash_lock
);
in rxrpc_new_incoming_peer()
325
spin_unlock(&rxnet->
peer_hash_lock
);
in rxrpc_new_incoming_peer()
358
spin_lock_bh(&rxnet->
peer_hash_lock
);
in rxrpc_lookup_peer()
371
spin_unlock_bh(&rxnet->
peer_hash_lock
);
in rxrpc_lookup_peer()
424
spin_lock_bh(&rxnet->
peer_hash_lock
);
in __rxrpc_put_peer()
427
spin_unlock_bh(&rxnet->
peer_hash_lock
);
in __rxrpc_put_peer()
453
*
peer_hash_lock
.
H
A
D
net_ns.c
79
spin_lock_init(&rxnet->
peer_hash_lock
);
in rxrpc_init_net()
H
A
D
ar-internal.h
85
spinlock_t
peer_hash_lock
; /* Lock for ->peer_hash */
member
Completed in 11 milliseconds