Home
last modified time | relevance | path

Searched refs:m2 (Results 1 – 5 of 5) sorted by relevance

/tools/testing/selftests/powerpc/benchmarks/
A Dcontext_switch.c319 static unsigned long *m1, *m2; variable
326 m2 = &_m2; in futex_setup()
347 m2 = shmaddr + sizeof(*m1); in futex_setup()
351 *m2 = 0; in futex_setup()
354 mutex_lock(m2); in futex_setup()
363 mutex_lock(m2); in futex_thread1()
375 mutex_unlock(m2); in futex_thread2()
/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
37 const unsigned char *s2 = m2; in __strncmp()
/tools/lib/bpf/
A Dbtf.c3963 m2 = btf_enum(t2); in btf_equal_enum_members()
3965 if (m1->name_off != m2->name_off || m1->val != m2->val) in btf_equal_enum_members()
3968 m2++; in btf_equal_enum_members()
3981 m2 = btf_enum64(t2); in btf_equal_enum64_members()
3983 if (m1->name_off != m2->name_off || m1->val_lo32 != m2->val_lo32 || in btf_equal_enum64_members()
3987 m2++; in btf_equal_enum64_members()
4063 if (m1->name_off != m2->name_off || m1->offset != m2->offset) in btf_shallow_equal_struct()
4066 m2++; in btf_shallow_equal_struct()
4161 if (m1->name_off != m2->name_off || m1->type != m2->type) in btf_equal_fnproto()
4164 m2++; in btf_equal_fnproto()
[all …]
A Dlinker.c1606 const struct btf_member *m1, *m2; in glob_sym_btf_matches() local
1619 m2 = btf_members(t2); in glob_sym_btf_matches()
1620 for (i = 0; i < n; i++, m1++, m2++) { in glob_sym_btf_matches()
1622 n2 = btf__str_by_offset(btf2, m2->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
1650 m2 = btf_params(t2); 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/include/uapi/linux/
A Dpkt_sched.h440 __u32 m2; /* slope of the second segment in bps */ member

Completed in 28 milliseconds