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:outer_hash
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
test_btf_map_in_map.c
81
struct
outer_hash
{
struct
90
}
outer_hash
SEC(".maps") = {
135
inner_map = bpf_map_lookup_elem(&
outer_hash
, &key);
in handle__sys_enter()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
test_btf_map_in_map.c
81
struct
outer_hash
{
struct
90
}
outer_hash
SEC(".maps") = {
135
inner_map = bpf_map_lookup_elem(&
outer_hash
, &key);
in handle__sys_enter()
H
A
D
lsm.c
73
struct
outer_hash
{
struct
78
}
outer_hash
SEC(".maps") = {
148
inner_map = bpf_map_lookup_elem(&
outer_hash
, &key);
in BPF_PROG()
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_cake.c
747
u32
outer_hash
= reduced_hash - inner_hash;
in cake_hash()
local
757
if (q->tags[
outer_hash
+ k] == flow_hash) {
in cake_hash()
761
if (!q->flows[
outer_hash
+ k].set) {
in cake_hash()
776
if (!q->flows[
outer_hash
+ k].set) {
in cake_hash()
788
if (q->flows[
outer_hash
+ k].set == CAKE_SET_BULK) {
in cake_hash()
796
reduced_hash =
outer_hash
+ k;
in cake_hash()
802
outer_hash
= srchost_idx - inner_hash;
in cake_hash()
805
if (q->hosts[
outer_hash
+ k].srchost_tag ==
in cake_hash()
811
if (!q->hosts[
outer_hash
+ k].srchost_bulk_flow_count)
in cake_hash()
814
q->hosts[
outer_hash
in cake_hash()
[all...]
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_cake.c
748
u32
outer_hash
= reduced_hash - inner_hash;
in cake_hash()
local
758
if (q->tags[
outer_hash
+ k] == flow_hash) {
in cake_hash()
762
if (!q->flows[
outer_hash
+ k].set) {
in cake_hash()
777
if (!q->flows[
outer_hash
+ k].set) {
in cake_hash()
789
if (q->flows[
outer_hash
+ k].set == CAKE_SET_BULK) {
in cake_hash()
797
reduced_hash =
outer_hash
+ k;
in cake_hash()
803
outer_hash
= srchost_idx - inner_hash;
in cake_hash()
806
if (q->hosts[
outer_hash
+ k].srchost_tag ==
in cake_hash()
812
if (!q->hosts[
outer_hash
+ k].srchost_bulk_flow_count)
in cake_hash()
815
q->hosts[
outer_hash
in cake_hash()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
btf_map_in_map.c
45
outer_hash_fd = bpf_map__fd(skel->maps.
outer_hash
);
in test_lookup_update()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H
A
D
btf_map_in_map.c
78
outer_hash_fd = bpf_map__fd(skel->maps.
outer_hash
);
in test_lookup_update()
Completed in 7 milliseconds