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:def_intr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
affinity.c
390
&entry->
def_intr
.used);
663
init_cpu_mask_set(&entry->
def_intr
);
in hfi1_dev_affinity_init()
668
cpumask_and(&entry->
def_intr
.mask, &node_affinity.real_cpu_mask,
in hfi1_dev_affinity_init()
672
possible = cpumask_weight(&entry->
def_intr
.mask);
in hfi1_dev_affinity_init()
673
curr_cpu = cpumask_first(&entry->
def_intr
.mask);
in hfi1_dev_affinity_init()
685
cpumask_clear_cpu(curr_cpu, &entry->
def_intr
.mask);
in hfi1_dev_affinity_init()
688
&entry->
def_intr
.mask);
in hfi1_dev_affinity_init()
699
&entry->
def_intr
.mask);
in hfi1_dev_affinity_init()
703
&entry->
def_intr
.mask);
in hfi1_dev_affinity_init()
713
if (cpumask_weight(&entry->
def_intr
in hfi1_dev_affinity_init()
[all...]
H
A
D
affinity.h
103
struct cpu_mask_set
def_intr
;
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
affinity.c
346
&entry->
def_intr
.used);
619
init_cpu_mask_set(&entry->
def_intr
);
in hfi1_dev_affinity_init()
624
cpumask_and(&entry->
def_intr
.mask, &node_affinity.real_cpu_mask,
in hfi1_dev_affinity_init()
628
possible = cpumask_weight(&entry->
def_intr
.mask);
in hfi1_dev_affinity_init()
629
curr_cpu = cpumask_first(&entry->
def_intr
.mask);
in hfi1_dev_affinity_init()
641
cpumask_clear_cpu(curr_cpu, &entry->
def_intr
.mask);
in hfi1_dev_affinity_init()
644
&entry->
def_intr
.mask);
in hfi1_dev_affinity_init()
655
&entry->
def_intr
.mask);
in hfi1_dev_affinity_init()
659
&entry->
def_intr
.mask);
in hfi1_dev_affinity_init()
669
if (cpumask_empty(&entry->
def_intr
in hfi1_dev_affinity_init()
[all...]
H
A
D
affinity.h
62
struct cpu_mask_set
def_intr
;
member
Completed in 3 milliseconds