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:map_locked
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/sound/pci/emu10k1/
H
A
D
emu10k1_callback.c
151
if (emem->
map_locked
> 0)
in terminate_voice()
152
emem->
map_locked
--;
in terminate_voice()
328
emem->
map_locked
++;
in start_voice()
H
A
D
memory.c
81
blk->
map_locked
= 0;
in emu10k1_memblk_init()
282
if (deleted->
map_locked
)
in snd_emu10k1_memblk_map()
346
blk->
map_locked
= 1; /* do not unmap this block! */
in snd_emu10k1_alloc_pages()
/kernel/linux/linux-5.10/sound/pci/emu10k1/
H
A
D
emu10k1_callback.c
144
if (emem->
map_locked
> 0)
in terminate_voice()
145
emem->
map_locked
--;
in terminate_voice()
325
emem->
map_locked
++;
in start_voice()
H
A
D
memory.c
81
blk->
map_locked
= 0;
in emu10k1_memblk_init()
277
if (deleted->
map_locked
)
in snd_emu10k1_memblk_map()
343
blk->
map_locked
= 1; /* do not unmap this block! */
in snd_emu10k1_alloc_pages()
/kernel/linux/linux-6.6/kernel/bpf/
H
A
D
hashtab.c
107
int __percpu *
map_locked
[HASHTAB_MAP_LOCK_COUNT];
member
159
if (unlikely(__this_cpu_inc_return(*(htab->
map_locked
[hash])) != 1)) {
in htab_lock_bucket()
160
__this_cpu_dec(*(htab->
map_locked
[hash]));
in htab_lock_bucket()
178
__this_cpu_dec(*(htab->
map_locked
[hash]));
in htab_unlock_bucket()
533
htab->
map_locked
[i] = bpf_map_alloc_percpu(&htab->map,
in htab_map_alloc()
537
if (!htab->
map_locked
[i])
in htab_map_alloc()
604
free_percpu(htab->
map_locked
[i]);
in htab_map_alloc()
1558
free_percpu(htab->
map_locked
[i]);
in htab_map_free()
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
file.c
444
bool
map_locked
;
in ntfs_fallocate()
local
475
map_locked
= false;
in ntfs_fallocate()
487
map_locked
= true;
in ntfs_fallocate()
659
if (
map_locked
)
in ntfs_fallocate()
/kernel/linux/linux-5.10/include/sound/
H
A
D
emu10k1.h
1551
unsigned int
map_locked
;
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
emu10k1.h
1544
unsigned int
map_locked
;
member
Completed in 19 milliseconds