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:finish_task
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
au1xmmc.c
116
struct tasklet_struct
finish_task
;
member
258
struct au1xmmc_host *host = from_tasklet(host, t,
finish_task
);
in au1xmmc_tasklet_finish()
564
tasklet_schedule(&host->
finish_task
);
in au1xmmc_cmd_complete()
800
tasklet_schedule(&host->
finish_task
);
in au1xmmc_irq()
1044
tasklet_setup(&host->
finish_task
, au1xmmc_tasklet_finish);
in au1xmmc_probe()
1095
tasklet_kill(&host->
finish_task
);
in au1xmmc_probe()
1139
tasklet_kill(&host->
finish_task
);
in au1xmmc_remove()
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
au1xmmc.c
116
struct tasklet_struct
finish_task
;
member
564
tasklet_schedule(&host->
finish_task
);
in au1xmmc_cmd_complete()
800
tasklet_schedule(&host->
finish_task
);
in au1xmmc_irq()
1043
tasklet_init(&host->
finish_task
, au1xmmc_tasklet_finish,
in au1xmmc_probe()
1095
tasklet_kill(&host->
finish_task
);
in au1xmmc_probe()
1139
tasklet_kill(&host->
finish_task
);
in au1xmmc_remove()
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
core.c
153
* is set by prepare_task() and cleared by
finish_task
() such that it will be
2897
* 1) smp_store_release(X->on_cpu, 0) --
finish_task
()
3123
* Pairs with the smp_store_release() in
finish_task
().
in try_to_wake_up()
3671
static inline void
finish_task
(struct task_struct *prev)
in finish_task()
function
3806
*
finish_task
), otherwise a concurrent wakeup can get prev
3813
finish_task
(prev);
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
core.c
524
* is set by prepare_task() and cleared by
finish_task
() such that it will be
2821
* before
finish_task
().
in __do_set_cpus_allowed()
4251
* 1) smp_store_release(X->on_cpu, 0) --
finish_task
()
4469
* Pairs with the smp_store_release() in
finish_task
().
in try_to_wake_up()
5163
static inline void
finish_task
(struct task_struct *prev)
in finish_task()
function
5416
*
finish_task
), otherwise a concurrent wakeup can get prev
5423
finish_task
(prev);
Completed in 28 milliseconds