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:STARTED
(Results
1 - 25
of
26
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/misc/cxl/
H
A
D
api.c
137
if (ctx->status >=
STARTED
)
in cxl_release_context()
202
if (ctx->status ==
STARTED
) {
in cxl_allocate_afu_irqs()
274
if (ctx->status ==
STARTED
)
in cxl_start_context()
325
ctx->status =
STARTED
;
in cxl_start_context()
488
if (ctx->status !=
STARTED
)
in cxl_psa_map()
H
A
D
context.c
150
if (ctx->status !=
STARTED
) {
in cxl_mmap_fault()
242
if (status !=
STARTED
)
in __detach_context()
H
A
D
vphb.c
61
if (ctx->status ==
STARTED
) {
in cxl_pci_disable_device()
H
A
D
file.c
273
ctx->status =
STARTED
;
in afu_ioctl_start_work()
344
if (ctx->status !=
STARTED
)
in afu_mmap()
H
A
D
cxl.h
421
STARTED
enumerator
H
A
D
native.c
635
bool need_update = (ctx->status ==
STARTED
);
in update_ivtes_directed()
/kernel/linux/linux-6.6/drivers/misc/cxl/
H
A
D
api.c
138
if (ctx->status >=
STARTED
)
in cxl_release_context()
203
if (ctx->status ==
STARTED
) {
in cxl_allocate_afu_irqs()
275
if (ctx->status ==
STARTED
)
in cxl_start_context()
326
ctx->status =
STARTED
;
in cxl_start_context()
489
if (ctx->status !=
STARTED
)
in cxl_psa_map()
H
A
D
context.c
150
if (ctx->status !=
STARTED
) {
in cxl_mmap_fault()
242
if (status !=
STARTED
)
in __detach_context()
H
A
D
vphb.c
61
if (ctx->status ==
STARTED
) {
in cxl_pci_disable_device()
H
A
D
file.c
273
ctx->status =
STARTED
;
in afu_ioctl_start_work()
344
if (ctx->status !=
STARTED
)
in afu_mmap()
H
A
D
cxl.h
423
STARTED
enumerator
H
A
D
native.c
631
bool need_update = (ctx->status ==
STARTED
);
in update_ivtes_directed()
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/
H
A
D
ocxl_hw.h
47
STARTED
enumerator
H
A
D
ocxl_hw.c
134
if (ctx->state !=
STARTED
) {
in ocxlflash_psa_map()
371
ctx->state =
STARTED
;
in start_context()
410
if (state !=
STARTED
)
in ocxlflash_stop_context()
541
if (ctx->state >=
STARTED
) {
in ocxlflash_release_context()
1134
if (ctx->state !=
STARTED
) {
in ocxlflash_mmap_fault()
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/
H
A
D
ocxl_hw.h
47
STARTED
enumerator
H
A
D
ocxl_hw.c
135
if (ctx->state !=
STARTED
) {
in ocxlflash_psa_map()
374
ctx->state =
STARTED
;
in start_context()
413
if (state !=
STARTED
)
in ocxlflash_stop_context()
544
if (ctx->state >=
STARTED
) {
in ocxlflash_release_context()
1137
if (ctx->state !=
STARTED
) {
in ocxlflash_mmap_fault()
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/
H
A
D
targethw.h
85
#define
STARTED
1
macro
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/h/
H
A
D
targethw.h
85
#define
STARTED
1
macro
/kernel/linux/linux-5.10/block/
H
A
D
blk-mq-debugfs.c
297
RQF_NAME(
STARTED
),
/kernel/linux/linux-5.10/drivers/misc/mei/
H
A
D
hbm.c
56
MEI_HBM_STATE(
STARTED
);
in mei_hbm_state_str()
/kernel/linux/linux-6.6/block/
H
A
D
blk-mq-debugfs.c
246
RQF_NAME(
STARTED
),
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/
H
A
D
fplustm.c
983
smc->hw.hw_state =
STARTED
;
in init_mac()
H
A
D
hwmtm.c
1098
smc->hw.hw_state =
STARTED
;
in process_receive()
/kernel/linux/linux-6.6/drivers/misc/mei/
H
A
D
hbm.c
56
MEI_HBM_STATE(
STARTED
);
in mei_hbm_state_str()
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/
H
A
D
fplustm.c
983
smc->hw.hw_state =
STARTED
;
in init_mac()
Completed in 31 milliseconds
1
2