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:rocker_owq
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/rocker/
H
A
D
rocker.h
71
struct workqueue_struct *
rocker_owq
;
member
H
A
D
rocker_main.c
2237
queue_work(rocker->
rocker_owq
, &fib_work->work);
in rocker_router_fib_event()
2837
queue_work(rocker_port->rocker->
rocker_owq
,
in rocker_switchdev_event()
2980
rocker->
rocker_owq
= alloc_ordered_workqueue(rocker_driver_name,
in rocker_probe()
2982
if (!rocker->
rocker_owq
) {
in rocker_probe()
3028
destroy_workqueue(rocker->
rocker_owq
);
in rocker_probe()
3063
destroy_workqueue(rocker->
rocker_owq
);
in rocker_remove()
H
A
D
rocker_ofdpa.c
2389
flush_workqueue(rocker->
rocker_owq
);
in ofdpa_fini()
/kernel/linux/linux-6.6/drivers/net/ethernet/rocker/
H
A
D
rocker.h
71
struct workqueue_struct *
rocker_owq
;
member
H
A
D
rocker_main.c
2199
queue_work(rocker->
rocker_owq
, &fib_work->work);
in rocker_router_fib_event()
2798
queue_work(rocker_port->rocker->
rocker_owq
,
in rocker_switchdev_event()
2931
rocker->
rocker_owq
= alloc_ordered_workqueue(rocker_driver_name,
in rocker_probe()
2933
if (!rocker->
rocker_owq
) {
in rocker_probe()
2979
destroy_workqueue(rocker->
rocker_owq
);
in rocker_probe()
3014
destroy_workqueue(rocker->
rocker_owq
);
in rocker_remove()
H
A
D
rocker_ofdpa.c
2390
flush_workqueue(rocker->
rocker_owq
);
in ofdpa_fini()
Completed in 18 milliseconds