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:last_prio
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_scheduler.c
46
long
last_prio
, i;
in assert_priolists()
local
54
last_prio
= INT_MAX;
in assert_priolists()
58
GEM_BUG_ON(p->priority >
last_prio
);
in assert_priolists()
59
last_prio
= p->priority;
in assert_priolists()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_scheduler.c
42
long
last_prio
;
in assert_priolists()
local
50
last_prio
= INT_MAX;
in assert_priolists()
54
GEM_BUG_ON(p->priority >
last_prio
);
in assert_priolists()
55
last_prio
= p->priority;
in assert_priolists()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
fib_semantics.c
2077
u32
last_prio
= res->fi->fib_priority;
in fib_select_default()
local
2090
if (next_fi->fib_priority >
last_prio
&&
in fib_select_default()
2099
last_prio
= next_fi->fib_priority;
in fib_select_default()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
fib_semantics.c
2061
u32
last_prio
= res->fi->fib_priority;
in fib_select_default()
local
2075
if (next_fi->fib_priority >
last_prio
&&
in fib_select_default()
2084
last_prio
= next_fi->fib_priority;
in fib_select_default()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
intel_execlists_submission.c
300
int
last_prio
;
in need_preempt()
local
323
last_prio
= max(effective_prio(rq), I915_PRIORITY_NORMAL - 1);
in need_preempt()
324
if (engine->sched_engine->queue_priority_hint <=
last_prio
)
in need_preempt()
332
rq_prio(list_next_entry(rq, sched.link)) >
last_prio
)
in need_preempt()
343
* context, it's priority would not exceed ELSP[0] aka
last_prio
.
in need_preempt()
346
queue_prio(engine->sched_engine)) >
last_prio
;
in need_preempt()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H
A
D
intel_lrc.c
461
int
last_prio
;
in need_preempt()
local
484
last_prio
= max(effective_prio(rq), I915_PRIORITY_NORMAL - 1);
in need_preempt()
485
if (engine->execlists.queue_priority_hint <=
last_prio
)
in need_preempt()
493
rq_prio(list_next_entry(rq, sched.link)) >
last_prio
)
in need_preempt()
507
preempt = rq_prio(next) >
last_prio
;
in need_preempt()
523
* context, it's priority would not exceed ELSP[0] aka
last_prio
.
in need_preempt()
525
return queue_prio(&engine->execlists) >
last_prio
;
in need_preempt()
Completed in 18 milliseconds