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:oldg
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
nexthop.c
1716
static void replace_nexthop_grp_res(struct nh_group *
oldg
,
in replace_nexthop_grp_res()
argument
1721
* specified. For NH removal,
oldg
and newg both reference the same
in replace_nexthop_grp_res()
1723
* with
oldg
->res_table.
in replace_nexthop_grp_res()
1725
struct nh_res_table *old_res_table = rtnl_dereference(
oldg
->res_table);
in replace_nexthop_grp_res()
1962
struct nh_group *
oldg
, *newg;
in replace_nexthop_grp()
local
1970
oldg
= rtnl_dereference(old->nh_grp);
in replace_nexthop_grp()
1973
if (newg->hash_threshold !=
oldg
->hash_threshold) {
in replace_nexthop_grp()
1985
old_res_table = rtnl_dereference(
oldg
->res_table);
in replace_nexthop_grp()
2013
replace_nexthop_grp_res(
oldg
, newg);
in replace_nexthop_grp()
2026
/* Make sure concurrent readers are not using '
oldg
' anymor
in replace_nexthop_grp()
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
nexthop.c
964
struct nh_group *
oldg
, *newg;
in replace_nexthop_grp()
local
972
oldg
= rtnl_dereference(old->nh_grp);
in replace_nexthop_grp()
981
for (i = 0; i <
oldg
->num_nh; i++)
in replace_nexthop_grp()
982
oldg
->nh_entries[i].nh_parent = new;
in replace_nexthop_grp()
984
rcu_assign_pointer(new->nh_grp,
oldg
);
in replace_nexthop_grp()
Completed in 8 milliseconds