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:expected_key_mask
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H
A
D
test_maps.c
152
int
expected_key_mask
= 0;
in test_hashmap_percpu()
local
167
assert(!(
expected_key_mask
& key));
in test_hashmap_percpu()
169
expected_key_mask
|= key;
in test_hashmap_percpu()
197
assert(!(
expected_key_mask
& key));
in test_hashmap_percpu()
199
expected_key_mask
|= key;
in test_hashmap_percpu()
213
((
expected_key_mask
& first_key) == first_key));
in test_hashmap_percpu()
219
assert((
expected_key_mask
& next_key) == next_key);
in test_hashmap_percpu()
220
expected_key_mask
&= ~next_key;
in test_hashmap_percpu()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
test_maps.c
157
int
expected_key_mask
= 0;
in test_hashmap_percpu()
local
172
assert(!(
expected_key_mask
& key));
in test_hashmap_percpu()
184
expected_key_mask
|= key;
in test_hashmap_percpu()
212
assert(!(
expected_key_mask
& key));
in test_hashmap_percpu()
214
expected_key_mask
|= key;
in test_hashmap_percpu()
228
((
expected_key_mask
& first_key) == first_key));
in test_hashmap_percpu()
234
assert((
expected_key_mask
& next_key) == next_key);
in test_hashmap_percpu()
235
expected_key_mask
&= ~next_key;
in test_hashmap_percpu()
Completed in 4 milliseconds