Home
last modified time | relevance | path

Searched refs:grep (Results 376 - 400 of 520) sorted by relevance

1...<<1112131415161718192021

/kernel/linux/linux-6.6/tools/testing/selftests/kmod/
H A Dkmod.sh487 "grep '^${DEFAULT_KMOD_DRIVER}\b' /proc/modules | awk '{print \$NF}'"
521 NUM_TESTS=$(grep -o ' ' <<<"$ALL_TESTS" | grep -c .)
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dsctp_vrf.sh80 grep LISTEN | grep "$IFACE" 2>&1 >/dev/null; do
H A Dtest_vxlan_nolocalbypass.sh222 ip link help vxlan 2>&1 | grep -q "localbypass"
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh162 if ! ss -h | grep -q MPTCP; then
333 if ! nstat -asz "${counter}" | grep -wq "${counter}"; then
1127 nstat | grep Tcp > /tmp/${listener_ns}.out
1129 nstat | grep Tcp > /tmp/${connector_ns}.out
1233 ip netns exec $ns1 nstat -as | grep Tcp
1235 ip netns exec $ns2 nstat -as | grep Tcp
1553 ip netns exec $ns nstat -as | grep MPTcp
1811 cnt1=$(ss -N $ns1 -tOni | grep -c token)
1812 cnt2=$(ss -N $ns2 -tOni | grep -c token)
1822 ss -N $ns1 -tOni | grep toke
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/
H A Ddiag.sh40 ss -h | grep -q MPTCP
68 __chk_nr "grep -c token:" $*
73 __chk_nr "grep -c fallback" $*
78 __chk_nr "grep -c remote_key" $*
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/
H A DMakefile31 find_cmd = $(find_all_cmd) | grep -F -e "$(subst :," -e ",$(DT_SCHEMA_FILES))"
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/netdevsim/
H A Dethtool-pause.sh60 if ! ethtool -h | grep include-stat 2>&1 >/dev/null; then
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/usb/usbip/
H A Dusbip_test.sh197 dmesg | grep "is not in match_busid table"
/kernel/linux/linux-5.10/tools/testing/selftests/efivarfs/
H A Defivarfs.sh25 if ! grep -q "^\S\+ $efivarfs_mount efivarfs" /proc/mounts; then
/kernel/linux/linux-5.10/tools/testing/selftests/gpio/
H A Dgpio-mockup-sysfs.sh11 gpio_this_debugfs=`cat $GPIO_DEBUGFS |grep "gpio-$nr" | sed "s/(.*)//g"`
/kernel/linux/linux-5.10/samples/bpf/
H A Dxdp2skb_meta.sh156 call_ip link show dev $device | grep --color=auto xdp
/kernel/linux/linux-5.10/scripts/
H A Ddecodecode36 xdump="$(echo $i | grep '^[[:xdigit:]<>[:space:]]\+$')"
102 grep -v "/tmp\|Disassembly\|\.text\|^$" > $t.dis 2>&1
/kernel/linux/linux-5.10/tools/objtool/
H A DMakefile36 elfshdr := $(shell echo '$(pound)include <libelf.h>' | $(CC) $(CFLAGS) -x c -E - | grep elf_getshdr)
/kernel/linux/linux-5.10/tools/perf/tests/shell/
H A Dtest_arm_coresight.sh16 perf list | grep -q 'cs_etm//' && return 0
/kernel/linux/linux-5.10/tools/testing/radix-tree/
H A DMakefile54 @if ! grep -qws $(SHIFT) generated/map-shift.h; then \
/kernel/linux/linux-6.6/tools/objtool/
H A DMakefile39 elfshdr := $(shell echo '$(pound)include <libelf.h>' | $(HOSTCC) $(OBJTOOL_CFLAGS) -x c -E - | grep elf_getshdr)
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dbridge_mdb_port_down.sh29 bridge mdb show dev br0 | grep -q "$TEST_GROUP permanent" 2>/dev/null
H A Dethtool_extended_state.sh29 local ext_state=$(ethtool $dev | grep "Link detected" \
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
H A Dnft_trans_stress.sh80 lscpu | grep ^CPU\(s\): | ( read cpu cpunum ;
H A Dnft_audit.sh36 grep -v '^\(---\|+++\|@@\)' <<< "$res"
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/usb/usbip/
H A Dusbip_test.sh197 dmesg | grep "is not in match_busid table"
/kernel/linux/linux-6.6/tools/testing/selftests/kselftest/
H A Drunner.sh86 if echo "$line" | grep -q '^#'; then
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/bonding/
H A Dbond-break-lacpdu-tx.sh74 num=$(grep "packets captured" ${tmp} | awk '{print $1}')
/kernel/linux/linux-6.6/tools/testing/selftests/efivarfs/
H A Defivarfs.sh25 if ! grep -q "^\S\+ $efivarfs_mount efivarfs" /proc/mounts; then
/kernel/linux/linux-6.6/tools/testing/selftests/rseq/
H A DMakefile3 ifneq ($(shell $(CC) --version 2>&1 | head -n 1 | grep clang),)

Completed in 10 milliseconds

1...<<1112131415161718192021