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:child_index
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
intel_context_types.h
281
/** @
child_index
: index into child_list if child */
282
u8
child_index
;
member
H
A
D
intel_context.h
258
ce->parallel.
child_index
+ 1);
H
A
D
intel_context.c
575
parent->parallel.
child_index
= parent->parallel.number_children++;
in intel_context_bind_parent_child()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_qdisc.c
104
int tclass,
child_index
;
in mlxsw_sp_qdisc_find()
local
115
child_index
= TC_H_MIN(parent);
in mlxsw_sp_qdisc_find()
116
tclass = MLXSW_SP_PRIO_CHILD_TO_TCLASS(
child_index
);
in mlxsw_sp_qdisc_find()
854
int tclass,
child_index
;
in mlxsw_sp_setup_tc_fifo()
local
875
child_index
= TC_H_MIN(p->parent);
in mlxsw_sp_setup_tc_fifo()
876
tclass = MLXSW_SP_PRIO_CHILD_TO_TCLASS(
child_index
);
in mlxsw_sp_setup_tc_fifo()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H
A
D
intel_guc_submission.c
2463
u8
child_index
)
in get_children_join_value()
2465
return __get_parent_scratch(ce)->join[
child_index
].semaphore;
in get_children_join_value()
5193
u8
child_index
)
in get_children_join_addr()
5199
offsetof(struct parent_scratch, join[
child_index
].semaphore);
in get_children_join_addr()
5271
ce->parallel.
child_index
),
in emit_bb_start_child_no_preempt_mid_batch()
5408
ce->parallel.
child_index
),
in __emit_fini_breadcrumb_child_no_preempt_mid_batch()
2462
get_children_join_value(struct intel_context *ce, u8
child_index
)
get_children_join_value()
argument
5192
get_children_join_addr(struct intel_context *ce, u8
child_index
)
get_children_join_addr()
argument
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_qdisc.c
1494
int
child_index
= TC_H_MIN(parent);
in mlxsw_sp_qdisc_prio_find_class()
local
1495
int band =
child_index
- 1;
in mlxsw_sp_qdisc_prio_find_class()
Completed in 15 milliseconds