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:tick_work
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H
A
D
mali_kbase_csf_scheduler.h
470
queue_work(scheduler->wq, &scheduler->
tick_work
);
in kbase_csf_scheduler_advance_tick_nolock()
511
queue_work(scheduler->wq, &scheduler->
tick_work
);
in kbase_csf_scheduler_invoke_tick()
H
A
D
mali_kbase_csf_defs.h
826
* @wq: Dedicated workqueue to execute the @
tick_work
.
831
* @
tick_work
: Work item that performs the "schedule on tick"
874
* @tick_timer will enqueue @
tick_work
only if this
878
* the @tick_timer first and then enqueing @
tick_work
.
903
struct work_struct
tick_work
;
member
H
A
D
mali_kbase_csf_scheduler.c
260
if (likely(!work_pending(&scheduler->
tick_work
))) {
in start_tick_timer()
4597
csf.scheduler.
tick_work
);
in schedule_on_tick()
4903
cancel_work_sync(&scheduler->
tick_work
);
in scheduler_inner_reset()
5614
INIT_WORK(&scheduler->
tick_work
, schedule_on_tick);
in kbase_csf_scheduler_early_init()
5677
cancel_work_sync(&kbdev->csf.scheduler.
tick_work
);
in kbase_csf_scheduler_term()
5759
cancel_work_sync(&scheduler->
tick_work
);
in kbase_csf_scheduler_timer_set_enabled()
5796
cancel_work_sync(&scheduler->
tick_work
);
in kbase_csf_scheduler_pm_suspend()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/csf/
H
A
D
mali_kbase_csf_defs.h
678
* @wq: Dedicated workqueue to execute the @
tick_work
.
679
* @
tick_work
: Work item that would perform the schedule on tick
733
struct delayed_work
tick_work
;
member
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
core.c
4425
struct
tick_work
{
struct
4458
static struct
tick_work
__percpu *tick_work_cpu;
4463
struct
tick_work
*twork = container_of(dwork, struct
tick_work
, work);
in sched_tick_remote()
4521
struct
tick_work
*twork;
in sched_tick_start()
4542
struct
tick_work
*twork;
in sched_tick_stop()
4561
tick_work_cpu = alloc_percpu(struct
tick_work
);
in sched_tick_offload_init()
Completed in 28 milliseconds