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:is_barrier
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_active.c
47
static inline bool
is_barrier
(const struct i915_active_fence *active)
in is_barrier()
function
54
GEM_BUG_ON(!
is_barrier
(&node->base));
in barrier_to_ll()
67
GEM_BUG_ON(!
is_barrier
(&node->base));
in barrier_to_engine()
426
if (!
is_barrier
(active)) /* proto-node used by our idle barrier? */
in replace_barrier()
458
} while (unlikely(
is_barrier
(active)));
in i915_active_ref()
589
if (unlikely(
is_barrier
(active)))
in enable_signaling()
604
if (likely(!
is_barrier
(&it->base)))
in flush_barrier()
609
if (!
is_barrier
(&it->base))
in flush_barrier()
664
if (
is_barrier
(active)) /* XXX flush the barrier? */
in __await_active()
871
if (
is_barrier
(
in reuse_idle_barrier()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_active.c
43
static inline bool
is_barrier
(const struct i915_active_fence *active)
in is_barrier()
function
50
GEM_BUG_ON(!
is_barrier
(&node->base));
in barrier_to_ll()
63
GEM_BUG_ON(!
is_barrier
(&node->base));
in barrier_to_engine()
416
if (!
is_barrier
(active)) /* proto-node used by our idle barrier? */
in replace_barrier()
450
} while (unlikely(
is_barrier
(active)));
in i915_active_add_request()
558
if (unlikely(
is_barrier
(active)))
in enable_signaling()
573
if (likely(!
is_barrier
(&it->base)))
in flush_barrier()
578
if (!
is_barrier
(&it->base))
in flush_barrier()
633
if (
is_barrier
(active)) /* XXX flush the barrier? */
in __await_active()
840
if (
is_barrier
(
in reuse_idle_barrier()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
H
A
D
i915_active.c
267
if (!
is_barrier
(&it->base))
in node_to_barrier()
272
if (!
is_barrier
(&it->base))
in node_to_barrier()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H
A
D
i915_active.c
268
if (!
is_barrier
(&it->base))
in node_to_barrier()
273
if (!
is_barrier
(&it->base))
in node_to_barrier()
Completed in 5 milliseconds