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:bss_align
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/kernel/
H
A
D
kexec_file.c
814
unsigned long
bss_align
;
in kexec_purgatory_setup_kbuf()
local
820
kbuf->buf_align =
bss_align
= 1;
in kexec_purgatory_setup_kbuf()
834
if (
bss_align
< align)
in kexec_purgatory_setup_kbuf()
835
bss_align
= align;
in kexec_purgatory_setup_kbuf()
840
kbuf->bufsz = ALIGN(kbuf->bufsz,
bss_align
);
in kexec_purgatory_setup_kbuf()
842
if (kbuf->buf_align <
bss_align
)
in kexec_purgatory_setup_kbuf()
843
kbuf->buf_align =
bss_align
;
in kexec_purgatory_setup_kbuf()
/kernel/linux/linux-5.10/kernel/
H
A
D
kexec_file.c
817
unsigned long
bss_align
;
in kexec_purgatory_setup_kbuf()
local
823
kbuf->buf_align =
bss_align
= 1;
in kexec_purgatory_setup_kbuf()
837
if (
bss_align
< align)
in kexec_purgatory_setup_kbuf()
838
bss_align
= align;
in kexec_purgatory_setup_kbuf()
843
kbuf->bufsz = ALIGN(kbuf->bufsz,
bss_align
);
in kexec_purgatory_setup_kbuf()
845
if (kbuf->buf_align <
bss_align
)
in kexec_purgatory_setup_kbuf()
846
kbuf->buf_align =
bss_align
;
in kexec_purgatory_setup_kbuf()
/kernel/linux/linux-5.10/include/asm-generic/
H
A
D
vmlinux.lds.h
807
#define BSS(
bss_align
) \
808
. = ALIGN(
bss_align
); \
1184
#define BSS_SECTION(sbss_align,
bss_align
, stop_align) \
1188
BSS(
bss_align
) \
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
vmlinux.lds.h
742
#define BSS(
bss_align
) \
743
. = ALIGN(
bss_align
); \
1139
#define BSS_SECTION(sbss_align,
bss_align
, stop_align) \
1143
BSS(
bss_align
) \
Completed in 5 milliseconds