Home
last modified time | relevance | path

Searched refs:KERNEL_DIR (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/hotplug/cpu_hotplug/tools/
Dcpuhotplug_do_kcompile_loop7 KERNEL_DIR=${1:-/usr/src/linux}
9 if [ ! -d $KERNEL_DIR ]; then
10 echo "${0##*/}: ERROR: kernel directory - $KERNEL_DIR - does not exist"
14 cd $KERNEL_DIR || exit $?
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
Dcpuhotplug07.sh50 KERNEL_DIR=$OPTARG;;
62 if [ ! -d "${KERNEL_DIR}" ]; then
63 tst_brkm TCONF "kernel directory - $KERNEL_DIR - does not exist"
84 cpuhotplug_do_kcompile_loop $KERNEL_DIR > /dev/null 2>&1 &
/external/ltp/testcases/kernel/include/
Dlib.mk22 KERNEL_DIR := $(abs_top_builddir)/testcases/kernel
23 LIBKERNTEST_DIR := $(KERNEL_DIR)/lib