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:ex_lock
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/libfc/
H
A
D
fc_exch.c
204
* - If the EM pool lock and
ex_lock
must be taken at the same time, then the
205
* EM pool lock must be taken before the
ex_lock
.
369
spin_lock_bh(&ep->
ex_lock
);
in fc_exch_timer_set()
371
spin_unlock_bh(&ep->
ex_lock
);
in fc_exch_timer_set()
531
spin_lock_bh(&ep->
ex_lock
);
in fc_seq_send()
533
spin_unlock_bh(&ep->
ex_lock
);
in fc_seq_send()
582
spin_lock_bh(&ep->
ex_lock
);
in fc_seq_start_next()
584
spin_unlock_bh(&ep->
ex_lock
);
in fc_seq_start_next()
602
spin_lock_bh(&ep->
ex_lock
);
in fc_seq_set_resp()
605
spin_unlock_bh(&ep->
ex_lock
);
in fc_seq_set_resp()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H
A
D
fc_exch.c
203
* - If the EM pool lock and
ex_lock
must be taken at the same time, then the
204
* EM pool lock must be taken before the
ex_lock
.
368
spin_lock_bh(&ep->
ex_lock
);
in fc_exch_timer_set()
370
spin_unlock_bh(&ep->
ex_lock
);
in fc_exch_timer_set()
530
spin_lock_bh(&ep->
ex_lock
);
in fc_seq_send()
532
spin_unlock_bh(&ep->
ex_lock
);
in fc_seq_send()
581
spin_lock_bh(&ep->
ex_lock
);
in fc_seq_start_next()
583
spin_unlock_bh(&ep->
ex_lock
);
in fc_seq_start_next()
601
spin_lock_bh(&ep->
ex_lock
);
in fc_seq_set_resp()
604
spin_unlock_bh(&ep->
ex_lock
);
in fc_seq_set_resp()
[all...]
/kernel/linux/linux-5.10/include/scsi/
H
A
D
libfc.h
392
* @
ex_lock
: Lock that protects the exchange
419
* Locking notes: The
ex_lock
protects following items:
425
spinlock_t
ex_lock
;
member
/kernel/linux/linux-6.6/include/scsi/
H
A
D
libfc.h
401
* @
ex_lock
: Lock that protects the exchange
428
* Locking notes: The
ex_lock
protects following items:
434
spinlock_t
ex_lock
;
member
Completed in 8 milliseconds