OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:execution_mask
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_request.h
229
intel_engine_mask_t
execution_mask
;
member in struct:i915_request
i915_request.c
681
rq->
execution_mask
= ce->engine->mask;
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_lrc.c
1028
if (likely(rq->
execution_mask
== engine->mask)) {
1307
if (next && next->
execution_mask
& ~rq->
execution_mask
)
1630
if (!(rq->
execution_mask
& engine->mask)) /* We peeked too soon! */
2013
GEM_BUG_ON(!(rq->
execution_mask
& engine->mask));
4834
/* The rq is ready for submission; rq->
execution_mask
is now stable. */
4835
mask = rq->
execution_mask
;
5021
exec = READ_ONCE(rq->
execution_mask
);
5022
while (!try_cmpxchg(&rq->
execution_mask
, &exec, exec & allowed))
5026
to_request(signal)->
execution_mask
&= ~allowed
[
all
...]
selftest_lrc.c
2968
request[n]->
execution_mask
= siblings[nsibling - n - 1]->mask;
3110
rq->
execution_mask
= engine->mask;
Completed in 17 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025