OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hwsp_cacheline
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_timeline_types.h
54
struct intel_timeline_cacheline *
hwsp_cacheline
;
member in struct:intel_timeline
intel_timeline.c
221
timeline->
hwsp_cacheline
= NULL;
237
timeline->
hwsp_cacheline
= cl;
284
if (timeline->
hwsp_cacheline
)
285
cacheline_free(timeline->
hwsp_cacheline
);
328
cacheline_acquire(tl->
hwsp_cacheline
);
330
cacheline_release(tl->
hwsp_cacheline
);
430
* i915_active_is_signaled(&tl->
hwsp_cacheline
->active))
462
err = i915_active_ref(&tl->
hwsp_cacheline
->active, tl, &rq->fence);
466
cacheline_release(tl->
hwsp_cacheline
); /* ownership now xfered to rq */
467
cacheline_free(tl->
hwsp_cacheline
);
[
all
...]
selftest_timeline.c
34
static unsigned long
hwsp_cacheline
(struct intel_timeline *tl)
function in typeref:typename:unsigned long
61
radix_tree_delete(&state->cachelines,
hwsp_cacheline
(tl));
81
cacheline =
hwsp_cacheline
(tl);
668
if (!tl->has_initial_breadcrumb || !tl->
hwsp_cacheline
)
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_request.h
246
struct intel_timeline_cacheline __rcu *
hwsp_cacheline
;
member in struct:i915_request
i915_request.c
700
RCU_INIT_POINTER(rq->
hwsp_cacheline
, tl->
hwsp_cacheline
);
Completed in 14 milliseconds
Indexes created Tue Oct 14 08:09:56 GMT 2025