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:cur_work
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/
H
A
D
fp-stress.c
148
int ret, len,
cur_work
, cur_read;
in child_output_read()
local
167
cur_work
= strnlen(work, sizeof(work));
in child_output_read()
171
cur_work
= 0;
in child_output_read()
176
work[
cur_work
] = read_data[cur_read++];
in child_output_read()
178
if (work[
cur_work
] == '\n') {
in child_output_read()
179
work[
cur_work
] = '\0';
in child_output_read()
181
cur_work
= 0;
in child_output_read()
183
cur_work
++;
in child_output_read()
187
if (
cur_work
) {
in child_output_read()
188
work[
cur_work
]
in child_output_read()
[all...]
/kernel/linux/linux-5.10/io_uring/
H
A
D
io-wq.c
49
struct io_wq_work *
cur_work
;
member
543
worker->
cur_work
= work;
in io_assign_current_work()
988
* Hold the lock to avoid ->
cur_work
going out of scope, caller
in io_wq_worker_cancel()
992
if (worker->
cur_work
&&
in io_wq_worker_cancel()
993
match->fn(worker->
cur_work
, match->data)) {
in io_wq_worker_cancel()
/kernel/linux/linux-6.6/io_uring/
H
A
D
io-wq.c
53
struct io_wq_work *
cur_work
;
member
541
worker->
cur_work
= work;
in io_assign_current_work()
1004
* Hold the lock to avoid ->
cur_work
going out of scope, caller
in io_wq_worker_cancel()
1008
if (__io_wq_worker_cancel(worker, match, worker->
cur_work
) ||
in io_wq_worker_cancel()
Completed in 5 milliseconds