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_children
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_sched.c
31
root->children = devm_kcalloc(ice_hw_to_dev(hw), hw->
max_children
[0],
in ice_sched_add_root_node()
183
if (hw->
max_children
[layer]) {
in ice_sched_add_node()
186
hw->
max_children
[layer],
in ice_sched_add_node()
939
max_child_nodes = hw->
max_children
[parent->tx_sched_layer];
in ice_sched_add_nodes_to_layer()
1228
hw->
max_children
[i] = le16_to_cpu(max_sibl);
in ice_sched_query_res_alloc()
1340
u16
max_children
;
in ice_sched_get_free_qparent()
local
1344
max_children
= pi->hw->
max_children
[qgrp_layer];
in ice_sched_get_free_qparent()
1359
if (qgrp_node->num_children <
max_children
&&
in ice_sched_get_free_qparent()
1419
num = DIV_ROUND_UP(num, hw->
max_children
[
in ice_sched_calc_vsi_child_nodes()
[all...]
H
A
D
ice_type.h
604
u16
max_children
[ICE_AQC_TOPO_MAX_LEVEL_NUM];
member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_sched.c
32
root->children = devm_kcalloc(ice_hw_to_dev(hw), hw->
max_children
[0],
in ice_sched_add_root_node()
188
if (hw->
max_children
[layer]) {
in ice_sched_add_node()
191
hw->
max_children
[layer],
in ice_sched_add_node()
1034
max_child_nodes = pi->hw->
max_children
[parent->tx_sched_layer];
in ice_sched_add_nodes_to_hw_layer()
1096
max_child_nodes = pi->hw->
max_children
[parent->tx_sched_layer];
in ice_sched_add_nodes_to_layer()
1374
hw->
max_children
[i] = le16_to_cpu(max_sibl);
in ice_sched_query_res_alloc()
1526
u16
max_children
;
in ice_sched_get_free_qparent()
local
1530
max_children
= pi->hw->
max_children
[qgrp_layer];
in ice_sched_get_free_qparent()
1545
if (qgrp_node->num_children <
max_children
in ice_sched_get_free_qparent()
[all...]
H
A
D
ice_type.h
855
u16
max_children
[ICE_AQC_TOPO_MAX_LEVEL_NUM];
member
Completed in 12 milliseconds