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:max_open
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/kernel/trace/
H
A
D
trace_events_filter.c
1507
int
max_open
= 1;
in calc_stack()
local
1537
if (open >
max_open
)
in calc_stack()
1538
max_open
= open;
in calc_stack()
1593
*parens =
max_open
;
in calc_stack()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
scsi_debug.c
300
unsigned int
max_open
;
member
1549
if (sdeb_zbc_model == BLK_ZONED_HM && devip->
max_open
)
in inquiry_vpd_b6()
1550
put_unaligned_be32(devip->
max_open
, &arr[12]);
in inquiry_vpd_b6()
2741
else if (devip->
max_open
&&
in zbc_open_zone()
2742
devip->nr_imp_open + devip->nr_exp_open >= devip->
max_open
)
in zbc_open_zone()
2875
if (devip->
max_open
&&
in check_zbc_access_params()
2876
devip->nr_exp_open >= devip->
max_open
) {
in check_zbc_access_params()
4481
if (devip->
max_open
&&
in resp_open_zone()
4482
devip->nr_exp_open + devip->nr_closed > devip->
max_open
) {
in resp_open_zone()
4517
if (devip->
max_open
in resp_open_zone()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
scsi_debug.c
310
unsigned int
max_open
;
member
1552
if (sdeb_zbc_model == BLK_ZONED_HM && devip->
max_open
)
in inquiry_vpd_b6()
1553
put_unaligned_be32(devip->
max_open
, &arr[12]);
in inquiry_vpd_b6()
2809
else if (devip->
max_open
&&
in zbc_open_zone()
2810
devip->nr_imp_open + devip->nr_exp_open >= devip->
max_open
)
in zbc_open_zone()
2948
if (devip->
max_open
&&
in check_zbc_access_params()
2949
devip->nr_exp_open >= devip->
max_open
) {
in check_zbc_access_params()
4636
if (devip->
max_open
&&
in resp_open_zone()
4637
devip->nr_exp_open + devip->nr_closed > devip->
max_open
) {
in resp_open_zone()
4672
if (devip->
max_open
in resp_open_zone()
[all...]
/kernel/linux/linux-6.6/kernel/trace/
H
A
D
trace_events_filter.c
1984
int
max_open
= 1;
in calc_stack()
local
2014
if (open >
max_open
)
in calc_stack()
2015
max_open
= open;
in calc_stack()
2070
*parens =
max_open
;
in calc_stack()
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
libata-core.c
2341
u64 zoned_cap, opt_open, opt_nonseq,
max_open
;
in ata_dev_config_zac()
local
2352
max_open
= get_unaligned_le64(&identify_buf[40]);
in ata_dev_config_zac()
2353
if ((
max_open
>> 63))
in ata_dev_config_zac()
2354
dev->zac_zones_max_open = (u32)
max_open
;
in ata_dev_config_zac()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
libata-core.c
2441
u64 zoned_cap, opt_open, opt_nonseq,
max_open
;
in ata_dev_config_zac()
local
2452
max_open
= get_unaligned_le64(&identify_buf[40]);
in ata_dev_config_zac()
2453
if ((
max_open
>> 63))
in ata_dev_config_zac()
2454
dev->zac_zones_max_open = (u32)
max_open
;
in ata_dev_config_zac()
Completed in 37 milliseconds