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:memory_mutex
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/sound/isa/gus/
H
A
D
gus_mem.c
21
mutex_lock(&alloc->
memory_mutex
);
in snd_gf1_mem_lock()
23
mutex_unlock(&alloc->
memory_mutex
);
in snd_gf1_mem_lock()
46
mutex_unlock(&alloc->
memory_mutex
);
in snd_gf1_mem_xalloc()
67
mutex_unlock(&alloc->
memory_mutex
);
in snd_gf1_mem_xfree()
228
mutex_init(&alloc->
memory_mutex
);
in snd_gf1_mem_init()
280
mutex_lock(&alloc->
memory_mutex
);
in snd_gf1_mem_info_read()
324
mutex_unlock(&alloc->
memory_mutex
);
in snd_gf1_mem_info_read()
/kernel/linux/linux-5.10/sound/core/
H
A
D
pcm_memory.c
41
mutex_lock(&card->
memory_mutex
);
in update_allocated_size()
43
mutex_unlock(&card->
memory_mutex
);
in update_allocated_size()
48
mutex_lock(&card->
memory_mutex
);
in decrease_allocated_size()
51
mutex_unlock(&card->
memory_mutex
);
in decrease_allocated_size()
60
mutex_lock(&card->
memory_mutex
);
in do_alloc_pages()
63
mutex_unlock(&card->
memory_mutex
);
in do_alloc_pages()
67
mutex_unlock(&card->
memory_mutex
);
in do_alloc_pages()
H
A
D
init.c
218
mutex_init(&card->
memory_mutex
);
in snd_card_new()
/kernel/linux/linux-6.6/sound/core/
H
A
D
pcm_memory.c
41
mutex_lock(&card->
memory_mutex
);
in update_allocated_size()
43
mutex_unlock(&card->
memory_mutex
);
in update_allocated_size()
48
mutex_lock(&card->
memory_mutex
);
in decrease_allocated_size()
51
mutex_unlock(&card->
memory_mutex
);
in decrease_allocated_size()
61
mutex_lock(&card->
memory_mutex
);
in do_alloc_pages()
64
mutex_unlock(&card->
memory_mutex
);
in do_alloc_pages()
68
mutex_unlock(&card->
memory_mutex
);
in do_alloc_pages()
H
A
D
init.c
328
mutex_init(&card->
memory_mutex
);
in snd_card_init()
/kernel/linux/linux-6.6/sound/isa/gus/
H
A
D
gus_mem.c
21
mutex_lock(&alloc->
memory_mutex
);
in snd_gf1_mem_lock()
23
mutex_unlock(&alloc->
memory_mutex
);
in snd_gf1_mem_lock()
53
mutex_unlock(&alloc->
memory_mutex
);
in snd_gf1_mem_xalloc()
74
mutex_unlock(&alloc->
memory_mutex
);
in snd_gf1_mem_xfree()
235
mutex_init(&alloc->
memory_mutex
);
in snd_gf1_mem_init()
285
mutex_lock(&alloc->
memory_mutex
);
in snd_gf1_mem_info_read()
329
mutex_unlock(&alloc->
memory_mutex
);
in snd_gf1_mem_info_read()
/kernel/linux/linux-5.10/sound/pci/
H
A
D
es1968.c
524
struct mutex
memory_mutex
; /* memory lock */
member
1333
mutex_lock(&chip->
memory_mutex
);
in calc_available_memory_size()
1338
mutex_unlock(&chip->
memory_mutex
);
in calc_available_memory_size()
1350
mutex_lock(&chip->
memory_mutex
);
in snd_es1968_new_memory()
1355
mutex_unlock(&chip->
memory_mutex
);
in snd_es1968_new_memory()
1362
mutex_unlock(&chip->
memory_mutex
);
in snd_es1968_new_memory()
1374
mutex_unlock(&chip->
memory_mutex
);
in snd_es1968_new_memory()
1383
mutex_lock(&chip->
memory_mutex
);
in snd_es1968_free_memory()
1402
mutex_unlock(&chip->
memory_mutex
);
in snd_es1968_free_memory()
2691
mutex_init(&chip->
memory_mutex
);
in snd_es1968_create()
[all...]
/kernel/linux/linux-6.6/sound/pci/
H
A
D
es1968.c
520
struct mutex
memory_mutex
; /* memory lock */
member
1329
mutex_lock(&chip->
memory_mutex
);
in calc_available_memory_size()
1334
mutex_unlock(&chip->
memory_mutex
);
in calc_available_memory_size()
1346
mutex_lock(&chip->
memory_mutex
);
in snd_es1968_new_memory()
1351
mutex_unlock(&chip->
memory_mutex
);
in snd_es1968_new_memory()
1358
mutex_unlock(&chip->
memory_mutex
);
in snd_es1968_new_memory()
1370
mutex_unlock(&chip->
memory_mutex
);
in snd_es1968_new_memory()
1379
mutex_lock(&chip->
memory_mutex
);
in snd_es1968_free_memory()
1398
mutex_unlock(&chip->
memory_mutex
);
in snd_es1968_free_memory()
2654
mutex_init(&chip->
memory_mutex
);
in snd_es1968_create()
[all...]
/kernel/linux/linux-5.10/include/sound/
H
A
D
core.h
124
struct mutex
memory_mutex
; /* protection for the above */
member
H
A
D
gus.h
192
struct mutex
memory_mutex
;
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
gus.h
192
struct mutex
memory_mutex
;
member
H
A
D
core.h
132
struct mutex
memory_mutex
; /* protection for the above */
member
Completed in 18 milliseconds