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:mptbase_cmds
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptbase.c
648
ioc->
mptbase_cmds
.status |= MPT_MGMT_STATUS_COMMAND_GOOD;
in mptbase_reply()
649
ioc->
mptbase_cmds
.status |= MPT_MGMT_STATUS_RF_VALID;
in mptbase_reply()
650
memcpy(ioc->
mptbase_cmds
.reply, reply,
in mptbase_reply()
653
if (ioc->
mptbase_cmds
.status & MPT_MGMT_STATUS_PENDING) {
in mptbase_reply()
654
ioc->
mptbase_cmds
.status &= ~MPT_MGMT_STATUS_PENDING;
in mptbase_reply()
655
complete(&ioc->
mptbase_cmds
.done);
in mptbase_reply()
658
if (ioc->
mptbase_cmds
.status & MPT_MGMT_STATUS_FREE_MF)
in mptbase_reply()
1834
mutex_init(&ioc->
mptbase_cmds
.mutex);
in mpt_attach()
1835
init_completion(&ioc->
mptbase_cmds
.done);
in mpt_attach()
5076
mutex_lock(&ioc->
mptbase_cmds
in mptbase_sas_persist_operation()
[all...]
H
A
D
mptbase.h
748
MPT_MGMT
mptbase_cmds
; /* for sending config pages */
member
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptbase.c
647
ioc->
mptbase_cmds
.status |= MPT_MGMT_STATUS_COMMAND_GOOD;
in mptbase_reply()
648
ioc->
mptbase_cmds
.status |= MPT_MGMT_STATUS_RF_VALID;
in mptbase_reply()
649
memcpy(ioc->
mptbase_cmds
.reply, reply,
in mptbase_reply()
652
if (ioc->
mptbase_cmds
.status & MPT_MGMT_STATUS_PENDING) {
in mptbase_reply()
653
ioc->
mptbase_cmds
.status &= ~MPT_MGMT_STATUS_PENDING;
in mptbase_reply()
654
complete(&ioc->
mptbase_cmds
.done);
in mptbase_reply()
657
if (ioc->
mptbase_cmds
.status & MPT_MGMT_STATUS_FREE_MF)
in mptbase_reply()
1825
mutex_init(&ioc->
mptbase_cmds
.mutex);
in mpt_attach()
1826
init_completion(&ioc->
mptbase_cmds
.done);
in mpt_attach()
5071
mutex_lock(&ioc->
mptbase_cmds
in mptbase_sas_persist_operation()
[all...]
H
A
D
mptbase.h
748
MPT_MGMT
mptbase_cmds
; /* for sending config pages */
member
Completed in 17 milliseconds