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:bat_counters
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/batman-adv/
H
A
D
soft-interface.c
108
counters = per_cpu_ptr(bat_priv->
bat_counters
, cpu);
in batadv_sum_counter()
786
bat_priv->
bat_counters
= __alloc_percpu(cnt_len, __alignof__(u64));
in batadv_softif_init_late()
787
if (!bat_priv->
bat_counters
)
in batadv_softif_init_late()
858
free_percpu(bat_priv->
bat_counters
);
in batadv_softif_init_late()
859
bat_priv->
bat_counters
= NULL;
in batadv_softif_init_late()
H
A
D
main.h
362
this_cpu_add(bat_priv->
bat_counters
[idx], count);
in batadv_add_counter()
H
A
D
main.c
296
free_percpu(bat_priv->
bat_counters
);
in batadv_mesh_free()
297
bat_priv->
bat_counters
= NULL;
in batadv_mesh_free()
H
A
D
types.h
1576
* @
bat_counters
: mesh internal traffic statistic counters (see
1579
u64 __percpu *
bat_counters
; /* Per cpu counters */
member
/kernel/linux/linux-6.6/net/batman-adv/
H
A
D
soft-interface.c
105
counters = per_cpu_ptr(bat_priv->
bat_counters
, cpu);
in batadv_sum_counter()
747
bat_priv->
bat_counters
= __alloc_percpu(cnt_len, __alignof__(u64));
in batadv_softif_init_late()
748
if (!bat_priv->
bat_counters
)
in batadv_softif_init_late()
815
free_percpu(bat_priv->
bat_counters
);
in batadv_softif_init_late()
816
bat_priv->
bat_counters
= NULL;
in batadv_softif_init_late()
H
A
D
main.h
358
this_cpu_add(bat_priv->
bat_counters
[idx], count);
in batadv_add_counter()
H
A
D
main.c
290
free_percpu(bat_priv->
bat_counters
);
in batadv_mesh_free()
291
bat_priv->
bat_counters
= NULL;
in batadv_mesh_free()
H
A
D
types.h
1556
* @
bat_counters
: mesh internal traffic statistic counters (see
1559
u64 __percpu *
bat_counters
; /* Per cpu counters */
member
Completed in 14 milliseconds