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:SYSFS
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/cpu-hotplug/
H
A
D
cpu-on-off-test.sh
4
SYSFS
=
20
SYSFS
=`mount -t sysfs | head -1 | awk '{ print $3 }'`
22
if [ ! -d "$
SYSFS
" ]; then
27
if ! ls $
SYSFS
/devices/system/cpu/cpu* > /dev/null 2>&1; then
33
online_cpus=`cat $
SYSFS
/devices/system/cpu/online`
41
present_cpus=`cat $
SYSFS
/devices/system/cpu/present`
47
offline_cpus=`cat $
SYSFS
/devices/system/cpu/offline`
63
for cpu in $
SYSFS
/devices/system/cpu/cpu*; do
82
grep -q 1 $
SYSFS
/devices/system/cpu/cpu$1/online
87
grep -q 0 $
SYSFS
/device
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/cpu-hotplug/
H
A
D
cpu-on-off-test.sh
4
SYSFS
=
19
SYSFS
=`mount -t sysfs | head -1 | awk '{ print $3 }'`
21
if [ ! -d "$
SYSFS
" ]; then
26
if ! ls $
SYSFS
/devices/system/cpu/cpu* > /dev/null 2>&1; then
32
online_cpus=`cat $
SYSFS
/devices/system/cpu/online`
40
present_cpus=`cat $
SYSFS
/devices/system/cpu/present`
46
offline_cpus=`cat $
SYSFS
/devices/system/cpu/offline`
62
for cpu in $
SYSFS
/devices/system/cpu/cpu*; do
81
grep -q 1 $
SYSFS
/devices/system/cpu/cpu$1/online
86
grep -q 0 $
SYSFS
/device
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/memory-hotplug/
H
A
D
mem-on-off-test.sh
4
SYSFS
=
18
SYSFS
=`mount -t sysfs | head -1 | awk '{ print $3 }'`
20
if [ ! -d "$
SYSFS
" ]; then
25
if ! ls $
SYSFS
/devices/system/memory/memory* > /dev/null 2>&1; then
30
if ! grep -q 1 $
SYSFS
/devices/system/memory/memory*/removable; then
43
for memory in $
SYSFS
/devices/system/memory/memory*; do
63
grep -q online $
SYSFS
/devices/system/memory/memory$1/state
68
grep -q offline $
SYSFS
/devices/system/memory/memory$1/state
73
echo online > $
SYSFS
/devices/system/memory/memory$1/state
78
echo offline > $
SYSFS
/device
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/memory-hotplug/
H
A
D
mem-on-off-test.sh
4
SYSFS
=
18
SYSFS
=`mount -t sysfs | head -1 | awk '{ print $3 }'`
20
if [ ! -d "$
SYSFS
" ]; then
25
if ! ls $
SYSFS
/devices/system/memory/memory* > /dev/null 2>&1; then
30
if ! grep -q 1 $
SYSFS
/devices/system/memory/memory*/removable; then
43
for memory in $
SYSFS
/devices/system/memory/memory*; do
63
grep -q online $
SYSFS
/devices/system/memory/memory$1/state
68
grep -q offline $
SYSFS
/devices/system/memory/memory$1/state
73
echo online > $
SYSFS
/devices/system/memory/memory$1/state
78
echo offline > $
SYSFS
/device
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/cpufreq/
H
A
D
cpufreq.sh
211
if [ ! -d $
SYSFS
/power/ -o ! -f $
SYSFS
/power/state ]; then
212
printf "$
SYSFS
/power/state not available\n"
226
present=$(cat $
SYSFS
/power/state | grep $filename)
229
printf "Tried to $1 but $filename isn't present in $
SYSFS
/power/state\n"
235
echo $filename > $
SYSFS
/power/state
H
A
D
main.sh
12
SYSFS
=
49
SYSFS
=`mount -t sysfs | head -1 | awk '{ print $3 }'`
51
if [ ! -d "$
SYSFS
" ]; then
56
CPUROOT=$
SYSFS
/devices/system/cpu
/kernel/linux/linux-6.6/tools/testing/selftests/cpufreq/
H
A
D
cpufreq.sh
211
if [ ! -d $
SYSFS
/power/ -o ! -f $
SYSFS
/power/state ]; then
212
printf "$
SYSFS
/power/state not available\n"
226
present=$(cat $
SYSFS
/power/state | grep $filename)
229
printf "Tried to $1 but $filename isn't present in $
SYSFS
/power/state\n"
235
echo $filename > $
SYSFS
/power/state
H
A
D
main.sh
12
SYSFS
=
49
SYSFS
=`mount -t sysfs | head -1 | awk '{ print $3 }'`
51
if [ ! -d "$
SYSFS
" ]; then
56
CPUROOT=$
SYSFS
/devices/system/cpu
/kernel/linux/linux-6.6/tools/testing/selftests/gpio/
H
A
D
gpio-mockup-sysfs.sh
4
# Overrides functions in gpio-mockup.sh to test using the GPIO
SYSFS
uAPI
6
SYSFS
=`grep -w sysfs /proc/mounts | cut -f2 -d' '`
7
[ -d "$
SYSFS
" ] || skip "sysfs is not mounted"
9
GPIO_SYSFS="${
SYSFS
}/class/gpio"
12
PLATFORM_SYSFS=$
SYSFS
/devices/platform
/kernel/linux/linux-5.10/tools/testing/selftests/gpio/
H
A
D
gpio-mockup.sh
11
SYSFS
=
43
SYSFS
=`mount -t sysfs | head -1 | awk '{ print $3 }'`
44
if [ ! -d "$
SYSFS
" ]; then
48
GPIO_SYSFS=`echo $
SYSFS
/class/gpio`
49
GPIO_DRV_SYSFS=`echo $
SYSFS
/devices/platform/$module/gpio`
/kernel/linux/linux-6.6/tools/testing/selftests/amd-pstate/
H
A
D
run.sh
25
SYSFS
=
289
SYSFS
=`mount -t sysfs | head -1 | awk '{ print $3 }'`
291
if [ ! -d "$
SYSFS
" ]; then
296
CPUROOT=$
SYSFS
/devices/system/cpu
/kernel/linux/linux-6.6/tools/lib/api/fs/
H
A
D
fs.c
146
FS(sysfs, sysfs,
SYSFS
);
Completed in 3 milliseconds