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:port_pcpu
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_main.c
3156
struct mvpp2_port_pcpu *
port_pcpu
;
in mvpp2_hr_timer_cb()
local
3159
port_pcpu
= container_of(timer, struct mvpp2_port_pcpu, tx_done_timer);
in mvpp2_hr_timer_cb()
3160
dev =
port_pcpu
->dev;
in mvpp2_hr_timer_cb()
3165
port_pcpu
->timer_scheduled = false;
in mvpp2_hr_timer_cb()
3174
if (tx_todo && !
port_pcpu
->timer_scheduled) {
in mvpp2_hr_timer_cb()
3175
port_pcpu
->timer_scheduled = true;
in mvpp2_hr_timer_cb()
3176
hrtimer_forward_now(&
port_pcpu
->tx_done_timer,
in mvpp2_hr_timer_cb()
4100
struct mvpp2_port_pcpu *
port_pcpu
= per_cpu_ptr(port->pcpu, thread);
in mvpp2_tx()
local
4102
if (!
port_pcpu
->timer_scheduled) {
in mvpp2_tx()
4103
port_pcpu
in mvpp2_tx()
4519
struct mvpp2_
port_pcpu
*
port_pcpu
;
mvpp2_stop()
local
6348
struct mvpp2_
port_pcpu
*
port_pcpu
;
mvpp2_port_probe()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_main.c
3519
struct mvpp2_port_pcpu *
port_pcpu
;
in mvpp2_hr_timer_cb()
local
3522
port_pcpu
= container_of(timer, struct mvpp2_port_pcpu, tx_done_timer);
in mvpp2_hr_timer_cb()
3523
dev =
port_pcpu
->dev;
in mvpp2_hr_timer_cb()
3528
port_pcpu
->timer_scheduled = false;
in mvpp2_hr_timer_cb()
3537
if (tx_todo && !
port_pcpu
->timer_scheduled) {
in mvpp2_hr_timer_cb()
3538
port_pcpu
->timer_scheduled = true;
in mvpp2_hr_timer_cb()
3539
hrtimer_forward_now(&
port_pcpu
->tx_done_timer,
in mvpp2_hr_timer_cb()
4458
struct mvpp2_port_pcpu *
port_pcpu
= per_cpu_ptr(port->pcpu, thread);
in mvpp2_tx()
local
4460
if (!
port_pcpu
->timer_scheduled) {
in mvpp2_tx()
4461
port_pcpu
in mvpp2_tx()
4880
struct mvpp2_
port_pcpu
*
port_pcpu
;
mvpp2_stop()
local
6711
struct mvpp2_
port_pcpu
*
port_pcpu
;
mvpp2_port_probe()
local
[all...]
Completed in 16 milliseconds