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:min_deadline
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
fair.c
872
if (deadline_gt(
min_deadline
, se, rse))
in __update_min_deadline()
873
se->
min_deadline
= rse->
min_deadline
;
in __update_min_deadline()
878
* se->
min_deadline
= min(se->deadline, left->
min_deadline
, right->
min_deadline
)
882
u64 old_min_deadline = se->
min_deadline
;
in min_deadline_update()
885
se->
min_deadline
= se->deadline;
in min_deadline_update()
889
return se->
min_deadline
== old_min_deadline;
in min_deadline_update()
893
run_node,
min_deadline
, min_deadline_updat
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
nexthop.c
1629
unsigned long
min_deadline
;
in nh_res_table_upkeep()
local
1631
min_deadline
= now + NH_RES_UPKEEP_DW_MINIMUM_INTERVAL;
in nh_res_table_upkeep()
1632
if (time_before(deadline,
min_deadline
))
in nh_res_table_upkeep()
1633
deadline =
min_deadline
;
in nh_res_table_upkeep()
/kernel/linux/linux-6.6/include/linux/
H
A
D
sched.h
602
u64
min_deadline
;
member
Completed in 17 milliseconds