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:active_engine
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H
A
D
selftest_hangcheck.c
659
struct
active_engine
{
struct
694
static int
active_engine
(void *data)
in active_engine()
function
697
struct
active_engine
*arg = data;
in active_engine()
784
struct
active_engine
threads[I915_NUM_ENGINES] = {};
in __igt_reset_engines()
816
tsk = kthread_run(
active_engine
, &threads[tmp],
in __igt_reset_engines()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
selftest_hangcheck.c
853
struct
active_engine
{
struct
891
static void
active_engine
(struct kthread_work *work)
in active_engine()
function
894
struct
active_engine
*arg = container_of(work, typeof(*arg), work);
in active_engine()
968
struct
active_engine
*threads;
in __igt_reset_engines()
1039
kthread_init_work(&threads[tmp].work,
active_engine
);
in __igt_reset_engines()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_context.c
451
static struct intel_engine_cs *
active_engine
(struct intel_context *ce)
in active_engine()
function
511
engine =
active_engine
(ce);
in kill_engines()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_context.c
1341
static struct intel_engine_cs *
active_engine
(struct intel_context *ce)
in active_engine()
function
1405
engine =
active_engine
(ce);
in kill_engines()
Completed in 11 milliseconds