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:eligible
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_hfsc.c
128
struct rb_node el_node; /* qdisc's
eligible
tree member */
139
u64 cl_e; /*
eligible
time */
159
struct runtime_sc cl_eligible; /*
eligible
curve */
173
struct rb_root
eligible
; /*
eligible
tree */
member
181
*
eligible
tree holds backlogged classes being sorted by their
eligible
times.
182
* there is one
eligible
tree per hfsc instance.
188
struct rb_node **p = &cl->sched->
eligible
.rb_node;
in eltree_insert()
201
rb_insert_color(&cl->el_node, &cl->sched->
eligible
);
in eltree_insert()
[all...]
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_hfsc.c
127
struct rb_node el_node; /* qdisc's
eligible
tree member */
138
u64 cl_e; /*
eligible
time */
158
struct runtime_sc cl_eligible; /*
eligible
curve */
172
struct rb_root
eligible
; /*
eligible
tree */
member
180
*
eligible
tree holds backlogged classes being sorted by their
eligible
times.
181
* there is one
eligible
tree per hfsc instance.
187
struct rb_node **p = &cl->sched->
eligible
.rb_node;
in eltree_insert()
200
rb_insert_color(&cl->el_node, &cl->sched->
eligible
);
in eltree_insert()
[all...]
/kernel/linux/linux-5.10/virt/kvm/
H
A
D
kvm_main.c
3028
* Helper that checks whether a VCPU is
eligible
for directed yield.
3029
* Most
eligible
candidate to yield is decided by following heuristics:
3036
* chance last time (mostly it has become
eligible
now since we have probably
3052
bool
eligible
;
in kvm_vcpu_eligible_for_directed_yield()
local
3054
eligible
= !vcpu->spin_loop.in_spin_loop ||
in kvm_vcpu_eligible_for_directed_yield()
3060
return
eligible
;
in kvm_vcpu_eligible_for_directed_yield()
3140
/* Ensure vcpu is not
eligible
during next spinloop */
in kvm_vcpu_on_spin()
/kernel/linux/linux-6.6/virt/kvm/
H
A
D
kvm_main.c
3705
* Helper that checks whether a VCPU is
eligible
for directed yield.
3706
* Most
eligible
candidate to yield is decided by following heuristics:
3713
* chance last time (mostly it has become
eligible
now since we have probably
3729
bool
eligible
;
in kvm_vcpu_eligible_for_directed_yield()
local
3731
eligible
= !vcpu->spin_loop.in_spin_loop ||
in kvm_vcpu_eligible_for_directed_yield()
3737
return
eligible
;
in kvm_vcpu_eligible_for_directed_yield()
3822
/* Ensure vcpu is not
eligible
during next spinloop */
in kvm_vcpu_on_spin()
Completed in 17 milliseconds