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:stop_work
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/kernel/
H
A
D
stop_machine.c
44
struct cpu_stop_work
stop_work
; /* for stop_cpus */
member
391
work = &per_cpu(cpu_stopper.
stop_work
, cpu);
in queue_stop_cpus_work()
/kernel/linux/linux-6.6/kernel/
H
A
D
stop_machine.c
44
struct cpu_stop_work
stop_work
; /* for stop_cpus */
member
408
work = &per_cpu(cpu_stopper.
stop_work
, cpu);
in queue_stop_cpus_work()
/kernel/linux/linux-6.6/drivers/block/
H
A
D
ublk_drv.c
188
struct work_struct
stop_work
;
member
1460
schedule_work(&ub->
stop_work
);
in ublk_daemon_monitor_work()
2094
container_of(work, struct ublk_device,
stop_work
);
in ublk_stop_work_fn()
2123
cancel_work_sync(&ub->
stop_work
);
in ublk_remove()
2330
INIT_WORK(&ub->
stop_work
, ublk_stop_work_fn);
in ublk_ctrl_add_dev()
2466
cancel_work_sync(&ub->
stop_work
);
in ublk_ctrl_stop_dev()
/kernel/linux/linux-5.10/tools/perf/bench/
H
A
D
numa.c
155
bool
stop_work
;
member
1081
g->
stop_work
= true;
in calc_convergence()
1176
if (g->
stop_work
)
in worker_thread()
1214
g->
stop_work
= true;
in worker_thread()
/kernel/linux/linux-6.6/tools/perf/bench/
H
A
D
numa.c
155
bool
stop_work
;
member
1128
g->
stop_work
= true;
in calc_convergence()
1225
if (g->
stop_work
)
in worker_thread()
1263
g->
stop_work
= true;
in worker_thread()
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
core.c
2601
* @stop_pending: is @
stop_work
in use
2607
struct cpu_stop_work
stop_work
;
member
2728
&pending->arg, &pending->
stop_work
);
in migration_cpu_stop()
3040
* If there are pending waiters, but no pending
stop_work
,
3125
&pending->arg, &pending->
stop_work
);
Completed in 24 milliseconds