Searched refs:result2 (Results 1 – 4 of 4) sorted by relevance
26 short result2; in compute_checksum() local 29 result2 = bpf_csum_diff((void *)from_buff, from_buff_len, in compute_checksum() 39 result = (result == result2) ? result : 0; in compute_checksum()
1348 int result2; in usb_stor_reset_common() local 1379 result2 = usb_stor_clear_halt(us, us->send_bulk_pipe); in usb_stor_reset_common() 1383 result = result2; in usb_stor_reset_common()
940 int result2 = sddr09_read_status(us, &status); in sddr09_write_lba() 941 if (result2) in sddr09_write_lba() 950 int result2 = sddr09_test_unit_ready(us); in sddr09_write_lba()
1377 int result = 0, result2; in st_flush() 1394 (result2 = switch_partition(STp)) < 0) { in st_flush() 1397 result = result2; in st_flush() 1481 result2 = st_int_ioctl(STp, MTREW, 1);1483 result = result2;1371 int result = 0, result2; st_flush() local