Home
last modified time | relevance | path

Searched full:then (Results 1 – 25 of 9702) sorted by relevance

12345678910>>...389

/linux-6.12.1/Documentation/devicetree/bindings/pinctrl/
Dmediatek,mt76x8-pinctrl.yaml59 then:
68 then:
77 then:
90 then:
99 then:
108 then:
119 then:
128 then:
137 then:
146 then:
[all …]
Dmediatek,mt7620-pinctrl.yaml57 then:
66 then:
76 then:
85 then:
94 then:
103 then:
112 then:
121 then:
130 then:
139 then:
[all …]
Dmediatek,mt7621-pinctrl.yaml56 then:
66 then:
75 then:
84 then:
93 then:
102 then:
111 then:
120 then:
129 then:
138 then:
[all …]
Dralink,rt3883-pinctrl.yaml56 then:
65 then:
74 then:
84 then:
93 then:
102 then:
111 then:
120 then:
129 then:
138 then:
[all …]
Dralink,rt3352-pinctrl.yaml56 then:
66 then:
75 then:
84 then:
93 then:
102 then:
111 then:
120 then:
129 then:
138 then:
[all …]
/linux-6.12.1/tools/testing/selftests/firmware/
Dfw_lib.sh30 if [ ! -d $DIR ]; then
38 if [ $uid -ne 0 ]; then
44 if [ ! -d $DIR ]; then
47 if [ ! -f $PROC_CONFIG ]; then
48 if modprobe configs 2>/dev/null; then
50 if [ ! -f $PROC_CONFIG ]; then
71 if [ -z $PROC_SYS_DIR ]; then
79 if [ -f $FW_FORCE_SYSFS_FALLBACK ]; then
83 if [ -f $FW_IGNORE_SYSFS_FALLBACK ]; then
87 if [ "$PROC_FW_FORCE_SYSFS_FALLBACK" = "1" ]; then
[all …]
/linux-6.12.1/tools/testing/selftests/net/mptcp/
Dmptcp_join.sh103 if $checksum; then
189 # It can be empty, no need to print anything then
217 if [ ${rc} = ${KSFT_PASS} ]; then
219 elif [ ${rc} = ${KSFT_SKIP} ]; then
242 if ! "${@}"; then
250 if [ "${#only_tests_ids[@]}" -eq 0 ] && [ "${#only_tests_names[@]}" -eq 0 ]; then
256 if [ "$((MPTCP_LIB_TEST_COUNTER+1))" -eq "${i}" ]; then
261 if [ "${TEST_NAME}" = "${i}" ]; then
271 if [ ${last_test_failed} -eq 1 ]; then
273 elif [ ${last_test_skipped} -eq 1 ]; then
[all …]
/linux-6.12.1/tools/testing/selftests/net/
Dl2_tos_ttl_inherit.sh18 if [ "$(id -u)" != "0" ]; then
22 if ! which tcpdump > /dev/null 2>&1; then
53 if $found; then
58 if [ "$input_field" = "$field" ]; then
79 if [ "$tos_ttl" = "random" ]; then
82 elif [ "$tos_ttl" = "inherit" ]; then
94 if [ "$tos_ttl" = "random" ]; then
97 elif [ "$tos_ttl" = "inherit" ]; then
116 if [ "$type" = "gre" ] || [ "$type" = "vxlan" ]; then
117 if [ "$outer" = "4" ]; then
[all …]
Dnetdevice.sh22 if [ $? -eq 0 ];then
28 if [ $? -ne 0 ];then
46 if [ $NETDEV_STARTED -eq 0 ];then
52 if [ $? -ne 0 ];then
56 if [ $? -eq 0 ];then
65 if [ $? -eq 0 ];then
70 if [ "$veth_created" ]; then
85 if [ $# -le 2 ];then
91 if [ $ret -ne 0 ];then
92 if [ $ret -eq "$1" ];then
[all …]
/linux-6.12.1/tools/leds/
Dget_led_device_info.sh7 if [ $num_args -eq 1 ]; then
17 elif [ $num_args -eq 2 ]; then
24 if [ ! -f $led_defs_path ]; then
32 if [ $? -ne 0 ]; then
42 if [ "$bus" = "input" ]; then
44 if [ ! -z "$usb_subdev" ]; then
49 if [ "$bus" = "usb" ]; then
53 if [ -d "$usb_interface/ieee80211" ]; then
60 elif [ "$bus" = "input" ]; then
64 elif [ $of_node_missing -eq 0 ]; then
[all …]
/linux-6.12.1/tools/testing/selftests/sysctl/
Dsysctl.sh42 if [ -z $DIR ]; then
45 if [ -z $DEFAULT_NUM_TESTS ]; then
48 if [ -z $SYSCTL ]; then
51 if [ -z $PROD_SYSCTL ]; then
54 if [ -z $WRITES_STRICT ]; then
62 if [ ! -e ${WRITES_STRICT} ]; then
66 if [ "$old_strict" = "1" ]; then
74 if [ -z $PAGE_SIZE ]; then
77 if [ -z $MAX_DIGITS ]; then
80 if [ -z $INT_MAX ]; then
[all …]
/linux-6.12.1/scripts/
Ddecode_stacktrace.sh14 if type llvm-cxxfilt >/dev/null 2>&1 ; then
16 elif type c++filt >/dev/null 2>&1 ; then
22 if [[ -z ${LLVM:-} ]]; then
26 if [[ ${LLVM} == */ ]]; then
28 elif [[ ${LLVM} == -* ]]; then
37 if [[ $1 == "-h" ]] ; then
40 elif [[ $1 == "-r" ]] ; then
47 if [ -e "$fn" ] ; then
53 if [[ $vmlinux == "" ]] ; then
66 if type debuginfod-find >/dev/null 2>&1 ; then
[all …]
Dcoccicheck13 if [ ! -x "$SPATCH" ]; then
26 if [ -n "$V" -a "$V" != "0" ]; then
51 if [ $? -eq 0 ]; then
60 if [ "$C" = "1" -o "$C" = "2" ]; then
63 if [[ $# -le 0 ]]; then
83 if [ "$KBUILD_EXTMOD" = "" ] ; then
91 if [ -z "$J" ]; then
93 if [ $THREADS_PER_CORE -gt 1 -a $NPROC -gt 4 ] ; then
101 if [ "$KBUILD_EXTMOD" != "" ] ; then
106 if [ "$USE_JOBS" = "no" ]; then
[all …]
/linux-6.12.1/tools/testing/selftests/net/netfilter/
Dnft_nat.sh32 if ! ip link add veth0 netns "$ns0" type veth peer name eth0 netns "$ns1" > /dev/null 2>&1;then
77 if ! ip netns exec "$ns" nft list counter inet filter ns0in | grep -q "packets 1 bytes 84";then
82 if ! ip netns exec "$ns" nft list counter inet filter ns0out | grep -q "packets 1 bytes 84";then
88 if ! ip netns exec "$ns" nft list counter inet filter ns0in6 | grep -q "$expect";then
92 if ! ip netns exec "$ns" nft list counter inet filter ns0out6 | grep -q "$expect";then
105 if ! ip netns exec "$ns0" nft list counter inet filter ns0in | grep -q "packets 0 bytes 0";then
110 if ! ip netns exec "$ns0" nft list counter inet filter ns0in6 | grep -q "packets 0 bytes 0";then
115 if ! ip netns exec "$ns0" nft list counter inet filter ns0out | grep -q "packets 0 bytes 0";then
119 if ! ip netns exec "$ns0" nft list counter inet filter ns0out6 | grep -q "packets 0 bytes 0";then
126 if ! ip netns exec "$ns0" nft list counter inet filter "${ns}${dir}" | grep -q "$expect";then
[all …]
/linux-6.12.1/tools/bootconfig/scripts/
Dbconf2ftrace.sh34 if [ x"$APPLY" != x ]; then
35 if [ `id -u` -ne 0 ]; then
43 if [ x"$APPLY" != x ]; then # apply command
48 if [ x"$DEBUG" != x ]; then
53 if [ -z "$TRACEFS" ]; then
54 if ! grep -wq debugfs /proc/mounts; then
59 if [ ! -d $TRACEFS ]; then
65 if [ x"$INIT" != x ]; then
78 if xbc_has_key $1; then
85 if xbc_has_key $1; then
[all …]
/linux-6.12.1/tools/testing/selftests/memory-hotplug/
Dmem-on-off-test.sh13 if [ $UID != 0 ]; then
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
45 grep -q $state $memory/state; then
85 if ! online_memory $memory; then
88 elif ! memory_is_online $memory; then
99 if online_memory $memory 2> /dev/null; then
102 elif ! memory_is_offline $memory; then
113 if ! offline_memory $memory; then
[all …]
/linux-6.12.1/tools/testing/selftests/cpufreq/
Dmodule.sh7 if [ $FILE_MODULE ]; then
26 if [ $? != 0 ]; then
33 if [ $? != 0 ]; then
47 if [ $2 -eq 1 ]; then
56 if [ $? != 0 ]; then
61 if [ $2 -eq 1 ]; then
73 if [ $? != 0 ]; then
90 if [ $? != 0 ]; then
101 # Remove CPUs before inserting module and then bring them back
110 if [ $1 = "cpufreq_ondemand.ko" ]; then
[all …]
/linux-6.12.1/tools/debugging/
Dkernel-chktaint21 if [ "$1"x != "x" ]; then
22 if [ "$1"x == "--helpx" ] || [ "$1"x == "-hx" ] ; then
25 elif [ $1 -ge 0 ] 2>/dev/null ; then
33 if [ ! -r $TAINTFILE ]; then
41 if [ $taint -eq 0 ]; then
55 if [ `expr $T % 2` -eq 0 ]; then
63 if [ `expr $T % 2` -eq 0 ]; then
71 if [ `expr $T % 2` -eq 0 ]; then
79 if [ `expr $T % 2` -eq 0 ]; then
87 if [ `expr $T % 2` -eq 0 ]; then
[all …]
/linux-6.12.1/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_traceonoff_triggers.tc34 if [ $cnt -ne 0 ]; then
47 if [ $cnt -eq 0 ]; then
54 if [ -d ../../instances -a -f ../../available_filter_functions ]; then
58 if [ "$x" -eq 1 ]; then
65 if [ -d ../../instances ]; then # Check instances
68 if [ "$cur" = "$top" ]; then
76 if [ $cnt -ne 1 ]; then
84 if [ $cnt -ne $cnt2 ]; then
89 if [ $on != "0" ]; then
97 if [ "$csum1" != "$csum2" ]; then
[all …]
/linux-6.12.1/tools/memory-model/scripts/
Djudgelitmus.sh34 then
41 then
50 then
57 then
61 then
64 then
68 then
72 then
78 then
86 then
[all …]
/linux-6.12.1/scripts/dtc/
Ddtx_diff38 file. If DTx is a dts source file then it is pre-processed in the same
53 and DTx utilizes '#include' or '/include/' then the path of the
61 If DTx_1 and DTx_2 are in different architectures, then this script
70 If DTx_1 and DTx_2 are in different directories, then this script will
72 a local file that exists in both the path of DTx_1 and DTx_2 then the
90 if [ -d "${dtx}" ] ; then
94 if ( ! ${DTC} -I fs ${dtx} ) ; then
98 elif [ -f "${dtx}" ] && [ -r "${dtx}" ] ; then
101 if [ "${magic}" = "d00dfeed" ] ; then
105 if ( ! ${DTC} -I dtb ${dtx} ) ; then
[all …]
/linux-6.12.1/samples/bpf/
Ddo_hbm_test.sh13 echo "egress or ingress bandwidth. It then uses iperf3 or netperf to create"
96 if mount | grep $BPFFS > /dev/null; then
207 if [ $debug_flag -eq 1 ] ; then
224 if [ $ecn -ne 0 ] ; then
228 if [ $use_netperf -eq 0 ] ; then
230 if [ "$cc" != "x" ] ; then
235 if [ "$netem" -ne "0" ] ; then
236 if [ "$qdisc" != "" ] ; then
241 elif [ "$qdisc" != "" ] ; then
249 if [ $use_netperf -ne 0 ] ; then
[all …]
/linux-6.12.1/tools/testing/selftests/rcutorture/bin/
Dparse-console.sh24 then
31 then
38 then
42 then
97 then
99 then
106 then
113 then
122 then
128 then
[all …]
Dkvm-test-1-run-qemu.sh25 then
30 then
44 then
60 then
63 then
72 then
75 then
78 then
92 then
97 then
[all …]
/linux-6.12.1/tools/perf/tests/shell/
Drecord_bpf_filter.sh27 then
29 then
46 then
52 then
54 then
72 then
80 then
94 then
102 then
110 then
[all …]

12345678910>>...389