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:old_tag_ops
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/net/dsa/
H
A
D
master.c
293
const struct dsa_device_ops *new_tag_ops, *
old_tag_ops
;
in tagging_store()
local
308
old_tag_ops
= cpu_dp->tag_ops;
in tagging_store()
315
if (new_tag_ops ==
old_tag_ops
)
in tagging_store()
322
old_tag_ops
);
in tagging_store()
334
dsa_tag_driver_put(
old_tag_ops
);
in tagging_store()
H
A
D
dsa.h
27
const struct dsa_device_ops *
old_tag_ops
);
H
A
D
dsa.c
953
const struct dsa_device_ops *
old_tag_ops
= dst->tag_ops;
in dsa_tree_bind_tag_proto()
local
968
info.tag_ops =
old_tag_ops
;
in dsa_tree_bind_tag_proto()
976
dst->tag_ops =
old_tag_ops
;
in dsa_tree_bind_tag_proto()
987
const struct dsa_device_ops *
old_tag_ops
)
in dsa_tree_change_tag_proto()
1024
info.tag_ops =
old_tag_ops
;
in dsa_tree_change_tag_proto()
985
dsa_tree_change_tag_proto(struct dsa_switch_tree *dst, const struct dsa_device_ops *tag_ops, const struct dsa_device_ops *
old_tag_ops
)
dsa_tree_change_tag_proto()
argument
Completed in 4 milliseconds