Home
last modified time | relevance | path

Searched refs:d2 (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/net/
A Dvlan_bridge_binding.sh23 for port in d1 d2 d3; do
34 bridge_vlan_add vid 12 dev d2 master
38 bridge_vlan_add vid 13 dev d2 master
42 bridge_vlan_add vid 14 dev d2 master
136 down_netdevs d2
142 down_netdevs d1 d2
148 down_netdevs d1 d2 d3
A Dsrv6_hl2encap_red_l2vpn_test.sh131 readonly DX2_FUNC=00d2
/tools/testing/selftests/x86/
A Dtest_vsyscall.c124 double d1, d2; in check_gtod() local
131 d2 = tv_diff(tv_sys2, tv_other); in check_gtod()
133 ksft_print_msg("%s time offsets: %lf %lf\n", which, d1, d2); in check_gtod()
135 ksft_test_result(!(d1 < 0 || d2 < 0), "%s gettimeofday()'s timeval\n", which); in check_gtod()
/tools/bpf/bpftool/
A Dbtf.c730 const struct sort_datum *d2 = (const struct sort_datum *)right; in btf_type_compare() local
733 r = d1->type_rank - d2->type_rank; in btf_type_compare()
734 r = r ?: strcmp(d1->sort_name, d2->sort_name); in btf_type_compare()
735 r = r ?: strcmp(d1->own_name, d2->own_name); in btf_type_compare()
739 if (d1->disambig_hash != d2->disambig_hash) in btf_type_compare()
740 return d1->disambig_hash < d2->disambig_hash ? -1 : 1; in btf_type_compare()
742 return d1->index - d2->index; in btf_type_compare()
/tools/perf/Documentation/
A Dperf-diff.txt157 Time string is'a1.b1,c1.d1:a2.b2,c2.d2'. Use ':' to separate timestamps
/tools/arch/x86/lib/
A Dx86-opcode-map.txt271 d2: Grp2 Eb,CL (1A)
568 d2: psrld Pq,Qq | vpsrld Vx,Hx,Wx (66),(v1)
812 d2: vpdpwsud Vx,Hx,Wx (F3),(v) | vpdpwusd Vx,Hx,Wx (66),(v) | vpdpwuud Vx,Hx,Wx (v)
1010 d2: Grp2 Eb,CL (1A),(ev)

Completed in 11 milliseconds