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:raw_spin_lock_bh
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/kernel/bpf/
H
A
D
bpf_local_storage.c
158
raw_spin_lock_bh
(&local_storage->lock);
in __bpf_selem_unlink_storage()
186
raw_spin_lock_bh
(&b->lock);
in bpf_selem_unlink_map()
197
raw_spin_lock_bh
(&b->lock);
in bpf_selem_link_map()
241
raw_spin_lock_bh
(&local_storage->lock);
in bpf_local_storage_lookup()
385
raw_spin_lock_bh
(&local_storage->lock);
in bpf_local_storage_update()
H
A
D
bpf_inode_storage.c
84
raw_spin_lock_bh
(&local_storage->lock);
in bpf_inode_storage_free()
/kernel/linux/linux-5.10/include/linux/
H
A
D
spinlock.h
283
#define
raw_spin_lock_bh
(lock) _raw_spin_lock_bh(lock)
macro
359
raw_spin_lock_bh
(&lock->rlock);
in spin_lock_bh()
/kernel/linux/linux-6.6/include/linux/
H
A
D
spinlock.h
275
#define
raw_spin_lock_bh
(lock) _raw_spin_lock_bh(lock)
macro
356
raw_spin_lock_bh
(&lock->rlock);
in spin_lock_bh()
/kernel/linux/linux-5.10/net/core/
H
A
D
sock_map.c
425
raw_spin_lock_bh
(&stab->lock);
in __sock_map_delete()
510
raw_spin_lock_bh
(&stab->lock);
in sock_map_update_common()
939
raw_spin_lock_bh
(&bucket->lock);
in sock_hash_delete_from_link()
961
raw_spin_lock_bh
(&bucket->lock);
in sock_hash_delete_elem()
1035
raw_spin_lock_bh
(&bucket->lock);
in sock_hash_update_common()
1196
raw_spin_lock_bh
(&bucket->lock);
in sock_hash_free()
H
A
D
bpf_sk_storage.c
69
raw_spin_lock_bh
(&sk_storage->lock);
in bpf_sk_storage_free()
Completed in 7 milliseconds