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:bytes_to_rcv
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/net/smc/
H
A
D
smc_rx.h
28
return atomic_read(&conn->
bytes_to_rcv
);
in smc_rx_data_available()
H
A
D
smc_rx.c
179
return atomic_read(&conn->
bytes_to_rcv
) &&
in smc_rx_data_available_and_no_splice_pend()
365
readable = atomic_read(&conn->
bytes_to_rcv
);
in smc_rx_recvmsg()
427
atomic_sub(copylen, &conn->
bytes_to_rcv
);
in smc_rx_recvmsg()
428
/* guarantee 0 <=
bytes_to_rcv
<= rmb_desc->len */
in smc_rx_recvmsg()
H
A
D
smc.h
197
atomic_t
bytes_to_rcv
; /* arrived data,
member
H
A
D
smc_tx.c
597
!atomic_read(&conn->
bytes_to_rcv
))
in smc_tx_work()
636
!atomic_read(&conn->
bytes_to_rcv
))
in smc_tx_consumer_update()
H
A
D
smc_cdc.c
338
/*
bytes_to_rcv
is decreased in smc_recvmsg */
in smc_cdc_msg_recv_action()
340
atomic_add(diff_prod, &conn->
bytes_to_rcv
);
in smc_cdc_msg_recv_action()
341
/* guarantee 0 <=
bytes_to_rcv
<= rmb_desc->len */
in smc_cdc_msg_recv_action()
H
A
D
smc_close.c
94
if (atomic_read(&conn->
bytes_to_rcv
))
in smc_close_final()
H
A
D
af_smc.c
1965
} else if (!atomic_read(&smc_sk(nsk)->conn.
bytes_to_rcv
)) {
in smc_accept()
2114
if (atomic_read(&smc->conn.
bytes_to_rcv
))
in smc_poll()
2306
answ = atomic_read(&smc->conn.
bytes_to_rcv
);
in smc_ioctl()
H
A
D
smc_core.c
1721
atomic_set(&conn->
bytes_to_rcv
, 0);
in __smc_buf_create()
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_rx.h
28
return atomic_read(&conn->
bytes_to_rcv
);
in smc_rx_data_available()
H
A
D
smc_rx.c
243
return atomic_read(&conn->
bytes_to_rcv
) &&
in smc_rx_data_available_and_no_splice_pend()
371
readable = atomic_read(&conn->
bytes_to_rcv
);
in smc_rx_recvmsg()
436
readable = atomic_read(&conn->
bytes_to_rcv
);
in smc_rx_recvmsg()
496
atomic_sub(copylen, &conn->
bytes_to_rcv
);
in smc_rx_recvmsg()
497
/* guarantee 0 <=
bytes_to_rcv
<= rmb_desc->len */
in smc_rx_recvmsg()
H
A
D
smc.h
223
atomic_t
bytes_to_rcv
; /* arrived data,
member
H
A
D
smc_tx.c
700
!atomic_read(&conn->
bytes_to_rcv
))
in smc_tx_pending()
752
!atomic_read(&conn->
bytes_to_rcv
))
in smc_tx_consumer_update()
H
A
D
smc_close.c
97
if (atomic_read(&conn->
bytes_to_rcv
))
in smc_close_final()
H
A
D
smc_cdc.c
349
/*
bytes_to_rcv
is decreased in smc_recvmsg */
in smc_cdc_msg_recv_action()
351
atomic_add(diff_prod, &conn->
bytes_to_rcv
);
in smc_cdc_msg_recv_action()
352
/* guarantee 0 <=
bytes_to_rcv
<= rmb_desc->len */
in smc_cdc_msg_recv_action()
H
A
D
af_smc.c
2711
} else if (!atomic_read(&smc_sk(nsk)->conn.
bytes_to_rcv
)) {
in smc_accept()
2864
if (atomic_read(&smc->conn.
bytes_to_rcv
))
in smc_poll()
3161
answ = atomic_read(&smc->conn.
bytes_to_rcv
);
in smc_ioctl()
H
A
D
smc_core.c
2394
atomic_set(&conn->
bytes_to_rcv
, 0);
in __smc_buf_create()
Completed in 20 milliseconds