Home
last modified time | relevance | path

Searched refs:SYSFS (Results 1 – 8 of 8) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/cpu-hotplug/
Dcpu-on-off-test.sh4 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`
42 offline_cpus=`cat $SYSFS/devices/system/cpu/offline`
58 for cpu in $SYSFS/devices/system/cpu/cpu*; do
77 grep -q 1 $SYSFS/devices/system/cpu/cpu$1/online
82 grep -q 0 $SYSFS/devices/system/cpu/cpu$1/online
87 echo 1 > $SYSFS/devices/system/cpu/cpu$1/online
[all …]
/external/linux-kselftest/tools/testing/selftests/memory-hotplug/
Dmem-on-off-test.sh4 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/devices/system/memory/memory$1/state
/external/linux-kselftest/tools/testing/selftests/cpufreq/
Dcpufreq.sh211 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
Dmain.sh12 SYSFS=
49 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'`
51 if [ ! -d "$SYSFS" ]; then
56 CPUROOT=$SYSFS/devices/system/cpu
/external/linux-kselftest/tools/testing/selftests/gpio/
Dgpio-mockup.sh11 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`
/external/ltp/testcases/kernel/security/integrity/ima/tests/
Dima_setup.sh29 SYSFS="/sys"
84 SECURITYFS="$(mount_helper securityfs $SYSFS/kernel/security)"
/external/ltp/testcases/kernel/containers/
DTEST_PLAN.txt25 PROC+SYSFS ISOLATION (NEAR FUTURE)
/external/libmtp/
DChangeLog1493 * examples/hotplug.c: switch to use ATTR{} instead of SYSFS{}