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:send_abort
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
call_event.c
390
abort_code = smp_load_acquire(&call->
send_abort
);
in rxrpc_input_call_event()
392
rxrpc_abort_call(call, 0, call->
send_abort
, call->send_abort_err,
in rxrpc_input_call_event()
H
A
D
sendmsg.c
28
if (!call->
send_abort
&& !rxrpc_call_is_complete(call)) {
in rxrpc_propose_abort()
33
smp_store_release(&call->
send_abort
, abort_code);
in rxrpc_propose_abort()
H
A
D
ar-internal.h
647
s32
send_abort
; /* Abort code to be sent */
member
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H
A
D
qedf_io.c
1504
goto
send_abort
;
in qedf_process_warning_compl()
1510
send_abort
:
in qedf_process_warning_compl()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H
A
D
qedf_io.c
1484
goto
send_abort
;
in qedf_process_warning_compl()
1490
send_abort
:
in qedf_process_warning_compl()
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H
A
D
cm.c
702
static int
send_abort
(struct c4iw_ep *ep)
in send_abort()
function
3715
ret =
send_abort
(ep);
in c4iw_ep_disconnect()
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H
A
D
cm.c
702
static int
send_abort
(struct c4iw_ep *ep)
in send_abort()
function
3712
ret =
send_abort
(ep);
in c4iw_ep_disconnect()
Completed in 24 milliseconds