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:wait_for_tasks
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_transport.c
2795
int transport_generic_free_cmd(struct se_cmd *cmd, int
wait_for_tasks
)
in transport_generic_free_cmd()
argument
2801
if (
wait_for_tasks
)
in transport_generic_free_cmd()
3099
target_show_cmd("
wait_for_tasks
: Stopping ", cmd);
3110
pr_debug("
wait_for_tasks
: Stopped wait_for_completion(&cmd->"
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_transport.c
2954
int transport_generic_free_cmd(struct se_cmd *cmd, int
wait_for_tasks
)
in transport_generic_free_cmd()
argument
2960
if (
wait_for_tasks
)
in transport_generic_free_cmd()
3271
target_show_cmd("
wait_for_tasks
: Stopping ", cmd);
3282
pr_debug("
wait_for_tasks
: Stopped wait_for_completion(&cmd->"
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-sched.c
694
static void
wait_for_tasks
(struct perf_sched *sched)
in wait_for_tasks()
function
752
wait_for_tasks
(sched);
in run_one_test()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-sched.c
714
static void
wait_for_tasks
(struct perf_sched *sched)
774
wait_for_tasks
(sched);
Completed in 18 milliseconds