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:spans
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt7601u/
H
A
D
mac.c
309
}
spans
[] = {
in mt7601u_mac_work()
local
329
for (i = 0; i < ARRAY_SIZE(
spans
); i++)
in mt7601u_mac_work()
330
for (j = 0; j <
spans
[i].span; j++) {
in mt7601u_mac_work()
331
u32 val = mt7601u_rr(dev,
spans
[i].addr_base + j * 4);
in mt7601u_mac_work()
333
spans
[i].stat_base[j * 2] += val & 0xffff;
in mt7601u_mac_work()
334
spans
[i].stat_base[j * 2 + 1] += val >> 16;
in mt7601u_mac_work()
337
if (
spans
[i].addr_base != MT_TX_AGG_CNT_BASE0 &&
in mt7601u_mac_work()
338
spans
[i].addr_base != MT_TX_AGG_CNT_BASE1)
in mt7601u_mac_work()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt7601u/
H
A
D
mac.c
309
}
spans
[] = {
in mt7601u_mac_work()
local
329
for (i = 0; i < ARRAY_SIZE(
spans
); i++)
in mt7601u_mac_work()
330
for (j = 0; j <
spans
[i].span; j++) {
in mt7601u_mac_work()
331
u32 val = mt7601u_rr(dev,
spans
[i].addr_base + j * 4);
in mt7601u_mac_work()
333
spans
[i].stat_base[j * 2] += val & 0xffff;
in mt7601u_mac_work()
334
spans
[i].stat_base[j * 2 + 1] += val >> 16;
in mt7601u_mac_work()
337
if (
spans
[i].addr_base != MT_TX_AGG_CNT_BASE0 &&
in mt7601u_mac_work()
338
spans
[i].addr_base != MT_TX_AGG_CNT_BASE1)
in mt7601u_mac_work()
/kernel/linux/linux-6.6/drivers/iommu/iommufd/
H
A
D
pages.c
108
for (i = 0; i != ARRAY_SIZE(iter->
spans
); i++) {
in interval_tree_double_span_iter_update()
109
if (interval_tree_span_iter_done(&iter->
spans
[i])) {
in interval_tree_double_span_iter_update()
114
if (iter->
spans
[i].is_hole) {
in interval_tree_double_span_iter_update()
115
last_hole = min(last_hole, iter->
spans
[i].last_hole);
in interval_tree_double_span_iter_update()
120
iter->start_used = iter->
spans
[i].start_used;
in interval_tree_double_span_iter_update()
121
iter->last_used = min(iter->
spans
[i].last_used, last_hole);
in interval_tree_double_span_iter_update()
126
iter->start_hole = iter->
spans
[0].start_hole;
in interval_tree_double_span_iter_update()
128
min(iter->
spans
[0].last_hole, iter->
spans
[1].last_hole);
in interval_tree_double_span_iter_update()
140
for (i = 0; i != ARRAY_SIZE(iter->
spans
);
in interval_tree_double_span_iter_first()
[all...]
H
A
D
double_span.h
11
*
spans
over the union of two different interval trees. Used ranges are broken
18
struct interval_tree_span_iter
spans
[2];
member
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/
H
A
D
iskeleton.S
187
|
spans
two pages.
254
| Note: the routine must unlock two pages if the operand
spans
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/
H
A
D
iskeleton.S
187
|
spans
two pages.
254
| Note: the routine must unlock two pages if the operand
spans
Completed in 5 milliseconds