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:numslots
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/parsers/
H
A
D
redboot.c
86
int
numslots
;
in parse_redboot_partitions()
local
131
numslots
= (master->erasesize / sizeof(struct fis_image_desc));
in parse_redboot_partitions()
132
for (i = 0; i <
numslots
; i++) {
in parse_redboot_partitions()
153
/* Update
numslots
based on actual FIS directory size */
in parse_redboot_partitions()
154
numslots
= swab32(buf[i].size) / sizeof (struct fis_image_desc);
in parse_redboot_partitions()
155
for (j = 0; j <
numslots
; ++j) {
in parse_redboot_partitions()
180
/* Update
numslots
based on actual FIS directory size */
in parse_redboot_partitions()
181
numslots
= buf[i].size / sizeof(struct fis_image_desc);
in parse_redboot_partitions()
186
if (i ==
numslots
) {
in parse_redboot_partitions()
194
for (i = 0; i <
numslots
;
in parse_redboot_partitions()
[all...]
/kernel/linux/linux-6.6/drivers/mtd/parsers/
H
A
D
redboot.c
86
int
numslots
;
in parse_redboot_partitions()
local
131
numslots
= (master->erasesize / sizeof(struct fis_image_desc));
in parse_redboot_partitions()
132
for (i = 0; i <
numslots
; i++) {
in parse_redboot_partitions()
153
/* Update
numslots
based on actual FIS directory size */
in parse_redboot_partitions()
154
numslots
= swab32(buf[i].size) / sizeof(struct fis_image_desc);
in parse_redboot_partitions()
155
for (j = 0; j <
numslots
; ++j) {
in parse_redboot_partitions()
179
/* Update
numslots
based on actual FIS directory size */
in parse_redboot_partitions()
180
numslots
= buf[i].size / sizeof(struct fis_image_desc);
in parse_redboot_partitions()
185
if (i ==
numslots
) {
in parse_redboot_partitions()
193
for (i = 0; i <
numslots
;
in parse_redboot_partitions()
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
stifb.c
354
#define GET_FIFO_SLOTS(fb, cnt,
numslots
) \
355
{ while (cnt <
numslots
) \
357
cnt -=
numslots
; \
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
stifb.c
354
#define GET_FIFO_SLOTS(fb, cnt,
numslots
) \
355
{ while (cnt <
numslots
) \
357
cnt -=
numslots
; \
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfs4state.c
1710
int
numslots
= fattrs->maxreqs;
in alloc_session()
local
1717
mem =
numslots
* sizeof(struct nfsd4_slot *);
in alloc_session()
1723
for (i = 0; i <
numslots
; i++) {
in alloc_session()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfs4state.c
1829
int
numslots
= fattrs->maxreqs;
in alloc_session()
local
1837
new = kzalloc(struct_size(new, se_slots,
numslots
), GFP_KERNEL);
in alloc_session()
1841
for (i = 0; i <
numslots
; i++) {
in alloc_session()
Completed in 24 milliseconds