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
defs:next_timer
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/kernel/time/
H
A
D
tick-sched.h
79
u64
next_timer
;
member
H
A
D
hrtimer.c
572
struct hrtimer *
next_timer
= NULL;
in __hrtimer_get_next_event()
local
[all...]
/kernel/linux/linux-6.6/kernel/time/
H
A
D
tick-sched.h
86
u64
next_timer
;
member
H
A
D
hrtimer.c
574
struct hrtimer *
next_timer
= NULL;
in __hrtimer_get_next_event()
local
657
__hrtimer_reprogram(struct hrtimer_cpu_base *cpu_base, struct hrtimer *
next_timer
, ktime_t expires_next)
__hrtimer_reprogram()
argument
[all...]
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H
A
D
otg_fsm.c
249
enum otg_fsm_timer cur_timer,
next_timer
= NUM_OTG_FSM_TIMERS;
in ci_otg_del_timer()
local
389
enum otg_fsm_timer cur_timer,
next_timer
= NUM_OTG_FSM_TIMERS;
in ci_otg_hrtimer_func()
local
[all...]
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H
A
D
otg_fsm.c
249
enum otg_fsm_timer cur_timer,
next_timer
= NUM_OTG_FSM_TIMERS;
in ci_otg_del_timer()
local
389
enum otg_fsm_timer cur_timer,
next_timer
= NUM_OTG_FSM_TIMERS;
in ci_otg_hrtimer_func()
local
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
hrtimer.h
239
struct hrtimer *
next_timer
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
hrtimer.h
236
struct hrtimer *
next_timer
;
member
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H
A
D
fcoe_ctlr.c
823
unsigned long
next_timer
= jiffies + msecs_to_jiffies(FIP_VN_KA_PERIOD);
in fcoe_ctlr_age_fcfs()
local
1806
unsigned long
next_timer
;
in fcoe_ctlr_timer_work()
local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H
A
D
fcoe_ctlr.c
823
unsigned long
next_timer
= jiffies + msecs_to_jiffies(FIP_VN_KA_PERIOD);
in fcoe_ctlr_age_fcfs()
local
1798
unsigned long
next_timer
;
in fcoe_ctlr_timer_work()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/rocker/
H
A
D
rocker_ofdpa.c
1988
unsigned long
next_timer
= jiffies + ofdpa->ageing_time;
in ofdpa_fdb_cleanup()
local
/kernel/linux/linux-6.6/drivers/net/ethernet/rocker/
H
A
D
rocker_ofdpa.c
1989
unsigned long
next_timer
= jiffies + ofdpa->ageing_time;
in ofdpa_fdb_cleanup()
local
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv.c
4148
u64
next_timer
;
in kvmhv_p9_guest_entry()
local
/kernel/linux/linux-5.10/drivers/net/vxlan/
H
A
D
vxlan_core.c
2977
unsigned long
next_timer
= jiffies + FDB_AGE_INTERVAL;
in vxlan_cleanup()
local
/kernel/linux/linux-5.10/drivers/net/
H
A
D
tun.c
457
unsigned long
next_timer
= jiffies + delay;
in tun_flow_cleanup()
local
/kernel/linux/linux-6.6/drivers/net/
H
A
D
tun.c
445
unsigned long
next_timer
= jiffies + delay;
in tun_flow_cleanup()
local
/kernel/linux/linux-6.6/drivers/net/vxlan/
H
A
D
vxlan_core.c
2879
unsigned long
next_timer
= jiffies + FDB_AGE_INTERVAL;
in vxlan_cleanup()
local
Completed in 49 milliseconds