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:megs
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/boot/
H
A
D
genimage.sh
236
megs
=$(((sizes + sizes/100 + 2*1024*1024 - 1)/(1024*1024)))
237
$dd if=/dev/zero of="$FIMAGE" bs=$((1024*1024)) count=$
megs
2>/dev/null
240
mformat -v 'LINUX_BOOT' -s 32 -h 64 -c $((cluster/512)) -t $
megs
h:
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
ocfs2.h
860
unsigned int
megs
)
in ocfs2_megabytes_to_clusters()
864
return
megs
<< (20 - OCFS2_SB(sb)->s_clustersize_bits);
in ocfs2_megabytes_to_clusters()
859
ocfs2_megabytes_to_clusters(struct super_block *sb, unsigned int
megs
)
ocfs2_megabytes_to_clusters()
argument
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
ocfs2.h
857
unsigned int
megs
)
in ocfs2_megabytes_to_clusters()
861
return
megs
<< (20 - OCFS2_SB(sb)->s_clustersize_bits);
in ocfs2_megabytes_to_clusters()
856
ocfs2_megabytes_to_clusters(struct super_block *sb, unsigned int
megs
)
ocfs2_megabytes_to_clusters()
argument
/kernel/linux/linux-6.6/mm/
H
A
D
swap.c
1100
unsigned long
megs
= totalram_pages() >> (20 - PAGE_SHIFT);
in swap_setup()
local
1103
if (
megs
< 16)
in swap_setup()
/kernel/linux/linux-5.10/mm/
H
A
D
swap.c
1187
unsigned long
megs
= totalram_pages() >> (20 - PAGE_SHIFT);
in swap_setup()
local
1190
if (
megs
< 16)
in swap_setup()
Completed in 8 milliseconds