Home
last modified time | relevance | path

Searched refs:m1 (Results 1 – 14 of 14) sorted by relevance

/tools/testing/selftests/powerpc/benchmarks/
A Dcontext_switch.c319 static unsigned long *m1, *m2; variable
325 m1 = &_m1; in futex_setup()
346 m1 = shmaddr; in futex_setup()
347 m2 = shmaddr + sizeof(*m1); in futex_setup()
350 *m1 = 0; in futex_setup()
353 mutex_lock(m1); in futex_setup()
364 mutex_unlock(m1); in futex_thread1()
376 mutex_lock(m1); in futex_thread2()
/tools/testing/selftests/lkdtm/
A Dstack-entropy.sh39 seen=$(tac "$log" | grep -m1 -B"$samples"0 'Starting stack offset' | \
/tools/testing/selftests/mm/
A Dva_high_addr_switch.sh50 local mmu_support=$(grep -m1 "mmu" /proc/cpuinfo | awk '{print $3}')
/tools/testing/selftests/drivers/net/netdevsim/
A Dethtool-ring.sh58 CURR_SETT_LINE=$(ethtool -g $NSIM_NETDEV | grep -i -m1 -n 'Current hardware settings' | cut -f1 -d:)
/tools/perf/tests/shell/
A Dtest_brstack.sh58 if ! tr -s ' ' '\n' < "$TMPDIR/perf.script" | grep -E -m1 -q "$x"
A Drecord+probe_libc_inet_pton.sh69 perf script -i $perf_data | tac | grep -m1 ^ping -B9 | tac > $perf_script
A Dtest_intel_pt.sh531 if ! perf_record_no_decode -o "${perfdatafile}" -e intel_pt//k -m1,128 uname ; then
/tools/testing/selftests/splice/
A Dshort_splice_read.sh100 two=$(echo "$full" | grep -m1 . | cut -c-2)
/tools/testing/selftests/bpf/progs/
A Dnetif_receive_skb.c34 static int __strncmp(const void *m1, const void *m2, size_t len) in __strncmp() argument
36 const unsigned char *s1 = m1; in __strncmp()
/tools/lib/bpf/
A Dbtf.c3962 m1 = btf_enum(t1); in btf_equal_enum_members()
3965 if (m1->name_off != m2->name_off || m1->val != m2->val) in btf_equal_enum_members()
3967 m1++; in btf_equal_enum_members()
3980 m1 = btf_enum64(t1); in btf_equal_enum64_members()
3983 if (m1->name_off != m2->name_off || m1->val_lo32 != m2->val_lo32 || in btf_equal_enum64_members()
3986 m1++; in btf_equal_enum64_members()
4063 if (m1->name_off != m2->name_off || m1->offset != m2->offset) in btf_shallow_equal_struct()
4065 m1++; in btf_shallow_equal_struct()
4161 if (m1->name_off != m2->name_off || m1->type != m2->type) in btf_equal_fnproto()
4163 m1++; in btf_equal_fnproto()
[all …]
A Dlinker.c1606 const struct btf_member *m1, *m2; in glob_sym_btf_matches() local
1618 m1 = btf_members(t1); in glob_sym_btf_matches()
1620 for (i = 0; i < n; i++, m1++, m2++) { in glob_sym_btf_matches()
1621 n1 = btf__str_by_offset(btf1, m1->name_off); in glob_sym_btf_matches()
1628 if (m1->offset != m2->offset) { in glob_sym_btf_matches()
1633 if (!glob_sym_btf_matches(sym_name, exact, btf1, m1->type, btf2, m2->type)) in glob_sym_btf_matches()
1640 const struct btf_param *m1, *m2; in glob_sym_btf_matches() local
1649 m1 = btf_params(t1); in glob_sym_btf_matches()
1651 for (i = 0; i < n; i++, m1++, m2++) { in glob_sym_btf_matches()
1653 if (!glob_sym_btf_matches(sym_name, exact, btf1, m1->type, btf2, m2->type)) in glob_sym_btf_matches()
/tools/testing/selftests/net/mptcp/
A Ddiag.sh239 grep -m1 -Eo '[0-9.]+:[0-9].+ +[0-9.]+:[0-9.]+')
241 ss_token=$(echo "$ss_output" | grep -m1 -Eo 'token:[^ ]+')
/tools/testing/selftests/ftrace/test.d/
A Dfunctions223 local opts=$(mount | grep -m1 "$mnt_point" | sed -e 's/.*(\(.*\)).*/\1/')
/tools/include/uapi/linux/
A Dpkt_sched.h438 __u32 m1; /* slope of the first segment in bps */ member

Completed in 34 milliseconds