Searched defs:test (Results 1 - 2 of 2) sorted by relevance

/net/core/
H A Dethtool.c1018 struct ethtool_test test; local
1031 if (copy_from_user(&test, useraddr, sizeof(test)))
1034 test.len = test_len;
1039 ops->self_test(dev, &test, data);
1042 if (copy_to_user(useraddr, &test, sizeof(test)))
1044 useraddr += sizeof(test);
1045 if (copy_to_user(useraddr, data, test.len * sizeof(u64)))
/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c780 struct auth_domain *test; local
794 test = auth_domain_lookup(name, &new->h);
795 if (test != &new->h) { /* Duplicate registration */
796 auth_domain_put(test);

Completed in 73 milliseconds