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:horizon
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_fq.c
113
u64
horizon
; /*
horizon
in ns */
member
439
return unlikely((s64)skb->tstamp > (s64)(q->ktime_cache + q->
horizon
));
in fq_packet_beyond_horizon()
467
skb->tstamp = q->ktime_cache + q->
horizon
;
in fq_enqueue()
894
q->
horizon
= (u64)NSEC_PER_USEC *
in fq_change()
954
q->
horizon
= 10ULL * NSEC_PER_SEC; /* 10 seconds */
in fq_init()
955
q->horizon_drop = 1; /* by default, drop packets beyond
horizon
*/
in fq_init()
974
u64
horizon
= q->
horizon
;
in fq_dump()
local
984
do_div(
horizon
, NSEC_PER_USE
in fq_dump()
[all...]
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_fq.c
113
u64
horizon
; /*
horizon
in ns */
member
439
return unlikely((s64)skb->tstamp > (s64)(q->ktime_cache + q->
horizon
));
in fq_packet_beyond_horizon()
467
skb->tstamp = q->ktime_cache + q->
horizon
;
in fq_enqueue()
891
q->
horizon
= (u64)NSEC_PER_USEC *
in fq_change()
951
q->
horizon
= 10ULL * NSEC_PER_SEC; /* 10 seconds */
in fq_init()
952
q->horizon_drop = 1; /* by default, drop packets beyond
horizon
*/
in fq_init()
971
u64
horizon
= q->
horizon
;
in fq_dump()
local
981
do_div(
horizon
, NSEC_PER_USE
in fq_dump()
[all...]
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
Makefile
11
obj-$(CONFIG_ATM_HORIZON) +=
horizon
.o
Completed in 5 milliseconds