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:first_pending
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
initio.c
717
host->
first_pending
= scbp;
in initio_append_pend_scb()
730
if ((scbp->next = host->
first_pending
) != NULL) {
in initio_push_pend_scb()
731
host->
first_pending
= scbp;
in initio_push_pend_scb()
733
host->
first_pending
= scbp;
in initio_push_pend_scb()
743
first = host->
first_pending
;
in initio_find_first_pend_scb()
773
prev = tmp = host->
first_pending
;
in initio_unlink_pend_scb()
776
if (tmp == host->
first_pending
) {
in initio_unlink_pend_scb()
777
if ((host->
first_pending
= tmp->next) == NULL)
in initio_unlink_pend_scb()
939
prev = tmp = host->
first_pending
; /* Check Pend queue */
in initio_abort_srb()
946
} else if (tmp == host->
first_pending
) {
in initio_abort_srb()
[all...]
H
A
D
initio.h
529
struct scsi_ctrl_blk *
first_pending
; /* 40 */
member
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
initio.c
716
host->
first_pending
= scbp;
in initio_append_pend_scb()
729
if ((scbp->next = host->
first_pending
) != NULL) {
in initio_push_pend_scb()
730
host->
first_pending
= scbp;
in initio_push_pend_scb()
732
host->
first_pending
= scbp;
in initio_push_pend_scb()
742
first = host->
first_pending
;
in initio_find_first_pend_scb()
772
prev = tmp = host->
first_pending
;
in initio_unlink_pend_scb()
775
if (tmp == host->
first_pending
) {
in initio_unlink_pend_scb()
776
if ((host->
first_pending
= tmp->next) == NULL)
in initio_unlink_pend_scb()
937
prev = tmp = host->
first_pending
; /* Check Pend queue */
in initio_abort_srb()
944
} else if (tmp == host->
first_pending
) {
in initio_abort_srb()
[all...]
H
A
D
initio.h
504
struct scsi_ctrl_blk *
first_pending
; /* 40 */
member
/kernel/linux/linux-6.6/net/mptcp/
H
A
D
protocol.h
312
struct mptcp_data_frag *
first_pending
;
member
370
return READ_ONCE(msk->
first_pending
);
in mptcp_send_head()
378
cur = msk->
first_pending
;
in mptcp_send_next()
387
if (!msk->
first_pending
)
in mptcp_pending_tail()
H
A
D
protocol.c
1016
if (unlikely(dfrag == msk->
first_pending
)) {
in __mptcp_clean_una()
1021
WRITE_ONCE(msk->
first_pending
, mptcp_send_next(sk));
in __mptcp_clean_una()
1559
WRITE_ONCE(msk->
first_pending
, mptcp_send_next(sk));
in __subflow_push_pending()
1868
if (!msk->
first_pending
)
in mptcp_sendmsg()
1869
WRITE_ONCE(msk->
first_pending
, dfrag);
in mptcp_sendmsg()
2344
msk->
first_pending
= rtx_head;
in __mptcp_retransmit_pending_data()
2765
msk->
first_pending
= NULL;
in __mptcp_init_sock()
2833
WRITE_ONCE(msk->
first_pending
, NULL);
in __mptcp_clear_xmit()
Completed in 15 milliseconds