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:io_free
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H
A
D
efct_io.c
138
io->
io_free
= 0;
in efct_io_pool_io_alloc()
158
io->
io_free
= 1;
in efct_io_pool_io_free()
H
A
D
efct_io.h
93
* @
io_free
: Is io object in freelist
150
u8
io_free
;
member
H
A
D
efct_hw.c
272
INIT_LIST_HEAD(&hw->
io_free
);
in efct_hw_setup()
661
list_add_tail(&io->list_entry, &hw->
io_free
);
in efct_hw_init_prereg_io()
689
list_add_tail(&io->list_entry, &hw->
io_free
);
in efct_hw_init_io()
947
while ((!list_empty(&hw->
io_free
))) {
in efct_hw_init()
949
temp = list_first_entry(&hw->
io_free
, struct efct_hw_io,
in efct_hw_init()
954
efc_log_debug(hw->os, "rmvd %d items from
io_free
list\n",
in efct_hw_init()
1581
if (!list_empty(&hw->
io_free
)) {
in _efct_hw_io_alloc()
1582
io = list_first_entry(&hw->
io_free
, struct efct_hw_io,
in _efct_hw_io_alloc()
1638
list_add_tail(&io->list_entry, &hw->
io_free
);
in efct_hw_io_free_move_correct_list()
H
A
D
efct_scsi.c
84
if (io->
io_free
) {
in _efct_scsi_io_free()
1149
if (io->
io_free
) {
in efct_scsi_io_complete()
H
A
D
efct_hw.h
442
struct list_head
io_free
;
member
Completed in 9 milliseconds