Searched refs:ret2 (Results 101 - 106 of 106) sorted by relevance

12345

/linux-master/lib/crypto/
H A Dcurve25519-selftest.c1285 bool success = true, ret, ret2; local
1306 ret2 = curve25519(out2, in, (u8[CURVE25519_KEY_SIZE]){ 9 });
1308 if (ret != ret2 ||
/linux-master/drivers/block/
H A Dfloppy.c3140 int ret2; local
3179 ret2 = raw_cmd_copyout(cmd, param, my_raw_cmd);
3181 ret = ret2;
/linux-master/fs/bcachefs/
H A Dfsck.c1937 int ret2 = find_snapshot_subvol(trans, d.k->p.snapshot, &new_parent_subvol); local
1938 if (ret2 && !bch2_err_matches(ret, ENOENT))
1939 return ret2;
/linux-master/fs/nfs/
H A Dnfs4proc.c615 int ret2 = nfs4_exception_should_retrans(server, exception); local
616 if (ret2 < 0) {
618 return ret2;
648 int ret2 = nfs4_exception_should_retrans(server, exception); local
649 if (ret2 < 0) {
651 return ret2;
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dmac.c6535 int ret2; local
6642 ret2 = ath10k_install_key(arvif, key, DISABLE_KEY,
6644 if (ret2) {
6645 WARN_ON(ret2 > 0);
6647 arvif->vdev_id, peer_addr, ret2);
/linux-master/net/core/
H A Ddev.c5361 int ret2; local
5364 ret2 = do_xdp_generic(rcu_dereference(skb->dev->xdp_prog),
5368 if (ret2 != XDP_PASS) {

Completed in 390 milliseconds

12345