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:idx_lock
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
bpf_local_storage.h
106
spinlock_t
idx_lock
;
member
112
.
idx_lock
= __SPIN_LOCK_UNLOCKED(name.
idx_lock
), \
/kernel/linux/linux-6.6/include/linux/
H
A
D
bpf_local_storage.h
115
spinlock_t
idx_lock
;
member
121
.
idx_lock
= __SPIN_LOCK_UNLOCKED(name.
idx_lock
), \
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H
A
D
hinic_hw_io.c
57
sema_init(&free_db_area->
idx_lock
, 1);
in init_db_area_idx()
65
down(&free_db_area->
idx_lock
);
in get_db_area()
71
up(&free_db_area->
idx_lock
);
in get_db_area()
82
up(&free_db_area->
idx_lock
);
in get_db_area()
93
down(&free_db_area->
idx_lock
);
in return_db_area()
102
up(&free_db_area->
idx_lock
);
in return_db_area()
H
A
D
hinic_hw_io.h
47
struct semaphore
idx_lock
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H
A
D
hinic_hw_io.c
57
sema_init(&free_db_area->
idx_lock
, 1);
in init_db_area_idx()
65
down(&free_db_area->
idx_lock
);
in get_db_area()
71
up(&free_db_area->
idx_lock
);
in get_db_area()
82
up(&free_db_area->
idx_lock
);
in get_db_area()
93
down(&free_db_area->
idx_lock
);
in return_db_area()
102
up(&free_db_area->
idx_lock
);
in return_db_area()
H
A
D
hinic_hw_io.h
47
struct semaphore
idx_lock
;
member
/kernel/linux/linux-5.10/kernel/bpf/
H
A
D
bpf_local_storage.c
452
spin_lock(&cache->
idx_lock
);
in bpf_local_storage_cache_idx_get()
466
spin_unlock(&cache->
idx_lock
);
in bpf_local_storage_cache_idx_get()
474
spin_lock(&cache->
idx_lock
);
in bpf_local_storage_cache_idx_free()
476
spin_unlock(&cache->
idx_lock
);
in bpf_local_storage_cache_idx_free()
/kernel/linux/linux-6.6/kernel/bpf/
H
A
D
bpf_local_storage.c
670
spin_lock(&cache->
idx_lock
);
in bpf_local_storage_cache_idx_get()
684
spin_unlock(&cache->
idx_lock
);
in bpf_local_storage_cache_idx_get()
692
spin_lock(&cache->
idx_lock
);
in bpf_local_storage_cache_idx_free()
694
spin_unlock(&cache->
idx_lock
);
in bpf_local_storage_cache_idx_free()
/kernel/linux/linux-5.10/drivers/md/bcache/
H
A
D
writeback.h
38
spinlock_t
idx_lock
;
member
H
A
D
writeback.c
869
spin_lock(&state->
idx_lock
);
in bch_dirty_init_thread()
872
spin_unlock(&state->
idx_lock
);
in bch_dirty_init_thread()
961
spin_lock_init(&state.
idx_lock
);
in bch_sectors_dirty_init()
H
A
D
btree.h
234
spinlock_t
idx_lock
;
member
H
A
D
btree.c
1947
spin_lock(&check_state->
idx_lock
);
in bch_btree_check_thread()
1950
spin_unlock(&check_state->
idx_lock
);
in bch_btree_check_thread()
2044
spin_lock_init(&check_state.
idx_lock
);
in bch_btree_check()
/kernel/linux/linux-6.6/drivers/md/bcache/
H
A
D
writeback.h
42
spinlock_t
idx_lock
;
member
H
A
D
writeback.c
925
spin_lock(&state->
idx_lock
);
in bch_dirty_init_thread()
928
spin_unlock(&state->
idx_lock
);
in bch_dirty_init_thread()
1017
spin_lock_init(&state.
idx_lock
);
in bch_sectors_dirty_init()
H
A
D
btree.h
234
spinlock_t
idx_lock
;
member
H
A
D
btree.c
1968
spin_lock(&check_state->
idx_lock
);
in bch_btree_check_thread()
1971
spin_unlock(&check_state->
idx_lock
);
in bch_btree_check_thread()
2065
spin_lock_init(&check_state.
idx_lock
);
in bch_btree_check()
Completed in 16 milliseconds