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:time_budget
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/
H
A
D
output.c
301
* HC-sender CCID a grace period of up to @
time_budget
jiffies. If this function
304
void dccp_flush_write_queue(struct sock *sk, long *
time_budget
)
in dccp_flush_write_queue()
argument
310
while (*
time_budget
> 0 && (skb = skb_peek(&sk->sk_write_queue))) {
in dccp_flush_write_queue()
324
if (delay > *
time_budget
)
in dccp_flush_write_queue()
329
*
time_budget
-= (delay - rc);
in dccp_flush_write_queue()
H
A
D
dccp.h
245
void dccp_flush_write_queue(struct sock *sk, long *
time_budget
);
/kernel/linux/linux-6.6/net/dccp/
H
A
D
output.c
304
* @
time_budget
: time allowed to drain the queue
308
* HC-sender CCID a grace period of up to @
time_budget
jiffies. If this function
311
void dccp_flush_write_queue(struct sock *sk, long *
time_budget
)
in dccp_flush_write_queue()
argument
317
while (*
time_budget
> 0 && (skb = skb_peek(&sk->sk_write_queue))) {
in dccp_flush_write_queue()
331
if (delay > *
time_budget
)
in dccp_flush_write_queue()
336
*
time_budget
-= (delay - rc);
in dccp_flush_write_queue()
H
A
D
dccp.h
240
void dccp_flush_write_queue(struct sock *sk, long *
time_budget
);
Completed in 4 milliseconds