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_zones
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
H
A
D
nft_zones_many.sh
43
local
max_zones
=$1
50
typeof numgen inc mod $
max_zones
: ct zone
61
for i in $(seq 1 $
max_zones
);do
63
if [ $i -lt $
max_zones
]; then
76
while [ $i -lt $
max_zones
]; do
96
if [ $count -eq $
max_zones
]; then
100
echo "FAIL: inserted $count entries from packet path in $duration ms total, expected $
max_zones
entries"
106
echo "FAIL: insert $
max_zones
entries from packet path" 1>&2
111
local
max_zones
=$1
119
while [ $i -lt $
max_zones
]; d
[all...]
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
coretemp.c
99
static int
max_zones
__read_mostly;
436
if (id >= 0 && id <
max_zones
)
in coretemp_get_pdev()
749
max_zones
= topology_max_packages() * topology_max_die_per_package();
in coretemp_init()
750
zone_devices = kcalloc(
max_zones
, sizeof(struct platform_device *),
in coretemp_init()
755
for (i = 0; i <
max_zones
; i++) {
in coretemp_init()
781
for (i = 0; i <
max_zones
; i++)
in coretemp_exit()
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
coretemp.c
328
static int
max_zones
__read_mostly;
475
if (id >= 0 && id <
max_zones
)
in coretemp_get_pdev()
785
max_zones
= topology_max_packages() * topology_max_die_per_package();
in coretemp_init()
786
zone_devices = kcalloc(
max_zones
, sizeof(struct platform_device *),
in coretemp_init()
791
for (i = 0; i <
max_zones
; i++) {
in coretemp_init()
817
for (i = 0; i <
max_zones
; i++)
in coretemp_exit()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
scsi_debug.c
4318
unsigned int i,
max_zones
, rep_max_zones, nrz = 0;
in resp_report_zones()
local
4345
max_zones
= devip->nr_zones - (zs_lba >> devip->zsize_shift);
in resp_report_zones()
4347
max_zones
);
in resp_report_zones()
4359
for (i = 0; i <
max_zones
; i++) {
in resp_report_zones()
Completed in 13 milliseconds