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_instances
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
mdev.h
59
* @
max_instances
: maximum number of instances supported (optional)
68
unsigned int
max_instances
;
member
/kernel/linux/linux-5.10/sound/core/
H
A
D
hrtimer.c
148
timer->
max_instances
= 100; /* lower the limit */
in snd_hrtimer_init()
H
A
D
timer.c
223
if (master->timer->num_instances >= master->timer->
max_instances
)
in check_matching_master_slave()
343
if (timer->num_instances >= timer->
max_instances
) {
in snd_timer_open()
971
timer->
max_instances
= 1000; /* default limit per timer */
in snd_timer_new()
/kernel/linux/linux-5.10/include/sound/
H
A
D
timer.h
78
int
max_instances
; /* upper limit of timer instances */
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
timer.h
78
int
max_instances
; /* upper limit of timer instances */
member
/kernel/linux/linux-6.6/sound/core/
H
A
D
hrtimer.c
148
timer->
max_instances
= 100; /* lower the limit */
in snd_hrtimer_init()
H
A
D
timer.c
223
if (master->timer->num_instances >= master->timer->
max_instances
)
in check_matching_master_slave()
343
if (timer->num_instances >= timer->
max_instances
) {
in snd_timer_open()
971
timer->
max_instances
= 1000; /* default limit per timer */
in snd_timer_new()
/kernel/linux/linux-6.6/drivers/vfio/mdev/
H
A
D
mdev_core.c
73
atomic_set(&parent->available_instances, mdev_driver->
max_instances
);
in mdev_register_parent()
/kernel/linux/linux-6.6/samples/vfio-mdev/
H
A
D
mdpy.c
674
.
max_instances
= 4,
760
module_param_named(count, mdpy_driver.
max_instances
, int, 0444);
/kernel/linux/linux-6.6/drivers/s390/cio/
H
A
D
vfio_ccw_ops.c
640
.
max_instances
= 1,
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
mgmt.h
545
__u8
max_instances
;
member
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
mgmt.h
549
__u8
max_instances
;
member
/kernel/linux/linux-6.6/sound/soc/sof/
H
A
D
ipc4-topology.c
1013
int
max_instances
= fw_module->man4_module_entry.instance_max_count;
in sof_ipc4_widget_assign_instance_id()
local
1015
swidget->instance_id = ida_alloc_max(&fw_module->m_ida,
max_instances
, GFP_KERNEL);
in sof_ipc4_widget_assign_instance_id()
/kernel/linux/linux-6.6/drivers/s390/crypto/
H
A
D
vfio_ap_ops.c
2111
.
max_instances
= MAX_ZDEV_ENTRIES_EXT,
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_hsi.h
7934
__le16
max_instances
;
member
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
mgmt.c
7286
rp->
max_instances
= hdev->le_num_of_adv_sets;
in read_adv_features()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_hsi.h
9182
__le16
max_instances
;
member
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
mgmt.c
8376
rp->
max_instances
= hdev->le_num_of_adv_sets;
in read_adv_features()
Completed in 103 milliseconds