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:tgt_efct
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H
A
D
efct_lio.c
118
efct->
tgt_efct
.lio_nport = NULL;
in efct_lio_tpg_enable_store()
336
atomic_sub_return(1, &efct->
tgt_efct
.ios_in_use);
in efct_lio_release_cmd()
755
efct->
tgt_efct
.lio_nport = lio_nport;
in efct_lio_make_nport()
835
spin_lock_irqsave(&efct->
tgt_efct
.efct_lio_lock, flags);
in efct_lio_npiv_make_nport()
837
list_add_tail(&vport_list->list_entry, &efct->
tgt_efct
.vport_list);
in efct_lio_npiv_make_nport()
838
spin_unlock_irqrestore(&efct->
tgt_efct
.efct_lio_lock, flags);
in efct_lio_npiv_make_nport()
853
kfree(efct->
tgt_efct
.lio_nport);
in efct_lio_drop_nport()
854
efct->
tgt_efct
.lio_nport = NULL;
in efct_lio_drop_nport()
869
spin_lock_irqsave(&efct->
tgt_efct
.efct_lio_lock, flags);
in efct_lio_npiv_drop_nport()
871
list_for_each_entry_safe(vport, next_vport, &efct->
tgt_efct
in efct_lio_npiv_drop_nport()
[all...]
H
A
D
efct_driver.h
66
struct efct_scsi_tgt
tgt_efct
;
member
Completed in 6 milliseconds