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:pool_max
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/core/
H
A
D
buffer.c
29
static size_t
pool_max
[HCD_BUFFER_POOLS] = {
variable
36
* The
pool_max
values must never be smaller than
in usb_init_pool_max()
42
pool_max
[0] = 64;
in usb_init_pool_max()
44
pool_max
[0] = 0; /* Don't use this pool */
in usb_init_pool_max()
73
size =
pool_max
[i];
in hcd_buffer_create()
136
if (size <=
pool_max
[i])
in hcd_buffer_alloc()
166
if (size <=
pool_max
[i]) {
in hcd_buffer_free()
/kernel/linux/linux-6.6/drivers/usb/core/
H
A
D
buffer.c
29
static size_t
pool_max
[HCD_BUFFER_POOLS] = {
variable
36
* The
pool_max
values must never be smaller than
in usb_init_pool_max()
42
pool_max
[0] = 64;
in usb_init_pool_max()
44
pool_max
[0] = 0; /* Don't use this pool */
in usb_init_pool_max()
74
size =
pool_max
[i];
in hcd_buffer_create()
138
if (size <=
pool_max
[i])
in hcd_buffer_alloc()
168
if (size <=
pool_max
[i]) {
in hcd_buffer_free()
/kernel/linux/linux-5.10/include/linux/ceph/
H
A
D
osdmap.h
192
u32
pool_max
;
member
/kernel/linux/linux-6.6/include/linux/ceph/
H
A
D
osdmap.h
192
u32
pool_max
;
member
/kernel/linux/linux-5.10/net/ceph/
H
A
D
osdmap.c
1116
map->
pool_max
= -1;
in ceph_osdmap_alloc()
1683
ceph_decode_32_safe(p, end, map->
pool_max
, e_inval);
in osdmap_decode()
1982
map->
pool_max
= new_pool_max;
in osdmap_apply_incremental()
/kernel/linux/linux-6.6/net/ceph/
H
A
D
osdmap.c
1132
map->
pool_max
= -1;
in ceph_osdmap_alloc()
1700
ceph_decode_32_safe(p, end, map->
pool_max
, e_inval);
in osdmap_decode()
2017
map->
pool_max
= new_pool_max;
in osdmap_apply_incremental()
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H
A
D
vxge-config.h
545
* @
pool_max
: Maximum number of blocks above which to free additional blocks
556
u32
pool_max
;
member
H
A
D
vxge-config.c
1137
u32
pool_max
)
in __vxge_hw_blockpool_create()
1155
blockpool->
pool_max
=
pool_max
;
in __vxge_hw_blockpool_create()
1161
for (i = 0; i < pool_size +
pool_max
; i++) {
in __vxge_hw_blockpool_create()
2405
if (blockpool->pool_size < blockpool->
pool_max
)
in __vxge_hw_blockpool_blocks_remove()
1134
__vxge_hw_blockpool_create(struct __vxge_hw_device *hldev, struct __vxge_hw_blockpool *blockpool, u32 pool_size, u32
pool_max
)
__vxge_hw_blockpool_create()
argument
Completed in 18 milliseconds