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:m_rs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/rds/
H
A
D
message.c
139
if (rm->
m_rs
) {
in rds_message_purge()
140
struct rds_sock *rs = rm->
m_rs
;
in rds_message_purge()
149
rm->
m_rs
= NULL;
in rds_message_purge()
H
A
D
send.c
513
rs = rm->
m_rs
;
in rds_rdma_send_complete()
549
rs = rm->
m_rs
;
in rds_atomic_send_complete()
624
* The message spinlock makes sure nobody clears rm->
m_rs
in rds_send_remove_from_sock()
632
if (rs != rm->
m_rs
) {
in rds_send_remove_from_sock()
637
rs = rm->
m_rs
;
in rds_send_remove_from_sock()
858
rm->
m_rs
= rs;
in rds_send_queue_rm()
H
A
D
rds.h
337
* queue.
m_rs
will point to that socket.
409
/* Never access
m_rs
without holding m_rs_lock.
417
struct rds_sock *
m_rs
;
member
/kernel/linux/linux-6.6/net/rds/
H
A
D
message.c
139
if (rm->
m_rs
) {
in rds_message_purge()
140
struct rds_sock *rs = rm->
m_rs
;
in rds_message_purge()
149
rm->
m_rs
= NULL;
in rds_message_purge()
H
A
D
send.c
512
rs = rm->
m_rs
;
in rds_rdma_send_complete()
548
rs = rm->
m_rs
;
in rds_atomic_send_complete()
623
* The message spinlock makes sure nobody clears rm->
m_rs
in rds_send_remove_from_sock()
631
if (rs != rm->
m_rs
) {
in rds_send_remove_from_sock()
636
rs = rm->
m_rs
;
in rds_send_remove_from_sock()
857
rm->
m_rs
= rs;
in rds_send_queue_rm()
H
A
D
rds.h
337
* queue.
m_rs
will point to that socket.
409
/* Never access
m_rs
without holding m_rs_lock.
417
struct rds_sock *
m_rs
;
member
Completed in 12 milliseconds