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:rotor
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/mm/
H
A
D
io-unit.c
56
iounit->
rotor
[1] = IOUNIT_BMAP2_START;
in iounit_iommu_init()
57
iounit->
rotor
[2] = IOUNIT_BMAPM_START;
in iounit_iommu_init()
99
unsigned long
rotor
, scan, limit;
in iounit_get_area()
local
114
rotor
= iounit->
rotor
[j - 1];
in iounit_get_area()
116
scan =
rotor
;
in iounit_get_area()
119
if (limit !=
rotor
) {
in iounit_get_area()
120
limit =
rotor
;
in iounit_get_area()
132
iounit->
rotor
[j - 1] = (scan < limit) ? scan : iounit->limit[j - 1];
in iounit_get_area()
/kernel/linux/linux-6.6/arch/sparc/mm/
H
A
D
io-unit.c
57
iounit->
rotor
[1] = IOUNIT_BMAP2_START;
in iounit_iommu_init()
58
iounit->
rotor
[2] = IOUNIT_BMAPM_START;
in iounit_iommu_init()
100
unsigned long
rotor
, scan, limit;
in iounit_get_area()
local
115
rotor
= iounit->
rotor
[j - 1];
in iounit_get_area()
117
scan =
rotor
;
in iounit_get_area()
120
if (limit !=
rotor
) {
in iounit_get_area()
121
limit =
rotor
;
in iounit_get_area()
133
iounit->
rotor
[j - 1] = (scan < limit) ? scan : iounit->limit[j - 1];
in iounit_get_area()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
pci_msi.c
78
u32 ret,
rotor
;
in pick_msiq()
local
82
rotor
= pbm->msiq_rotor;
in pick_msiq()
83
ret = pbm->msiq_first +
rotor
;
in pick_msiq()
85
if (++
rotor
>= pbm->msiq_num)
in pick_msiq()
86
rotor
= 0;
in pick_msiq()
87
pbm->msiq_rotor =
rotor
;
in pick_msiq()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
pci_msi.c
80
u32 ret,
rotor
;
in pick_msiq()
local
84
rotor
= pbm->msiq_rotor;
in pick_msiq()
85
ret = pbm->msiq_first +
rotor
;
in pick_msiq()
87
if (++
rotor
>= pbm->msiq_num)
in pick_msiq()
88
rotor
= 0;
in pick_msiq()
89
pbm->msiq_rotor =
rotor
;
in pick_msiq()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
io-unit.h
48
unsigned long
rotor
[3];
member
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
io-unit.h
48
unsigned long
rotor
[3];
member
/kernel/linux/linux-5.10/kernel/cgroup/
H
A
D
cpuset.c
3628
static int cpuset_spread_node(int *
rotor
)
in cpuset_spread_node()
argument
3630
return *
rotor
= next_node_in(*
rotor
, current->mems_allowed);
in cpuset_spread_node()
/kernel/linux/linux-6.6/kernel/cgroup/
H
A
D
cpuset.c
4149
* @
rotor
: round robin
rotor
4173
static int cpuset_spread_node(int *
rotor
)
in cpuset_spread_node()
argument
4175
return *
rotor
= next_node_in(*
rotor
, current->mems_allowed);
in cpuset_spread_node()
Completed in 14 milliseconds