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:act_count
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H
A
D
my3126.c
42
u32
act_count
;
in my3126_interrupt_handler()
local
64
OFFSET(SUNI1x10GEXP_REG_MSTAT_COUNTER_1_LOW), &
act_count
);
in my3126_interrupt_handler()
67
act_count
+= val;
in my3126_interrupt_handler()
74
(cphy->
act_count
==
act_count
) || cphy->act_on ) {
in my3126_interrupt_handler()
91
cphy->
act_count
=
act_count
;
in my3126_interrupt_handler()
H
A
D
cphy.h
99
int
act_count
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H
A
D
my3126.c
42
u32
act_count
;
in my3126_interrupt_handler()
local
64
OFFSET(SUNI1x10GEXP_REG_MSTAT_COUNTER_1_LOW), &
act_count
);
in my3126_interrupt_handler()
67
act_count
+= val;
in my3126_interrupt_handler()
74
(cphy->
act_count
==
act_count
) || cphy->act_on ) {
in my3126_interrupt_handler()
91
cphy->
act_count
=
act_count
;
in my3126_interrupt_handler()
H
A
D
cphy.h
90
int
act_count
;
member
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/
H
A
D
epn.c
170
unsigned int act = req->
act_count
;
in ast_vhub_epn_kick_desc()
232
req->
act_count
= act = act + chunk;
in ast_vhub_epn_kick_desc()
398
req->
act_count
= 0;
in ast_vhub_epn_queue()
H
A
D
vhub.h
239
unsigned int
act_count
;
member
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/aspeed-vhub/
H
A
D
epn.c
172
unsigned int act = req->
act_count
;
in ast_vhub_epn_kick_desc()
234
req->
act_count
= act = act + chunk;
in ast_vhub_epn_kick_desc()
400
req->
act_count
= 0;
in ast_vhub_epn_queue()
H
A
D
vhub.h
239
unsigned int
act_count
;
member
/kernel/linux/linux-5.10/net/sched/
H
A
D
act_api.c
1622
u32
act_count
= 0;
in tc_dump_action()
local
1677
act_count
= cb->args[1];
in tc_dump_action()
1678
memcpy(nla_data(count_attr), &
act_count
, sizeof(u32));
in tc_dump_action()
local
/kernel/linux/linux-6.6/net/sched/
H
A
D
act_api.c
2099
u32
act_count
= 0;
in tc_dump_action()
local
2154
act_count
= cb->args[1];
in tc_dump_action()
2155
memcpy(nla_data(count_attr), &
act_count
, sizeof(u32));
in tc_dump_action()
local
Completed in 12 milliseconds