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:last_probe
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
ip6_fib.h
156
unsigned long
last_probe
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
ip6_fib.h
157
unsigned long
last_probe
;
member
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
route.c
614
unsigned long
last_probe
;
in rt6_probe()
local
633
last_probe
= READ_ONCE(fib6_nh->
last_probe
);
in rt6_probe()
651
} else if (time_after(jiffies,
last_probe
+
in rt6_probe()
656
if (!work || cmpxchg(&fib6_nh->
last_probe
,
in rt6_probe()
657
last_probe
, jiffies) !=
last_probe
) {
in rt6_probe()
3422
fib6_nh->
last_probe
= jiffies;
in fib6_nh_init()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
route.c
619
unsigned long
last_probe
;
in rt6_probe()
local
638
last_probe
= READ_ONCE(fib6_nh->
last_probe
);
in rt6_probe()
654
} else if (time_after(jiffies,
last_probe
+
in rt6_probe()
659
if (!work || cmpxchg(&fib6_nh->
last_probe
,
in rt6_probe()
660
last_probe
, jiffies) !=
last_probe
) {
in rt6_probe()
3521
fib6_nh->
last_probe
= jiffies;
in fib6_nh_init()
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic79xx_core.c
9555
int
last_probe
;
in ahd_probe_stack_size()
local
9557
last_probe
= 0;
in ahd_probe_stack_size()
9567
for (i = 1; i <=
last_probe
+1; i++) {
in ahd_probe_stack_size()
9573
for (i =
last_probe
+1; i > 0; i--) {
in ahd_probe_stack_size()
9581
last_probe
++;
in ahd_probe_stack_size()
9584
return (
last_probe
);
in ahd_probe_stack_size()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic79xx_core.c
9551
int
last_probe
;
in ahd_probe_stack_size()
local
9553
last_probe
= 0;
in ahd_probe_stack_size()
9563
for (i = 1; i <=
last_probe
+1; i++) {
in ahd_probe_stack_size()
9569
for (i =
last_probe
+1; i > 0; i--) {
in ahd_probe_stack_size()
9577
last_probe
++;
in ahd_probe_stack_size()
9580
return (
last_probe
);
in ahd_probe_stack_size()
Completed in 50 milliseconds