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:saturated
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H
A
D
intel_engine_pm.c
234
engine->
saturated
= 0;
in __engine_park()
H
A
D
intel_engine_types.h
351
intel_engine_mask_t
saturated
; /* submitting semaphores too late? */
member
H
A
D
intel_lrc.c
5804
* depends on the
saturated
state of the engine. We only compute
in intel_execlists_create_virtual()
5809
* engines is already
saturated
and so cannot afford to use a semaphore
in intel_execlists_create_virtual()
5812
* will be starved on the
saturated
system. Such a global switch for
in intel_execlists_create_virtual()
5815
ve->base.
saturated
= ALL_ENGINES;
in intel_execlists_create_virtual()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
intel_engine_pm.c
262
engine->
saturated
= 0;
in __engine_park()
H
A
D
intel_engine_types.h
427
intel_engine_mask_t
saturated
; /* submitting semaphores too late? */
member
H
A
D
intel_execlists_submission.c
3959
* depends on the
saturated
state of the engine. We only compute
in execlists_create_virtual()
3964
* engines is already
saturated
and so cannot afford to use a semaphore
in execlists_create_virtual()
3967
* will be starved on the
saturated
system. Such a global switch for
in execlists_create_virtual()
3970
ve->base.
saturated
= ALL_ENGINES;
in execlists_create_virtual()
/kernel/linux/linux-5.10/sound/drivers/vx/
H
A
D
vx_mixer.c
351
int
saturated
;
member
384
info->
saturated
= (rmh.Stat[0] & (1 << (audio + i))) ? 1 : 0;
in vx_get_audio_vu_meter()
863
ucontrol->value.integer.value[0] = meter[0].
saturated
;
in vx_saturation_get()
864
ucontrol->value.integer.value[1] = meter[1].
saturated
;
in vx_saturation_get()
/kernel/linux/linux-6.6/sound/drivers/vx/
H
A
D
vx_mixer.c
351
int
saturated
;
member
384
info->
saturated
= (rmh.Stat[0] & (1 << (audio + i))) ? 1 : 0;
in vx_get_audio_vu_meter()
863
ucontrol->value.integer.value[0] = meter[0].
saturated
;
in vx_saturation_get()
864
ucontrol->value.integer.value[1] = meter[1].
saturated
;
in vx_saturation_get()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_request.c
556
* Are we using semaphores when the gpu is already
saturated
?
in __i915_request_submit()
573
engine->
saturated
|= request->sched.semaphores;
in __i915_request_submit()
1014
* if we have detected the engine is
saturated
(i.e. would not be
in already_busywaiting()
1020
return rq->sched.semaphores | READ_ONCE(rq->engine->
saturated
);
in already_busywaiting()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_request.c
643
* Are we using semaphores when the gpu is already
saturated
?
in __i915_request_submit()
660
engine->
saturated
|= request->sched.semaphores;
in __i915_request_submit()
1134
* if we have detected the engine is
saturated
(i.e. would not be
in already_busywaiting()
1140
return rq->sched.semaphores | READ_ONCE(rq->engine->
saturated
);
in already_busywaiting()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H
A
D
intel_guc_submission.c
5492
ve->base.
saturated
= ALL_ENGINES;
in guc_create_virtual()
Completed in 34 milliseconds