/linux-5.19.10/tools/testing/selftests/ftrace/ ! |
D | ftracetest | 89 if [ $VERBOSE -eq -1 ]; then 92 VERBOSE=$((VERBOSE + 1)) 93 [ $1 = '-vv' ] && VERBOSE=$((VERBOSE + 1)) 94 [ $1 = '-vvv' ] && VERBOSE=$((VERBOSE + 2)) 98 if [ $VERBOSE -ne 0 ]; then 101 VERBOSE=-1 182 VERBOSE=0 383 if [ $VERBOSE -eq -1 ]; then 387 elif [ $VERBOSE -ge 3 ]; then 389 elif [ $VERBOSE -eq 2 ]; then [all …]
|
/linux-5.19.10/tools/testing/selftests/net/ ! |
D | fib_nexthop_nongw.sh | 12 VERBOSE=0 39 [ "$VERBOSE" = "1" ] && echo 48 if [ "$VERBOSE" = "1" ]; then 54 if [ "$VERBOSE" = "1" -a -n "$out" ]; then 58 [ "$VERBOSE" = "1" ] && echo 107 v) VERBOSE=1;;
|
D | fib_nexthop_multiprefix.sh | 16 VERBOSE=0 44 [ "$VERBOSE" = "1" ] && echo 53 if [ "$VERBOSE" = "1" ]; then 59 if [ "$VERBOSE" = "1" -a -n "$out" ]; then 63 [ "$VERBOSE" = "1" ] && echo 134 if [ "$VERBOSE" = "1" ]; then 179 if [ "$VERBOSE" = "1" ]; then 208 if [ "$VERBOSE" = "1" ]; then 230 v) VERBOSE=1;;
|
D | traceroute.sh | 7 VERBOSE=0 45 if [ "$VERBOSE" = "1" ]; then 51 if [ "$VERBOSE" = "1" -a -n "$out" ]; then 55 [ "$VERBOSE" = "1" ] && echo 314 v) VERBOSE=$(($VERBOSE + 1));;
|
D | fib-onlink-tests.sh | 7 VERBOSE=0 129 if [ "$VERBOSE" = "1" ]; then 135 if [ "$VERBOSE" = "1" -a -n "$out" ]; then 139 [ "$VERBOSE" = "1" ] && echo 491 v) VERBOSE=$(($VERBOSE + 1));;
|
D | icmp_redirect.sh | 22 VERBOSE=0 89 if [ "$VERBOSE" = "1" ]; then 100 if [ "$VERBOSE" = "1" ]; then 106 if [ "$VERBOSE" = "1" -a -n "$out" ]; then 110 [ "$VERBOSE" = "1" ] && echo 292 if [ "$VERBOSE" = "1" ]; then 502 v) VERBOSE=$(($VERBOSE + 1));;
|
D | vrf_route_leaking.sh | 61 VERBOSE=0 127 if [ "$VERBOSE" = "1" ]; then 134 if [ "$VERBOSE" = "1" ] && [ -n "$out" ]; then 138 [ "$VERBOSE" = "1" ] && echo 151 if [ "$VERBOSE" = "1" ]; then 157 if [ "$VERBOSE" = "1" ] && [ -n "$out" ]; then 164 [ "$VERBOSE" = "1" ] && echo 581 v) VERBOSE=1;;
|
D | l2tp.sh | 16 VERBOSE=0 56 if [ "$VERBOSE" = "1" ]; then 62 if [ "$VERBOSE" = "1" -a -n "$out" ]; then 66 [ "$VERBOSE" = "1" ] && echo 373 v) VERBOSE=$(($VERBOSE + 1));;
|
D | gre_gso.sh | 13 VERBOSE=0 196 v) VERBOSE=$(($VERBOSE + 1));;
|
D | fib_tests.sh | 14 VERBOSE=0 528 if [ "$VERBOSE" = "1" ]; then 534 if [ "$VERBOSE" = "1" -a -n "$out" ]; then 687 if [ "$VERBOSE" = "1" ]; then 694 if [ "$VERBOSE" = "1" -a -n "$out" ]; then 698 [ "$VERBOSE" = "1" ] && echo 712 if [ "$VERBOSE" = "1" ]; then 725 if [ "${VERBOSE}" = "1" ]; then 744 if [ "$VERBOSE" = "1" ]; then 801 [ "${VERBOSE}" = "1" ] && set -x [all …]
|
D | test_vxlan_vnifiltering.sh | 95 VERBOSE=0 136 if [ "$VERBOSE" = "1" ]; then 143 if [ "$VERBOSE" = "1" -a -n "$out" ]; then 531 v) VERBOSE=$(($VERBOSE + 1));;
|
D | vrf-xfrm-tests.sh | 10 VERBOSE=0 66 if [ "$VERBOSE" = "1" ]; then 72 if [ "$VERBOSE" = "1" ]; then 415 v) VERBOSE=$(($VERBOSE + 1));;
|
/linux-5.19.10/scripts/ ! |
D | coccicheck | 27 VERBOSE="$V" 29 VERBOSE=0 142 if [ $VERBOSE -ne 0 ] ; then 162 if [ $VERBOSE -ne 0 ] ; then 168 if [ $VERBOSE -eq 2 ] ; then 185 if [ $VERBOSE -eq 2 ] ; then 211 if [ $VERBOSE -ne 0 -a $ONLINE -eq 0 ] ; then
|
/linux-5.19.10/tools/testing/selftests/kexec/ ! |
D | kexec_common_lib.sh | 6 VERBOSE="${VERBOSE:-1}" 13 [ $VERBOSE -ne 0 ] && echo "[INFO] $1" 19 [ $VERBOSE -ne 0 ] && echo "$1 [PASS]" 26 [ $VERBOSE -ne 0 ] && echo "$1 [FAIL]" 33 [ $VERBOSE -ne 0 ] && echo "$1"
|
/linux-5.19.10/samples/bpf/ ! |
D | xdp2skb_meta.sh | 42 if [[ -n "$VERBOSE" ]]; then 55 if [[ -n "$VERBOSE" ]]; then 98 VERBOSE=yes 104 VERBOSE=yes
|
/linux-5.19.10/tools/thermal/lib/ ! |
D | Makefile | 43 VERBOSE = $(V) macro 45 ifndef VERBOSE 46 VERBOSE = 0 macro 49 ifeq ($(VERBOSE),1)
|
/linux-5.19.10/tools/lib/thermal/ ! |
D | Makefile | 43 VERBOSE = $(V) macro 45 ifndef VERBOSE 46 VERBOSE = 0 macro 49 ifeq ($(VERBOSE),1)
|
/linux-5.19.10/drivers/watchdog/ ! |
D | pcwd_pci.c | 131 #define VERBOSE 1 /* Verbose */ macro 275 if (debug >= VERBOSE) in pcipcwd_start() 300 if (debug >= VERBOSE) in pcipcwd_stop() 331 if (debug >= VERBOSE) in pcipcwd_set_heartbeat() 363 if (debug >= VERBOSE) in pcipcwd_clear_status() 424 if (debug >= VERBOSE) in pcipcwd_get_timeleft() 569 if (debug >= VERBOSE) in pcipcwd_open()
|
D | pcwd.c | 193 #define VERBOSE 1 /* Verbose */ macro 424 if (debug >= VERBOSE) in pcwd_start() 452 if (debug >= VERBOSE) in pcwd_stop() 476 if (debug >= VERBOSE) in pcwd_set_heartbeat() 537 if (debug >= VERBOSE) in pcwd_clear_status()
|
/linux-5.19.10/drivers/video/fbdev/intelfb/ ! |
D | intelfbhw.c | 317 #if VERBOSE > 0 in intelfbhw_validate_mode() 386 #if VERBOSE > 0 in intelfbhw_pan_display() 420 #if VERBOSE > 0 in intelfbhw_do_blank() 436 #if VERBOSE > 0 in intelfbhw_do_blank() 504 #if VERBOSE > 0 in intelfbhw_setcolreg() 521 #if VERBOSE > 0 in intelfbhw_read_hw_state() 1289 #if VERBOSE > 0 in intelfbhw_program_mode() 1508 #if VERBOSE > 0 in wait_ring() 1554 #if VERBOSE > 0 in intelfbhw_do_sync() 1573 #if VERBOSE > 0 in refresh_ring() [all …]
|
/linux-5.19.10/tools/testing/selftests/bpf/ ! |
D | ima_setup.sh | 10 VERBOSE="${SELFTESTS_VERBOSE:=0}" 149 if [[ "${VERBOSE}" -eq 0 ]]; then
|
D | test_xdp_vlan.sh | 79 export VERBOSE=yes 144 if [ -n "$VERBOSE" ]; then
|
/linux-5.19.10/tools/lib/perf/ ! |
D | Makefile | 43 VERBOSE = $(V) macro 45 ifndef VERBOSE 46 VERBOSE = 0 macro 49 ifeq ($(VERBOSE),1)
|
/linux-5.19.10/samples/pktgen/ ! |
D | parameters.sh | 77 export VERBOSE=yes 78 info "Verbose mode: VERBOSE=$VERBOSE"
|
/linux-5.19.10/sound/pci/asihpi/ ! |
D | hpicmn.c | 121 HPI_DEBUG_LOG(VERBOSE, "find_adapter invalid index %d\n", in hpi_find_adapter() 235 HPI_DEBUG_LOG(VERBOSE, in control_cache_alloc_check() 273 HPI_DEBUG_LOG(VERBOSE, in find_control() 281 HPI_DEBUG_LOG(VERBOSE, "Uncached Control %d\n", in find_control() 285 HPI_DEBUG_LOG(VERBOSE, "find_control() type %d\n", in find_control() 514 HPI_DEBUG_LOG(VERBOSE, "%s Adap %d, Ctl %d, Type %d, Attr %d\n", in hpi_check_control_cache_single() 535 HPI_DEBUG_LOG(VERBOSE, in hpi_check_control_cache() 623 HPI_DEBUG_LOG(VERBOSE, in hpi_cmn_control_cache_sync_to_msg()
|