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:cancel_timer
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_utils.c
88
void
cancel_timer
(struct timer_list *t)
in cancel_timer()
function
100
cancel_timer
(t);
in set_timer_ms()
H
A
D
i915_utils.h
438
void
cancel_timer
(struct timer_list *t);
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_utils.c
90
void
cancel_timer
(struct timer_list *t)
in cancel_timer()
function
102
cancel_timer
(t);
in set_timer_ms()
H
A
D
i915_utils.h
369
void
cancel_timer
(struct timer_list *t);
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
intel_execlists_submission.c
1373
cancel_timer
(&execlists->timer);
in execlists_dequeue()
1660
cancel_timer
(&execlists->timer);
in cancel_port_requests()
1661
cancel_timer
(&execlists->preempt);
in cancel_port_requests()
1813
cancel_timer
(&el->timer);
in new_timeslice()
2455
cancel_timer
(&engine->execlists.preempt);
in execlists_submission_tasklet()
3275
cancel_timer
(&engine->execlists.timer);
in execlists_park()
3276
cancel_timer
(&engine->execlists.preempt);
in execlists_park()
/kernel/linux/linux-5.10/drivers/staging/fwserial/
H
A
D
fwserial.c
1814
goto
cancel_timer
;
in fwserial_connect_peer()
1821
cancel_timer
:
in fwserial_connect_peer()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H
A
D
intel_lrc.c
3176
cancel_timer
(&engine->execlists.preempt);
in execlists_submission_tasklet()
5033
cancel_timer
(&engine->execlists.timer);
in execlists_park()
5034
cancel_timer
(&engine->execlists.preempt);
in execlists_park()
Completed in 18 milliseconds