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:other_dev
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpuidle/
H
A
D
coupled.c
645
struct cpuidle_device *
other_dev
;
in cpuidle_coupled_register_device()
local
653
other_dev
= per_cpu(cpuidle_devices, cpu);
in cpuidle_coupled_register_device()
654
if (
other_dev
&&
other_dev
->coupled) {
in cpuidle_coupled_register_device()
655
coupled =
other_dev
->coupled;
in cpuidle_coupled_register_device()
/kernel/linux/linux-6.6/drivers/cpuidle/
H
A
D
coupled.c
645
struct cpuidle_device *
other_dev
;
in cpuidle_coupled_register_device()
local
653
other_dev
= per_cpu(cpuidle_devices, cpu);
in cpuidle_coupled_register_device()
654
if (
other_dev
&&
other_dev
->coupled) {
in cpuidle_coupled_register_device()
655
coupled =
other_dev
->coupled;
in cpuidle_coupled_register_device()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H
A
D
dpaa2-switch.c
59
struct net_device *
other_dev
;
in dpaa2_switch_port_set_fdb()
local
93
netdev_for_each_lower_dev(bridge_dev,
other_dev
, iter) {
in dpaa2_switch_port_set_fdb()
94
if (!dpaa2_switch_port_dev_check(
other_dev
))
in dpaa2_switch_port_set_fdb()
97
if (
other_dev
== port_priv->netdev)
in dpaa2_switch_port_set_fdb()
100
other_port_priv = netdev_priv(
other_dev
);
in dpaa2_switch_port_set_fdb()
2008
struct net_device *
other_dev
;
in dpaa2_switch_port_bridge_join()
local
2013
netdev_for_each_lower_dev(upper_dev,
other_dev
, iter) {
in dpaa2_switch_port_bridge_join()
2014
if (!dpaa2_switch_port_dev_check(
other_dev
))
in dpaa2_switch_port_bridge_join()
2017
other_port_priv = netdev_priv(
other_dev
);
in dpaa2_switch_port_bridge_join()
/kernel/linux/linux-5.10/drivers/staging/fsl-dpaa2/ethsw/
H
A
D
ethsw.c
1226
struct net_device *
other_dev
;
in dpaa2_switch_port_bridge_join()
local
1238
netdev_for_each_lower_dev(upper_dev,
other_dev
, iter) {
in dpaa2_switch_port_bridge_join()
1239
if (!dpaa2_switch_port_dev_check(
other_dev
, NULL))
in dpaa2_switch_port_bridge_join()
1242
other_port_priv = netdev_priv(
other_dev
);
in dpaa2_switch_port_bridge_join()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
fib_nexthops.sh
617
local -A
other_dev
618
other_dev
=([veth1]=veth3 [veth3]=veth1)
639
if ! check_route_dev "$addr" "${
other_dev
[$dev]}"; then
670
local -A
other_dev
671
other_dev
=([veth1]=veth3 [veth3]=veth1)
692
if ! check_route_dev "$addr" "${
other_dev
[$dev]}"; then
Completed in 12 milliseconds