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:sched_next
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/core/
H
A
D
neighbour.c
1556
long
sched_next
= 0;
in neigh_proxy_process()
local
1563
long tdif = NEIGH_CB(skb)->
sched_next
- now;
in neigh_proxy_process()
1578
} else if (!
sched_next
|| tdif <
sched_next
)
in neigh_proxy_process()
1579
sched_next
= tdif;
in neigh_proxy_process()
1582
if (
sched_next
)
in neigh_proxy_process()
1583
mod_timer(&tbl->proxy_timer, jiffies +
sched_next
);
in neigh_proxy_process()
1592
unsigned long
sched_next
= now + (prandom_u32() %
in pneigh_enqueue()
local
1600
NEIGH_CB(skb)->
sched_next
=
sched_next
;
in pneigh_enqueue()
[all...]
/kernel/linux/linux-6.6/net/core/
H
A
D
neighbour.c
1624
long
sched_next
= 0;
in neigh_proxy_process()
local
1631
long tdif = NEIGH_CB(skb)->
sched_next
- now;
in neigh_proxy_process()
1648
} else if (!
sched_next
|| tdif <
sched_next
)
in neigh_proxy_process()
1649
sched_next
= tdif;
in neigh_proxy_process()
1652
if (
sched_next
)
in neigh_proxy_process()
1653
mod_timer(&tbl->proxy_timer, jiffies +
sched_next
);
in neigh_proxy_process()
1671
unsigned long
sched_next
= neigh_proxy_delay(p);
in pneigh_enqueue()
local
1678
NEIGH_CB(skb)->
sched_next
=
sched_next
;
in pneigh_enqueue()
[all...]
/kernel/linux/linux-5.10/include/net/
H
A
D
neighbour.h
540
unsigned long
sched_next
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
neighbour.h
570
unsigned long
sched_next
;
member
/kernel/linux/linux-5.10/net/xfrm/
H
A
D
xfrm_policy.c
2845
unsigned long
sched_next
;
in xdst_queue_output()
local
2868
sched_next
= jiffies + pq->timeout;
in xdst_queue_output()
2871
if (time_before(pq->hold_timer.expires,
sched_next
))
in xdst_queue_output()
2872
sched_next
= pq->hold_timer.expires;
in xdst_queue_output()
2877
if (!mod_timer(&pq->hold_timer,
sched_next
))
in xdst_queue_output()
/kernel/linux/linux-6.6/net/xfrm/
H
A
D
xfrm_policy.c
2928
unsigned long
sched_next
;
in xdst_queue_output()
local
2951
sched_next
= jiffies + pq->timeout;
in xdst_queue_output()
2954
if (time_before(pq->hold_timer.expires,
sched_next
))
in xdst_queue_output()
2955
sched_next
= pq->hold_timer.expires;
in xdst_queue_output()
2960
if (!mod_timer(&pq->hold_timer,
sched_next
))
in xdst_queue_output()
Completed in 21 milliseconds