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:FreeQ
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptbase.h
663
struct list_head
FreeQ
;
member
H
A
D
mptbase.c
908
if (!list_empty(&ioc->
FreeQ
)) {
in mpt_get_msg_frame()
911
mf = list_entry(ioc->
FreeQ
.next, MPT_FRAME_HDR,
in mpt_get_msg_frame()
1017
* mpt_free_msg_frame - Place MPT request frame back on
FreeQ
.
1022
*
FreeQ
.
1029
/* Put Request back on
FreeQ
! */
in mpt_free_msg_frame()
1035
list_add(&mf->u.frame.linkage.list, &ioc->
FreeQ
);
in mpt_free_msg_frame()
1051
*
FreeQ
.
1068
*
FreeQ
.
1089
*
FreeQ
.
2314
/* Disable reply interrupts (also blocks
FreeQ
) */
in mpt_do_ioc_recovery()
[all...]
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptbase.h
663
struct list_head
FreeQ
;
member
H
A
D
mptbase.c
904
if (!list_empty(&ioc->
FreeQ
)) {
in mpt_get_msg_frame()
907
mf = list_entry(ioc->
FreeQ
.next, MPT_FRAME_HDR,
in mpt_get_msg_frame()
1013
* mpt_free_msg_frame - Place MPT request frame back on
FreeQ
.
1018
*
FreeQ
.
1025
/* Put Request back on
FreeQ
! */
in mpt_free_msg_frame()
1031
list_add(&mf->u.frame.linkage.list, &ioc->
FreeQ
);
in mpt_free_msg_frame()
1047
*
FreeQ
.
1064
*
FreeQ
.
1085
*
FreeQ
.
2305
/* Disable reply interrupts (also blocks
FreeQ
) */
in mpt_do_ioc_recovery()
[all...]
Completed in 16 milliseconds