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:__rcuref
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/include/net/
H
A
D
dst.h
65
*
__rcuref
wants to be on a different cache line from
69
rcuref_t
__rcuref
; /* 64-bit offset 64 */
member
79
rcuref_t
__rcuref
; /* 32-bit offset 64 */
member
86
*
__rcuref
under contention of
__rcuref
. This also puts the
88
*
__rcuref
cache line.
242
* the placement of
__rcuref
in struct dst_entry
in dst_hold()
244
BUILD_BUG_ON(offsetof(struct dst_entry,
__rcuref
) & 63);
in dst_hold()
245
WARN_ON(!rcuref_get(&dst->
__rcuref
));
in dst_hold()
309
return rcuref_get(&dst->
__rcuref
);
in dst_hold_safe()
[all...]
H
A
D
sock.h
2168
if (dst && !rcuref_get(&dst->
__rcuref
))
in sk_dst_get()
/kernel/linux/linux-6.6/net/core/
H
A
D
dst.c
69
rcuref_init(&dst->
__rcuref
, initial_ref);
in dst_init()
166
if (dst && rcuref_put(&dst->
__rcuref
))
in dst_release()
173
if (dst && rcuref_put(&dst->
__rcuref
))
in dst_release_immediate()
H
A
D
rtnetlink.c
846
ci.rta_clntref = rcuref_read(&dst->
__rcuref
);
in rtnl_put_cacheinfo()
/kernel/linux/linux-6.6/net/bridge/
H
A
D
br_nf_core.c
76
rcuref_init(&rt->dst.
__rcuref
, 1);
in br_netfilter_rtable_init()
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H
A
D
ip_vs_xmit.c
342
rcuref_read(&rt->dst.
__rcuref
));
in __ip_vs_get_out_rt()
510
rcuref_read(&rt->dst.
__rcuref
));
in __ip_vs_get_out_rt_v6()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
route.c
296
.
__rcuref
= RCUREF_INIT(1),
310
.
__rcuref
= RCUREF_INIT(1),
322
.
__rcuref
= RCUREF_INIT(1),
Completed in 25 milliseconds