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:sibling_mask
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
smp.c
1508
struct cpumask *(*
sibling_mask
)(int) = cpu_sibling_mask;
in start_secondary()
1512
sibling_mask
= cpu_smallcore_mask;
in start_secondary()
1514
if (cpumask_weight(mask) > cpumask_weight(
sibling_mask
(cpu)))
in start_secondary()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
smp.c
1659
struct cpumask *(*
sibling_mask
)(int) = cpu_sibling_mask;
in start_secondary()
1663
sibling_mask
= cpu_smallcore_mask;
in start_secondary()
1665
if (cpumask_weight(mask) > cpumask_weight(
sibling_mask
(cpu)))
in start_secondary()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H
A
D
intel_lrc.c
212
* use one of
sibling_mask
physical engines.
216
intel_engine_mask_t
sibling_mask
;
member
5763
allowed &= bond->
sibling_mask
;
in virtual_bond_execute()
5961
bond->
sibling_mask
|= sibling->mask;
in intel_virtual_engine_attach_bond()
5972
bond[ve->num_bonds].
sibling_mask
= sibling->mask;
in intel_virtual_engine_attach_bond()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_attr.c
5733
const struct cpumask *
sibling_mask
;
in lpfc_cpumask_irq_mode_init()
local
5754
sibling_mask
= topology_sibling_cpumask(cpu);
in lpfc_cpumask_irq_mode_init()
5755
first_cpu = cpumask_first(
sibling_mask
);
in lpfc_cpumask_irq_mode_init()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_attr.c
5494
const struct cpumask *
sibling_mask
;
in lpfc_cpumask_irq_mode_init()
local
5515
sibling_mask
= topology_sibling_cpumask(cpu);
in lpfc_cpumask_irq_mode_init()
5516
first_cpu = cpumask_first(
sibling_mask
);
in lpfc_cpumask_irq_mode_init()
Completed in 26 milliseconds