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:flush_done
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/
H
A
D
vdec_msg_queue.h
97
* @
flush_done
: core flush done status
116
bool
flush_done
;
member
H
A
D
vdec_msg_queue.c
189
msg_queue->
flush_done
= false;
in vdec_msg_queue_wait_lat_buf_full()
191
wait_event(msg_queue->core_dec_done, msg_queue->
flush_done
);
in vdec_msg_queue_wait_lat_buf_full()
257
msg_queue->
flush_done
= true;
in vdec_msg_queue_core_work()
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H
A
D
hfi.h
105
void (*
flush_done
)(struct venus_inst *inst);
member
H
A
D
hfi_msgs.c
442
if (inst->ops->
flush_done
)
in hfi_session_flush_done()
443
inst->ops->
flush_done
(inst);
in hfi_session_flush_done()
H
A
D
vdec.c
1451
.
flush_done
= vdec_flush_done,
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H
A
D
hfi.h
105
void (*
flush_done
)(struct venus_inst *inst);
member
H
A
D
hfi_msgs.c
489
if (inst->ops->
flush_done
)
in hfi_session_flush_done()
490
inst->ops->
flush_done
(inst);
in hfi_session_flush_done()
H
A
D
vdec.c
1598
.
flush_done
= vdec_flush_done,
/kernel/linux/linux-5.10/fs/ntfs/
H
A
D
attrib.c
2074
goto
flush_done
;
in ntfs_attr_extend_allocation()
2374
flush_done
:
in ntfs_attr_extend_allocation()
/kernel/linux/linux-6.6/fs/ntfs/
H
A
D
attrib.c
2074
goto
flush_done
;
in ntfs_attr_extend_allocation()
2374
flush_done
:
in ntfs_attr_extend_allocation()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
trace.h
151
DEFINE_SMB3_FD_EVENT(
flush_done
);
variable
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
trace.h
196
DEFINE_SMB3_FD_EVENT(
flush_done
);
variable
/kernel/linux/linux-6.6/drivers/media/platform/amphion/
H
A
D
vpu_windsor.c
467
u32
flush_done
;
member
Completed in 18 milliseconds