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:ioctl_cmds
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptctl.c
184
if (!mutex_trylock(&ioc->
ioctl_cmds
.mutex))
in mptctl_syscall_down()
187
if (mutex_lock_interruptible(&ioc->
ioctl_cmds
.mutex))
in mptctl_syscall_down()
218
if (ioc->
ioctl_cmds
.msg_context != req->u.hdr.MsgContext)
in mptctl_reply()
221
ioc->
ioctl_cmds
.status |= MPT_MGMT_STATUS_COMMAND_GOOD;
in mptctl_reply()
226
ioc->
ioctl_cmds
.status |= MPT_MGMT_STATUS_RF_VALID;
in mptctl_reply()
228
memcpy(ioc->
ioctl_cmds
.reply, reply, sz);
in mptctl_reply()
256
memcpy(ioc->
ioctl_cmds
.sense, sense_data, sz);
in mptctl_reply()
257
ioc->
ioctl_cmds
.status |= MPT_MGMT_STATUS_SENSE_VALID;
in mptctl_reply()
264
if (ioc->
ioctl_cmds
.status & MPT_MGMT_STATUS_PENDING) {
in mptctl_reply()
267
ioc->
ioctl_cmds
in mptctl_reply()
[all...]
H
A
D
mptbase.h
751
MPT_MGMT
ioctl_cmds
;
member
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptctl.c
184
if (!mutex_trylock(&ioc->
ioctl_cmds
.mutex))
in mptctl_syscall_down()
187
if (mutex_lock_interruptible(&ioc->
ioctl_cmds
.mutex))
in mptctl_syscall_down()
218
if (ioc->
ioctl_cmds
.msg_context != req->u.hdr.MsgContext)
in mptctl_reply()
221
ioc->
ioctl_cmds
.status |= MPT_MGMT_STATUS_COMMAND_GOOD;
in mptctl_reply()
226
ioc->
ioctl_cmds
.status |= MPT_MGMT_STATUS_RF_VALID;
in mptctl_reply()
228
memcpy(ioc->
ioctl_cmds
.reply, reply, sz);
in mptctl_reply()
256
memcpy(ioc->
ioctl_cmds
.sense, sense_data, sz);
in mptctl_reply()
257
ioc->
ioctl_cmds
.status |= MPT_MGMT_STATUS_SENSE_VALID;
in mptctl_reply()
264
if (ioc->
ioctl_cmds
.status & MPT_MGMT_STATUS_PENDING) {
in mptctl_reply()
267
ioc->
ioctl_cmds
in mptctl_reply()
[all...]
H
A
D
mptbase.h
751
MPT_MGMT
ioctl_cmds
;
member
Completed in 10 milliseconds