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_candidate
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/batman-adv/
H
A
D
routing.c
550
struct batadv_orig_ifinfo *
next_candidate
= NULL;
in batadv_find_router()
local
570
* the last chosen bonding candidate (
next_candidate
). If no such
in batadv_find_router()
620
next_candidate
= cand;
in batadv_find_router()
642
if (
next_candidate
) {
in batadv_find_router()
647
batadv_last_bonding_replace(orig_node,
next_candidate
);
in batadv_find_router()
664
if (
next_candidate
) {
in batadv_find_router()
666
batadv_orig_ifinfo_put(
next_candidate
);
in batadv_find_router()
/kernel/linux/linux-6.6/net/batman-adv/
H
A
D
routing.c
532
struct batadv_orig_ifinfo *
next_candidate
= NULL;
in batadv_find_router()
local
552
* the last chosen bonding candidate (
next_candidate
). If no such
in batadv_find_router()
602
next_candidate
= cand;
in batadv_find_router()
624
if (
next_candidate
) {
in batadv_find_router()
629
batadv_last_bonding_replace(orig_node,
next_candidate
);
in batadv_find_router()
646
if (
next_candidate
) {
in batadv_find_router()
648
batadv_orig_ifinfo_put(
next_candidate
);
in batadv_find_router()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-trace.c
3393
goto
next_candidate
;
3399
goto
next_candidate
;
3412
goto
next_candidate
;
3418
goto
next_candidate
;
3428
goto
next_candidate
;
3444
goto
next_candidate
;
3449
next_candidate
:
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-trace.c
3409
goto
next_candidate
;
3415
goto
next_candidate
;
3421
goto
next_candidate
;
3431
goto
next_candidate
;
3447
goto
next_candidate
;
3452
next_candidate
:
Completed in 17 milliseconds