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:bo_lock
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H
A
D
vc4_bo.c
133
lockdep_assert_held(&vc4->
bo_lock
);
in vc4_bo_set_label()
167
lockdep_assert_held(&vc4->
bo_lock
);
in vc4_bo_destroy()
185
lockdep_assert_held(&vc4->
bo_lock
);
in vc4_bo_remove_from_cache()
235
mutex_lock(&vc4->
bo_lock
);
in vc4_bo_cache_purge()
242
mutex_unlock(&vc4->
bo_lock
);
in vc4_bo_cache_purge()
358
mutex_lock(&vc4->
bo_lock
);
in vc4_bo_get_from_cache()
373
mutex_unlock(&vc4->
bo_lock
);
in vc4_bo_get_from_cache()
397
mutex_lock(&vc4->
bo_lock
);
in vc4_create_object()
401
mutex_unlock(&vc4->
bo_lock
);
in vc4_create_object()
465
mutex_lock(&vc4->
bo_lock
);
in vc4_bo_create()
[all...]
H
A
D
vc4_drv.h
114
struct mutex
bo_lock
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H
A
D
vc4_bo.c
137
lockdep_assert_held(&vc4->
bo_lock
);
in vc4_bo_set_label()
171
lockdep_assert_held(&vc4->
bo_lock
);
in vc4_bo_destroy()
190
lockdep_assert_held(&vc4->
bo_lock
);
in vc4_bo_remove_from_cache()
240
mutex_lock(&vc4->
bo_lock
);
in vc4_bo_cache_purge()
247
mutex_unlock(&vc4->
bo_lock
);
in vc4_bo_cache_purge()
367
mutex_lock(&vc4->
bo_lock
);
in vc4_bo_get_from_cache()
382
mutex_unlock(&vc4->
bo_lock
);
in vc4_bo_get_from_cache()
411
mutex_lock(&vc4->
bo_lock
);
in vc4_create_object()
415
mutex_unlock(&vc4->
bo_lock
);
in vc4_create_object()
484
mutex_lock(&vc4->
bo_lock
);
in vc4_bo_create()
[all...]
H
A
D
vc4_drv.h
124
struct mutex
bo_lock
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/v3d/
H
A
D
v3d_bo.c
38
mutex_lock(&v3d->
bo_lock
);
in v3d_free_object()
41
mutex_unlock(&v3d->
bo_lock
);
in v3d_free_object()
115
mutex_lock(&v3d->
bo_lock
);
in v3d_bo_create_finish()
118
mutex_unlock(&v3d->
bo_lock
);
in v3d_bo_create_finish()
H
A
D
v3d_debugfs.c
202
mutex_lock(&v3d->
bo_lock
);
in v3d_debugfs_bo_stats()
207
mutex_unlock(&v3d->
bo_lock
);
in v3d_debugfs_bo_stats()
H
A
D
v3d_drv.h
93
struct mutex
bo_lock
;
member
H
A
D
v3d_gem.c
877
mutex_init(&v3d->
bo_lock
);
in v3d_gem_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/v3d/
H
A
D
v3d_bo.c
38
mutex_lock(&v3d->
bo_lock
);
in v3d_free_object()
41
mutex_unlock(&v3d->
bo_lock
);
in v3d_free_object()
116
mutex_lock(&v3d->
bo_lock
);
in v3d_bo_create_finish()
119
mutex_unlock(&v3d->
bo_lock
);
in v3d_bo_create_finish()
H
A
D
v3d_debugfs.c
195
mutex_lock(&v3d->
bo_lock
);
in v3d_debugfs_bo_stats()
200
mutex_unlock(&v3d->
bo_lock
);
in v3d_debugfs_bo_stats()
H
A
D
v3d_drv.h
121
struct mutex
bo_lock
;
member
H
A
D
v3d_gem.c
1021
ret = drmm_mutex_init(dev, &v3d->
bo_lock
);
in v3d_gem_init()
Completed in 12 milliseconds