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:usage_max
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H
A
D
vxge-traffic.c
1314
if (ring->stats->common_stats.
usage_max
<
in vxge_hw_ring_rxd_next_completed()
1316
ring->stats->common_stats.
usage_max
=
in vxge_hw_ring_rxd_next_completed()
1545
if (fifo->stats->common_stats.
usage_max
<
in vxge_hw_fifo_txdl_post()
1547
fifo->stats->common_stats.
usage_max
=
in vxge_hw_fifo_txdl_post()
H
A
D
vxge-traffic.h
1548
* @
usage_max
: Maximum usage
1559
u32
usage_max
;
member
H
A
D
vxge-ethtool.c
514
*ptr++ = vpath_info->ring_stats.common_stats.
usage_max
;
in vxge_get_ethtool_stats()
522
*ptr++ = vpath_info->fifo_stats.common_stats.
usage_max
;
in vxge_get_ethtool_stats()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
btrfs.h
332
__u32
usage_max
;
member
H
A
D
btrfs_tree.h
686
__le32
usage_max
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
btrfs_tree.h
954
__le32
usage_max
;
member
H
A
D
btrfs.h
363
__u32
usage_max
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
btrfs.h
203
__u32
usage_max
;
member
H
A
D
btrfs_tree.h
295
__le32
usage_max
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
btrfs.h
203
__u32
usage_max
;
member
H
A
D
btrfs_tree.h
295
__le32
usage_max
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
btrfs.h
181
__u32
usage_max
;
member
H
A
D
btrfs_tree.h
313
__le32
usage_max
;
member
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
volumes.c
3458
if (bargs->
usage_max
== 0)
in chunk_usage_range_filter()
3460
else if (bargs->
usage_max
> 100)
in chunk_usage_range_filter()
3464
bargs->
usage_max
);
in chunk_usage_range_filter()
3995
bargs->usage_min, bargs->
usage_max
);
in describe_balance_args()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
volumes.c
3631
if (bargs->
usage_max
== 0)
in chunk_usage_range_filter()
3633
else if (bargs->
usage_max
> 100)
in chunk_usage_range_filter()
3636
user_thresh_max = mult_perc(cache->length, bargs->
usage_max
);
in chunk_usage_range_filter()
4157
bargs->usage_min, bargs->
usage_max
);
in describe_balance_args()
Completed in 42 milliseconds