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:delay_ack_at
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
call_event.c
55
if (time_before(ack_at, call->
delay_ack_at
)) {
in rxrpc_propose_delay_ACK()
56
WRITE_ONCE(call->
delay_ack_at
, ack_at);
in rxrpc_propose_delay_ACK()
263
WRITE_ONCE(call->
delay_ack_at
, now + MAX_JIFFY_OFFSET);
in rxrpc_begin_service_reply()
421
t = READ_ONCE(call->
delay_ack_at
);
in rxrpc_input_call_event()
424
cmpxchg(&call->
delay_ack_at
, t, now + MAX_JIFFY_OFFSET);
in rxrpc_input_call_event()
520
set(call->
delay_ack_at
);
in rxrpc_input_call_event()
H
A
D
call_object.c
258
call->
delay_ack_at
= j;
in rxrpc_start_call_timer()
H
A
D
input.c
298
WRITE_ONCE(call->
delay_ack_at
, timo);
in rxrpc_receiving_reply()
H
A
D
ar-internal.h
617
unsigned long
delay_ack_at
; /* When DELAY ACK needs to happen */
member
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
rxrpc.h
1338
__entry->ack_at = call->
delay_ack_at
;
1380
__entry->ack_at = call->
delay_ack_at
;
Completed in 13 milliseconds