Home
last modified time | relevance | path

Searched refs:modprobe (Results 1 - 25 of 25) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/rcu/
H A Drcu_torture.sh17 TST_NEEDS_CMDS="modprobe dmesg sed tail"
47 modprobe -q rcutorture || module=
48 modprobe -qr rcutorture || module=
60 modprobe rcutorture nfakewriters=$num_writers \
71 modprobe -r rcutorture >/dev/null || \
/third_party/ltp/testcases/kernel/power_management/
H A Drunpwtests03.sh118 for module in `modprobe -l | grep cpufreq_ | \
123 modprobe $module >/dev/null
131 for module in `modprobe -l | grep cpufreq_ | \
136 modprobe -r $module >/dev/null
/third_party/ltp/testcases/kernel/device-drivers/zram/
H A Dzram03.c33 static int modprobe, dev_num, hot_add_flag; variable
172 const char *const cmd_modprobe[] = {"modprobe", "zram", NULL}; in setup()
193 modprobe = 1; in setup()
199 if (modprobe) { in setup()
211 modprobe = 0; in setup()
231 if (modprobe) in cleanup()
246 "modprobe",
H A Dzram_lib.sh81 modprobe zram num_devices=$dev_num
89 modprobe zram num_devices=$dev_num
/third_party/ltp/testcases/kernel/fs/binfmt_misc/
H A Dbinfmt_misc_lib.sh12 TST_NEEDS_CMDS="${TST_NEEDS_CMDS} modprobe mount umount mkdir rm"
42 ROD modprobe binfmt_misc
69 modprobe -r binfmt_misc
/third_party/ltp/testcases/kernel/device-drivers/locking/
H A Dlock_torture.sh62 modprobe locktorture > /dev/null 2>&1 || \
77 modprobe locktorture torture_type=$type \
/third_party/ltp/testcases/kernel/fs/mongo/
H A Dtest.sh40 modprobe reiserfs
49 modprobe loop
/third_party/mesa3d/.gitlab-ci/common/
H A Dinit-stage2.sh45 echo -n $HWCI_KERNEL_MODULES | xargs -d, -n1 /usr/sbin/modprobe
63 modprobe ${KVM_KERNEL_MODULE}
/third_party/ltp/testcases/network/stress/route/
H A Droute4-rmmod101 modprobe $lhost_module
251 rmmod $lhost_module && modprobe $lhost_module
H A Droute6-rmmod97 modprobe $lhost_module
247 rmmod $lhost_module && modprobe $lhost_module
/third_party/ltp/testcases/network/tcp_cmds/tc/
H A Dtc01.sh25 TST_NEEDS_CMDS="tc modprobe dmesg grep"
29 ROD modprobe $TST_NEEDS_DRIVERS
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Derst-inject.sh64 modprobe erst_dbg
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Derst-inject.sh64 modprobe erst_dbg
/third_party/ltp/testcases/network/virt/
H A Dfou01.sh48 tst_net_run -s modprobe $fou
/third_party/ltp/testcases/network/mpls/
H A Dmpls01.sh13 TST_NEEDS_CMDS="sysctl modprobe"
24 ROD modprobe mpls_router
/third_party/ltp/testcases/network/tcp_cc/
H A Dtcp_cc_lib.sh44 modprobe tcp_$alg > /dev/null 2>&1
48 tst_rhost_run -c "modprobe tcp_$alg" > /dev/null 2>&1
/third_party/ltp/testcases/kernel/mce-test/drivers/simple/
H A Ddriver.sh72 [ $? -eq 0 ] || modprobe mce_inject
/third_party/ltp/testcases/kernel/mce-test/lib/
H A Dapei-inject.sh93 [ -d $APEI_IF ] || modprobe einj
/third_party/ltp/testcases/kernel/mce-test/drivers/kdump/
H A Ddriver.sh238 if ! modprobe mce_inject; then
/third_party/ltp/testcases/network/iproute/
H A Dip_tests.sh51 [ "$rm_dummy" ] && modprobe -r dummy
/third_party/ltp/testcases/kernel/mce-test/kvm/host/
H A Dhost_run.sh114 if ! modprobe mce_inject; then
/third_party/ltp/testcases/kernel/mce-test/stress/
H A Dhwpoison.sh264 [ -d $g_debugfs/hwpoison/ ] || modprobe hwpoison_inject
276 [ -d $g_debugfs/apei/einj ] || modprobe einj
/third_party/alsa-utils/alsa-info/
H A Dalsa-info.sh324 # Check modprobe config files for sound related options
325 SNDOPTIONS="$(modprobe -c | sed -n 's/^options \(snd[-_][^ ]*\)/\1:/p')"
632 modprobe -c|sed -n 's/^options \(snd[-_][^ ]*\)/\1:/p' >> $FILE
/third_party/toybox/generated/
H A Dglobals.h920 // toys/pending/modprobe.c
1709 struct modprobe_data modprobe; member
H A Dflags.h1901 // modprobe alrqvsDbd*
5076 #define TT this.modprobe

Completed in 23 milliseconds