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:bslots
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mm/
H
A
D
pmsa-v7.c
148
unsigned long subreg,
bslots
, sslots;
in try_split_region()
local
164
bslots
= bdiff / subreg;
in try_split_region()
167
if (
bslots
|| sslots) {
in try_split_region()
173
if (
bslots
+ sslots > PMSAv7_NR_SUBREGS)
in try_split_region()
176
for (i = 0; i <
bslots
; i++)
in try_split_region()
/kernel/linux/linux-6.6/arch/arm/mm/
H
A
D
pmsa-v7.c
148
unsigned long subreg,
bslots
, sslots;
in try_split_region()
local
164
bslots
= bdiff / subreg;
in try_split_region()
167
if (
bslots
|| sslots) {
in try_split_region()
173
if (
bslots
+ sslots > PMSAv7_NR_SUBREGS)
in try_split_region()
176
for (i = 0; i <
bslots
; i++)
in try_split_region()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H
A
D
main.c
3651
int
bslots
, tmp;
in b43_qos_params_upload()
local
3657
bslots
= b43_read16(dev, B43_MMIO_RNG) & p->cw_min;
in b43_qos_params_upload()
3666
params[B43_QOSPARAM_BSLOTS] =
bslots
;
in b43_qos_params_upload()
3667
params[B43_QOSPARAM_REGGAP] =
bslots
+ p->aifs;
in b43_qos_params_upload()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H
A
D
main.c
3653
int
bslots
, tmp;
in b43_qos_params_upload()
local
3659
bslots
= b43_read16(dev, B43_MMIO_RNG) & p->cw_min;
in b43_qos_params_upload()
3668
params[B43_QOSPARAM_BSLOTS] =
bslots
;
in b43_qos_params_upload()
3669
params[B43_QOSPARAM_REGGAP] =
bslots
+ p->aifs;
in b43_qos_params_upload()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H
A
D
d11.h
1310
u16
bslots
;
member
H
A
D
main.c
4073
acp_shm.
bslots
=
in brcms_c_wme_setparams()
4076
acp_shm.reggap = acp_shm.
bslots
+ acp_shm.aifs;
in brcms_c_wme_setparams()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H
A
D
d11.h
1310
u16
bslots
;
member
H
A
D
main.c
4071
acp_shm.
bslots
=
in brcms_c_wme_setparams()
4074
acp_shm.reggap = acp_shm.
bslots
+ acp_shm.aifs;
in brcms_c_wme_setparams()
Completed in 42 milliseconds