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:pcpu_success
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
cls_u32.c
60
u32 __percpu *
pcpu_success
;
member
144
__this_cpu_inc(*n->
pcpu_success
);
in u32_classify()
408
free_percpu(n->
pcpu_success
);
in u32_destroy_key()
830
new->
pcpu_success
= n->
pcpu_success
;
in u32_init_knode()
1097
n->
pcpu_success
= alloc_percpu(u32);
in u32_change()
1098
if (!n->
pcpu_success
) {
in u32_change()
1140
free_percpu(n->
pcpu_success
);
in u32_change()
1373
__u32 cnt = *per_cpu_ptr(n->
pcpu_success
, cpum);
in u32_dump()
/kernel/linux/linux-6.6/net/sched/
H
A
D
cls_u32.c
61
u32 __percpu *
pcpu_success
;
member
146
__this_cpu_inc(*n->
pcpu_success
);
in u32_classify()
410
free_percpu(n->
pcpu_success
);
in u32_destroy_key()
844
new->
pcpu_success
= n->
pcpu_success
;
in u32_init_knode()
1126
n->
pcpu_success
= alloc_percpu(u32);
in u32_change()
1127
if (!n->
pcpu_success
) {
in u32_change()
1174
free_percpu(n->
pcpu_success
);
in u32_change()
1387
__u32 cnt = *per_cpu_ptr(n->
pcpu_success
, cpum);
in u32_dump()
Completed in 4 milliseconds