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:execution_mask
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_request.c
137
* not be unsubmitted again, so rq->engine and rq->
execution_mask
in i915_fence_release()
138
* at this point is stable. rq->
execution_mask
will be a single
in i915_fence_release()
152
* know that if the rq->
execution_mask
is a single bit, rq->engine
in i915_fence_release()
155
if (is_power_of_2(rq->
execution_mask
) &&
in i915_fence_release()
839
rq->
execution_mask
= ce->engine->mask;
in __i915_request_create()
1345
if (is_power_of_2(to->
execution_mask
| READ_ONCE(from->
execution_mask
)))
in i915_request_await_request()
H
A
D
i915_request.h
230
intel_engine_mask_t
execution_mask
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_request.c
149
* not be unsubmitted again, so rq->engine and rq->
execution_mask
in i915_fence_release()
150
* at this point is stable. rq->
execution_mask
will be a single
in i915_fence_release()
164
* know that if the rq->
execution_mask
is a single bit, rq->engine
in i915_fence_release()
167
if (is_power_of_2(rq->
execution_mask
) &&
in i915_fence_release()
949
rq->
execution_mask
= ce->engine->mask;
in __i915_request_create()
1490
is_power_of_2(to->
execution_mask
| READ_ONCE(from->
execution_mask
)))
in i915_request_await_request()
H
A
D
i915_request.h
271
intel_engine_mask_t
execution_mask
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H
A
D
intel_lrc.c
1131
if (likely(rq->
execution_mask
== engine->mask)) {
in __unwind_incomplete_requests()
1404
if (next == rq || (next && next->
execution_mask
& ~rq->
execution_mask
))
in kick_siblings()
1790
if (!(rq->
execution_mask
& engine->mask)) /* We peeked too soon! */
in virtual_matches()
2281
GEM_BUG_ON(!(rq->
execution_mask
& engine->mask));
in execlists_dequeue()
5603
/* The rq is ready for submission; rq->
execution_mask
is now stable. */
in virtual_submission_mask()
5604
mask = rq->
execution_mask
;
in virtual_submission_mask()
5766
exec = READ_ONCE(rq->
execution_mask
);
in virtual_bond_execute()
5767
while (!try_cmpxchg(&rq->
execution_mask
, &exec, exec & allowed))
in virtual_bond_execute()
5771
to_request(signal)->
execution_mask
in virtual_bond_execute()
[all...]
H
A
D
selftest_lrc.c
3918
request[n]->
execution_mask
= siblings[nsibling - n - 1]->mask;
in mask_virtual_engine()
4225
rq->
execution_mask
= engine->mask;
in preserved_virtual_engine()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
intel_execlists_submission.c
582
rq->
execution_mask
!= engine->mask)
in kick_siblings()
855
if (rq->
execution_mask
!= engine->mask &&
in assert_pending_valid()
1005
if (!(rq->
execution_mask
& engine->mask)) /* We peeked too soon! */
in virtual_matches()
1452
GEM_BUG_ON(!(rq->
execution_mask
& engine->mask));
in execlists_dequeue()
1535
if (rq->
execution_mask
!= engine->mask)
in execlists_dequeue()
3797
/* The rq is ready for submission; rq->
execution_mask
is now stable. */
in virtual_submission_mask()
3798
mask = rq->
execution_mask
;
in virtual_submission_mask()
H
A
D
selftest_execlists.c
3948
request[n]->
execution_mask
= siblings[nsibling - n - 1]->mask;
in mask_virtual_engine()
4257
rq->
execution_mask
= engine->mask;
in preserved_virtual_engine()
Completed in 29 milliseconds