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:spin_lock_off
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
bpf.h
141
int
spin_lock_off
; /* >=0 valid offset, <0 error */
member
166
return map->
spin_lock_off
>= 0;
in map_value_has_spin_lock()
174
*(struct bpf_spin_lock *)(dst + map->
spin_lock_off
) = (struct bpf_spin_lock) {};
in check_and_init_map_lock()
181
u32 off = map->
spin_lock_off
;
in copy_map_value()
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H
A
D
syscall.c
770
map->
spin_lock_off
= btf_find_spin_lock(btf, value_type);
in map_check_btf()
781
if (map->
spin_lock_off
+ sizeof(struct bpf_spin_lock) > map->value_size) {
in map_check_btf()
782
WARN_ONCE(1, "verifier bug
spin_lock_off
%d value_size %d\n", map->
spin_lock_off
, map->value_size);
in map_check_btf()
841
map->
spin_lock_off
= -EINVAL;
in map_create()
H
A
D
verifier.c
2876
u32 lock = map->
spin_lock_off
;
in check_map_access()
4156
if (map->
spin_lock_off
== -E2BIG) {
in process_spin_lock()
4158
} else if (map->
spin_lock_off
== -ENOENT) {
in process_spin_lock()
4165
if (map->
spin_lock_off
!= val + reg->off) {
in process_spin_lock()
Completed in 26 milliseconds