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:zbc_zone_is_conv
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
scsi_debug.c
2682
static inline bool
zbc_zone_is_conv
(struct sdeb_zone_state *zsp)
in zbc_zone_is_conv()
function
2692
if (
zbc_zone_is_conv
(zsp))
in zbc_close_zone()
2730
if (
zbc_zone_is_conv
(zsp))
in zbc_open_zone()
2780
if (
zbc_zone_is_conv
(zsp))
in zbc_inc_wp()
2829
zbc_zone_is_conv
(zsp) &&
in check_zbc_access_params()
2830
!
zbc_zone_is_conv
(zsp_end)) {
in check_zbc_access_params()
2840
if (
zbc_zone_is_conv
(zsp)) {
in check_zbc_access_params()
2841
if (!
zbc_zone_is_conv
(zsp_end)) {
in check_zbc_access_params()
4408
if (!
zbc_zone_is_conv
(zsp))
in resp_report_zones()
4507
if (
zbc_zone_is_conv
(zs
in resp_open_zone()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
scsi_debug.c
2740
static inline bool
zbc_zone_is_conv
(struct sdeb_zone_state *zsp)
in zbc_zone_is_conv()
function
2752
return !
zbc_zone_is_conv
(zsp) && !zbc_zone_is_gap(zsp);
in zbc_zone_is_seq()
2913
if (
zbc_zone_is_conv
(zsp)) {
in check_zbc_access_params()
2914
if (!
zbc_zone_is_conv
(zsp_end)) {
in check_zbc_access_params()
4662
if (
zbc_zone_is_conv
(zsp)) {
in resp_open_zone()
4729
if (
zbc_zone_is_conv
(zsp)) {
in resp_close_zone()
4801
if (
zbc_zone_is_conv
(zsp)) {
in resp_finish_zone()
4880
if (
zbc_zone_is_conv
(zsp)) {
in resp_rwp_zone()
Completed in 18 milliseconds