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:next_peer
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
pnode.c
17
static inline struct mount *
next_peer
(struct mount *p)
in next_peer()
function
48
m =
next_peer
(m);
in get_peer_under_root()
100
for (m = master =
next_peer
(mnt); m != mnt; m =
next_peer
(m)) {
in do_make_slave()
160
struct mount *next =
next_peer
(m);
in propagation_next()
190
next =
next_peer
(m);
in next_group()
203
m =
next_peer
(master);
in next_group()
307
for (n =
next_peer
(dest_mnt); n != dest_mnt; n =
next_peer
(n)) {
in propagate_mnt()
322
n =
next_peer
(
in propagate_mnt()
[all...]
/kernel/linux/linux-6.6/fs/
H
A
D
pnode.c
17
static inline struct mount *
next_peer
(struct mount *p)
in next_peer()
function
48
m =
next_peer
(m);
in get_peer_under_root()
100
for (m = master =
next_peer
(mnt); m != mnt; m =
next_peer
(m)) {
in do_make_slave()
160
struct mount *next =
next_peer
(m);
in propagation_next()
190
next =
next_peer
(m);
in next_group()
203
m =
next_peer
(master);
in next_group()
305
for (n =
next_peer
(dest_mnt); n != dest_mnt; n =
next_peer
(n)) {
in propagate_mnt()
320
n =
next_peer
(
in propagate_mnt()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireguard/
H
A
D
netlink.c
98
struct wg_peer *
next_peer
;
member
223
next_peer_cursor = ctx->
next_peer
;
in wg_get_device_dump()
231
if (!ctx->
next_peer
) {
in wg_get_device_dump()
264
(ctx->
next_peer
&& list_empty(&ctx->
next_peer
->peer_list))) {
in wg_get_device_dump()
269
peer = list_prepare_entry(ctx->
next_peer
, &wg->peer_list, peer_list);
in wg_get_device_dump()
282
wg_peer_put(ctx->
next_peer
);
in wg_get_device_dump()
292
ctx->
next_peer
= NULL;
in wg_get_device_dump()
295
ctx->
next_peer
= next_peer_cursor;
in wg_get_device_dump()
310
wg_peer_put(ctx->
next_peer
);
in wg_get_device_done()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireguard/
H
A
D
netlink.c
98
struct wg_peer *
next_peer
;
member
223
next_peer_cursor = ctx->
next_peer
;
in wg_get_device_dump()
231
if (!ctx->
next_peer
) {
in wg_get_device_dump()
264
(ctx->
next_peer
&& list_empty(&ctx->
next_peer
->peer_list))) {
in wg_get_device_dump()
269
peer = list_prepare_entry(ctx->
next_peer
, &wg->peer_list, peer_list);
in wg_get_device_dump()
282
wg_peer_put(ctx->
next_peer
);
in wg_get_device_dump()
292
ctx->
next_peer
= NULL;
in wg_get_device_dump()
295
ctx->
next_peer
= next_peer_cursor;
in wg_get_device_dump()
310
wg_peer_put(ctx->
next_peer
);
in wg_get_device_done()
[all...]
Completed in 3 milliseconds