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:fp_work_lock
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_fcoe.c
658
spin_lock_bh(&p->
fp_work_lock
);
in bnx2fc_percpu_io_thread()
661
spin_unlock_bh(&p->
fp_work_lock
);
in bnx2fc_percpu_io_thread()
672
spin_lock_bh(&p->
fp_work_lock
);
in bnx2fc_percpu_io_thread()
675
spin_unlock_bh(&p->
fp_work_lock
);
in bnx2fc_percpu_io_thread()
2644
spin_lock_bh(&p->
fp_work_lock
);
in bnx2fc_cpu_offline()
2656
spin_unlock_bh(&p->
fp_work_lock
);
in bnx2fc_cpu_offline()
2731
spin_lock_init(&p->
fp_work_lock
);
in bnx2fc_mod_init()
H
A
D
bnx2fc_hwi.c
1047
spin_lock_bh(&fps->
fp_work_lock
);
in bnx2fc_pending_work()
1054
spin_unlock_bh(&fps->
fp_work_lock
);
in bnx2fc_pending_work()
1058
spin_unlock_bh(&fps->
fp_work_lock
);
in bnx2fc_pending_work()
H
A
D
bnx2fc.h
175
spinlock_t
fp_work_lock
;
member
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_fcoe.c
652
spin_lock_bh(&p->
fp_work_lock
);
in bnx2fc_percpu_io_thread()
655
spin_unlock_bh(&p->
fp_work_lock
);
in bnx2fc_percpu_io_thread()
666
spin_lock_bh(&p->
fp_work_lock
);
in bnx2fc_percpu_io_thread()
669
spin_unlock_bh(&p->
fp_work_lock
);
in bnx2fc_percpu_io_thread()
2636
spin_lock_bh(&p->
fp_work_lock
);
in bnx2fc_cpu_offline()
2648
spin_unlock_bh(&p->
fp_work_lock
);
in bnx2fc_cpu_offline()
2722
spin_lock_init(&p->
fp_work_lock
);
in bnx2fc_mod_init()
H
A
D
bnx2fc_hwi.c
1046
spin_lock_bh(&fps->
fp_work_lock
);
in bnx2fc_pending_work()
1053
spin_unlock_bh(&fps->
fp_work_lock
);
in bnx2fc_pending_work()
1057
spin_unlock_bh(&fps->
fp_work_lock
);
in bnx2fc_pending_work()
H
A
D
bnx2fc.h
172
spinlock_t
fp_work_lock
;
member
Completed in 14 milliseconds