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:ctmr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
posix-timers.h
88
static inline void cpu_timer_dequeue(struct cpu_timer *
ctmr
)
in cpu_timer_dequeue()
argument
96
static inline u64 cpu_timer_getexpires(struct cpu_timer *
ctmr
)
in cpu_timer_getexpires()
argument
81
cpu_timer_enqueue(struct timerqueue_head *head, struct cpu_timer *
ctmr
)
cpu_timer_enqueue()
argument
101
cpu_timer_setexpires(struct cpu_timer *
ctmr
, u64 exp)
cpu_timer_setexpires()
argument
[all...]
/kernel/linux/linux-6.6/include/linux/
H
A
D
posix-timers.h
87
static inline bool cpu_timer_queued(struct cpu_timer *
ctmr
)
in cpu_timer_queued()
argument
92
static inline bool cpu_timer_dequeue(struct cpu_timer *
ctmr
)
in cpu_timer_dequeue()
argument
80
cpu_timer_enqueue(struct timerqueue_head *head, struct cpu_timer *
ctmr
)
cpu_timer_enqueue()
argument
102
cpu_timer_getexpires(struct cpu_timer *
ctmr
)
cpu_timer_getexpires()
argument
107
cpu_timer_setexpires(struct cpu_timer *
ctmr
, u64 exp)
cpu_timer_setexpires()
argument
[all...]
/kernel/linux/linux-5.10/kernel/time/
H
A
D
posix-cpu-timers.c
416
struct cpu_timer *
ctmr
= &timer->it.cpu;
in posix_cpu_timer_del()
local
458
struct cpu_timer *
ctmr
;
in cleanup_timerqueue()
local
502
struct cpu_timer *
ctmr
= &timer->it.cpu;
in arm_timer()
local
534
struct cpu_timer *
ctmr
= &timer->it.cpu;
cpu_timer_fire()
local
577
struct cpu_timer *
ctmr
= &timer->it.cpu;
posix_cpu_timer_set()
local
727
struct cpu_timer *
ctmr
= &timer->it.cpu;
posix_cpu_timer_get()
local
775
struct cpu_timer *
ctmr
;
collect_timerqueue()
local
[all...]
/kernel/linux/linux-6.6/kernel/time/
H
A
D
posix-cpu-timers.c
453
struct cpu_timer *
ctmr
= &timer->it.cpu;
in disarm_timer()
local
473
struct cpu_timer *
ctmr
= &timer->it.cpu;
in posix_cpu_timer_del()
local
515
struct cpu_timer *
ctmr
;
in cleanup_timerqueue()
local
559
struct cpu_timer *
ctmr
= &timer->it.cpu;
arm_timer()
local
585
struct cpu_timer *
ctmr
= &timer->it.cpu;
cpu_timer_fire()
local
628
struct cpu_timer *
ctmr
= &timer->it.cpu;
posix_cpu_timer_set()
local
791
struct cpu_timer *
ctmr
= &timer->it.cpu;
posix_cpu_timer_get()
local
839
struct cpu_timer *
ctmr
;
collect_timerqueue()
local
[all...]
Completed in 5 milliseconds