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:bootargs
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/
H
A
D
functions.sh
58
local
bootargs
="`configfrag_boot_params "$1" "$2"`"
60
if echo "${
bootargs
}" | grep -q 'nr_cpus=[0-9]'
62
nr_cpus="`echo "${
bootargs
}" | sed -e 's/^.*nr_cpus=\([0-9]*\).*$/\1/'`"
83
local
bootargs
="`configfrag_boot_params "$1" "$2"`"
85
if echo "${
bootargs
}" | grep -q 'maxcpus=[0-9]'
87
maxcpus="`echo "${
bootargs
}" | sed -e 's/^.*maxcpus=\([0-9]*\).*$/\1/'`"
H
A
D
kvm.sh
53
echo " --
bootargs
kernel-boot-arguments"
86
--
bootargs
|--bootarg)
87
checkarg --
bootargs
"(list of kernel boot arguments)" "$#" "$2" '.*' '^--'
533
# Control buffer size: --
bootargs
trace_buf_size=3k
534
# Get trace-buffer dumps on all oopses: --
bootargs
ftrace_dump_on_oops
535
# Ditto, but dump only the oopsing CPU: --
bootargs
ftrace_dump_on_oops=orig_cpu
536
# Heavy-handed way to also dump on warnings: --
bootargs
panic_on_warn
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H
A
D
functions.sh
58
local
bootargs
="`configfrag_boot_params "$1" "$2"`"
60
if echo "${
bootargs
}" | grep -q 'nr_cpus=[0-9]'
62
nr_cpus="`echo "${
bootargs
}" | sed -e 's/^.*nr_cpus=\([0-9]*\).*$/\1/'`"
83
local
bootargs
="`configfrag_boot_params "$1" "$2"`"
85
if echo "${
bootargs
}" | grep -q 'maxcpus=[0-9]'
87
maxcpus="`echo "${
bootargs
}" | sed -e 's/^.*maxcpus=\([0-9]*\).*$/\1/'`"
H
A
D
kvm-again.sh
53
bootargs
=
67
echo " --
bootargs
kernel-boot-arguments"
81
--
bootargs
|--bootarg)
82
checkarg --
bootargs
"(list of kernel boot arguments)" "$#" "$2" '.*' '^--'
83
bootargs
="$
bootargs
$2"
196
kvm-transform.sh "$kernel_dir/bzImage" "$qemu_cmd_dir/console.log" "$jitter_dir" "$dur" "$
bootargs
" < $T/qemu-cmd > $i
H
A
D
srcu_lockdep.sh
52
tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration 5s --configs "SRCU-P" --
bootargs
"rcutorture.test_srcu_lockdep=$val" --trust-make --datestamp "$ds/$val" > "$T/kvm.sh.out" 2>&1
H
A
D
kvm.sh
64
echo " --
bootargs
kernel-boot-arguments"
101
--
bootargs
|--bootarg)
102
checkarg --
bootargs
"(list of kernel boot arguments)" "$#" "$2" '.*' '^--'
655
# Control buffer size: --
bootargs
trace_buf_size=3k
656
# Get trace-buffer dumps on all oopses: --
bootargs
ftrace_dump_on_oops
657
# Ditto, but dump only the oopsing CPU: --
bootargs
ftrace_dump_on_oops=orig_cpu
658
# Heavy-handed way to also dump on warnings: --
bootargs
panic_on_warn=1
H
A
D
torture.sh
284
boottag="--
bootargs
"
475
torture_set "refscale-$prim" tools/testing/selftests/rcutorture/bin/kvm.sh --torture refscale --allcpus --duration 5 --kconfig "CONFIG_TASKS_TRACE_RCU=y CONFIG_NR_CPUS=$HALF_ALLOTED_CPUS" --
bootargs
"verbose_batched=$VERBOSE_BATCH_CPUS torture.verbose_sleep_frequency=8 torture.verbose_sleep_duration=$VERBOSE_BATCH_CPUS" --trust-make
503
torture_set "refscale-$prim$torture_suffix" tools/testing/selftests/rcutorture/bin/kvm-again.sh "`cat "$i"`" --duration 5 --
bootargs
"refscale.scale_type=$prim"
552
torture_set "rcuscale-$prim$torture_suffix" tools/testing/selftests/rcutorture/bin/kvm-again.sh "`cat "$i"`" --duration 5 --
bootargs
"rcuscale.scale_type=$prim"
/kernel/linux/linux-5.10/arch/h8300/kernel/
H
A
D
setup.c
59
void __init h8300_fdt_init(void *fdt, char *
bootargs
)
in h8300_fdt_init()
argument
64
strcpy(command_line,
bootargs
);
in h8300_fdt_init()
/kernel/linux/linux-5.10/arch/sparc/prom/
H
A
D
bootstr_32.c
55
strlcpy(barg_buf, *romvec->pv_v2bootargs.
bootargs
, sizeof(barg_buf));
in prom_getbootargs()
/kernel/linux/linux-6.6/arch/sparc/prom/
H
A
D
bootstr_32.c
55
strscpy(barg_buf, *romvec->pv_v2bootargs.
bootargs
, sizeof(barg_buf));
in prom_getbootargs()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
openprom.h
86
char **
bootargs
;
member
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
openprom.h
78
char **
bootargs
;
member
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
openprom.h
86
char **
bootargs
;
member
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
openprom.h
78
char **
bootargs
;
member
Completed in 9 milliseconds