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:hwsp_cacheline
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H
A
D
intel_timeline.c
231
timeline->
hwsp_cacheline
= NULL;
in intel_timeline_init()
247
timeline->
hwsp_cacheline
= cl;
in intel_timeline_init()
293
if (timeline->
hwsp_cacheline
)
in intel_timeline_fini()
294
cacheline_free(timeline->
hwsp_cacheline
);
in intel_timeline_fini()
353
cacheline_acquire(tl->
hwsp_cacheline
, tl->hwsp_offset);
in intel_timeline_pin()
355
cacheline_release(tl->
hwsp_cacheline
);
in intel_timeline_pin()
473
* i915_active_is_signaled(&tl->
hwsp_cacheline
->active))
in __intel_timeline_get_seqno()
505
err = i915_active_ref(&tl->
hwsp_cacheline
->active,
in __intel_timeline_get_seqno()
511
cacheline_release(tl->
hwsp_cacheline
); /* ownership now xfered to rq */
in __intel_timeline_get_seqno()
512
cacheline_free(tl->
hwsp_cacheline
);
in __intel_timeline_get_seqno()
[all...]
H
A
D
intel_timeline_types.h
52
struct intel_timeline_cacheline *
hwsp_cacheline
;
member
H
A
D
selftest_timeline.c
32
static unsigned long
hwsp_cacheline
(struct intel_timeline *tl)
in hwsp_cacheline()
function
59
radix_tree_delete(&state->cachelines,
hwsp_cacheline
(tl));
in __mock_hwsp_record()
79
cacheline =
hwsp_cacheline
(tl);
in __mock_hwsp_timeline()
667
if (!tl->has_initial_breadcrumb || !tl->
hwsp_cacheline
)
in live_hwsp_wrap()
865
if (!tl->has_initial_breadcrumb || !tl->
hwsp_cacheline
)
in live_hwsp_rollover_user()
H
A
D
intel_lrc.c
3562
cl = rcu_dereference_protected(rq->
hwsp_cacheline
, 1);
in hwsp_offset()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_request.h
247
struct intel_timeline_cacheline __rcu *
hwsp_cacheline
;
member
H
A
D
i915_request.c
849
RCU_INIT_POINTER(rq->
hwsp_cacheline
, tl->
hwsp_cacheline
);
in __i915_request_create()
1088
if (!rcu_access_pointer(from->
hwsp_cacheline
))
in emit_semaphore_wait()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
selftest_timeline.c
35
static unsigned long
hwsp_cacheline
(struct intel_timeline *tl)
in hwsp_cacheline()
function
83
radix_tree_delete(&state->cachelines,
hwsp_cacheline
(tl));
in __mock_hwsp_record()
110
cacheline =
hwsp_cacheline
(tl);
in __mock_hwsp_timeline()
Completed in 20 milliseconds