Searched refs:id2 (Results 1 – 4 of 4) sorted by relevance
/tools/testing/selftests/bpf/prog_tests/ |
D | xdp_attach.c | 9 __u32 duration = 0, id1, id2, id0 = 0, len; in test_xdp_attach() local 35 id2 = info.id; in test_xdp_attach() 61 if (CHECK(err || id0 != id2, "id2_check", in test_xdp_attach() 62 "loaded prog id %u != id2 %u, err %d", id0, id2, err)) in test_xdp_attach()
|
D | xdp_link.c | 11 __u32 duration = 0, id1, id2, id0 = 0, prog_fd1, prog_fd2, err; in test_xdp_link() local 40 id2 = prog_info.id; in test_xdp_link() 113 if (CHECK(err || id0 != id2, "id2_check", in test_xdp_link()
|
/tools/thermal/tmon/ |
D | tmon.c | 220 int id2 = 0, c; in main() local 229 while ((c = getopt_long(argc, argv, "c:dlht:T:vgz:", opts, &id2)) != -1) { in main()
|
/tools/testing/selftests/filesystems/incfs/ |
D | incfs_test.c | 375 static bool same_id(incfs_uuid_t *id1, incfs_uuid_t *id2) in same_id() argument 377 return !memcmp(id1->bytes, id2->bytes, sizeof(id1->bytes)); in same_id()
|