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:shadow_list_lock
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/
H
A
D
allegro-core.c
243
struct mutex
shadow_list_lock
;
member
1405
mutex_lock(&channel->
shadow_list_lock
);
in allegro_channel_is_at_eos()
1409
mutex_unlock(&channel->
shadow_list_lock
);
in allegro_channel_is_at_eos()
1444
mutex_lock(&channel->
shadow_list_lock
);
in allegro_put_buffer()
1446
mutex_unlock(&channel->
shadow_list_lock
);
in allegro_put_buffer()
1458
mutex_lock(&channel->
shadow_list_lock
);
in allegro_get_buffer()
1466
mutex_unlock(&channel->
shadow_list_lock
);
in allegro_get_buffer()
2220
mutex_lock(&channel->
shadow_list_lock
);
in allegro_stop_streaming()
2226
mutex_unlock(&channel->
shadow_list_lock
);
in allegro_stop_streaming()
2232
mutex_lock(&channel->
shadow_list_lock
);
in allegro_stop_streaming()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_object.c
91
mutex_lock(&adev->
shadow_list_lock
);
in amdgpu_bo_destroy()
93
mutex_unlock(&adev->
shadow_list_lock
);
in amdgpu_bo_destroy()
655
mutex_lock(&adev->
shadow_list_lock
);
in amdgpu_bo_create_shadow()
657
mutex_unlock(&adev->
shadow_list_lock
);
in amdgpu_bo_create_shadow()
H
A
D
amdgpu_device.c
3265
mutex_init(&adev->
shadow_list_lock
);
in amdgpu_device_init()
4019
mutex_lock(&adev->
shadow_list_lock
);
in amdgpu_device_recover_vram()
4047
mutex_unlock(&adev->
shadow_list_lock
);
in amdgpu_device_recover_vram()
H
A
D
amdgpu.h
952
struct mutex
shadow_list_lock
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_object.c
89
mutex_lock(&adev->
shadow_list_lock
);
in amdgpu_bo_vm_destroy()
91
mutex_unlock(&adev->
shadow_list_lock
);
in amdgpu_bo_vm_destroy()
737
mutex_lock(&adev->
shadow_list_lock
);
in amdgpu_bo_add_to_shadow_list()
741
mutex_unlock(&adev->
shadow_list_lock
);
in amdgpu_bo_add_to_shadow_list()
H
A
D
amdgpu.h
1001
struct mutex
shadow_list_lock
;
member
H
A
D
amdgpu_device.c
3586
mutex_init(&adev->
shadow_list_lock
);
in amdgpu_device_init()
4441
mutex_lock(&adev->
shadow_list_lock
);
in amdgpu_device_recover_vram()
4473
mutex_unlock(&adev->
shadow_list_lock
);
in amdgpu_device_recover_vram()
/kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/
H
A
D
allegro-core.c
297
struct mutex
shadow_list_lock
;
member
1926
mutex_lock(&channel->
shadow_list_lock
);
in allegro_put_buffer()
1928
mutex_unlock(&channel->
shadow_list_lock
);
in allegro_put_buffer()
1940
mutex_lock(&channel->
shadow_list_lock
);
in allegro_get_buffer()
1948
mutex_unlock(&channel->
shadow_list_lock
);
in allegro_get_buffer()
2861
mutex_lock(&channel->
shadow_list_lock
);
in allegro_stop_streaming()
2867
mutex_unlock(&channel->
shadow_list_lock
);
in allegro_stop_streaming()
2872
mutex_lock(&channel->
shadow_list_lock
);
in allegro_stop_streaming()
2878
mutex_unlock(&channel->
shadow_list_lock
);
in allegro_stop_streaming()
3055
mutex_init(&channel->
shadow_list_lock
);
in allegro_open()
[all...]
Completed in 32 milliseconds