Home
last modified time | relevance | path

Searched defs:id2 (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
Dxdp_link.c11 __u32 duration = 0, id1, id2, id0 = 0, prog_fd1, prog_fd2, err; in test_xdp_link() local
Dxdp_attach.c9 __u32 duration = 0, id1, id2, id0 = 0, len; in test_xdp_attach() local
/tools/thermal/tmon/
Dtmon.c220 int id2 = 0, c; in main() local
/tools/lib/bpf/
Dbtf.c3734 static bool btf_dedup_identical_arrays(struct btf_dedup *d, __u32 id1, __u32 id2) in btf_dedup_identical_arrays()
3747 static bool btf_dedup_identical_structs(struct btf_dedup *d, __u32 id1, __u32 id2) in btf_dedup_identical_structs()
Dlinker.c1294 const struct btf *btf2, __u32 id2) in glob_sym_btf_matches()
/tools/testing/selftests/filesystems/incfs/
Dincfs_test.c375 static bool same_id(incfs_uuid_t *id1, incfs_uuid_t *id2) in same_id()